Lines Matching refs:androidMkModuleName
452 androidMkModuleName string // becomes LOCAL_MODULE member
475 func newApexFile(ctx android.BaseModuleContext, builtFile android.Path, androidMkModuleName string,…
479 androidMkModuleName: androidMkModuleName,
1396 androidMkModuleName := ccMod.BaseModuleName() + ccMod.Properties.SubName
1397 return newApexFile(ctx, fileToCopy, androidMkModuleName, dirInApex, nativeSharedLib, ccMod)
1407 androidMkModuleName := cc.BaseModuleName() + cc.Properties.SubName
1408 af := newApexFile(ctx, fileToCopy, androidMkModuleName, dirInApex, nativeExecutable, cc)
1420 androidMkModuleName := rustm.BaseModuleName() + rustm.Properties.SubName
1421 af := newApexFile(ctx, fileToCopy, androidMkModuleName, dirInApex, nativeExecutable, rustm)
1439 androidMkModuleName := rustm.BaseModuleName() + rustm.Properties.SubName
1440 return newApexFile(ctx, fileToCopy, androidMkModuleName, dirInApex, nativeSharedLib, rustm)
1901 af.androidMkModuleName = filepath.Base(af.builtFile.String())
2108 androidMkModuleName := "javalib_" + arch.String() + "_" + filepath.Base(f.String())
2110 af := newApexFile(ctx, f, androidMkModuleName, dirInApex, etc, nil)