Home
last modified time | relevance | path

Searched refs:androidMkModuleName (Results 1 – 2 of 2) sorted by relevance

/build/soong/apex/
Dandroidmk.go90 moduleName = fi.androidMkModuleName
92 moduleName = fi.androidMkModuleName + "." + apexBundleName + a.suffix
258 if fi.androidMkModuleName != moduleName && a.primaryApexType {
259 fmt.Fprintf(w, ".PHONY: %s\n", fi.androidMkModuleName)
260 fmt.Fprintf(w, "%s: %s\n", fi.androidMkModuleName, moduleName)
Dapex.go1159 androidMkModuleName string member
1181 func newApexFile(ctx android.BaseModuleContext, builtFile android.Path, androidMkModuleName string,…
1184 androidMkModuleName: androidMkModuleName,
1644 androidMkModuleName := ccMod.BaseModuleName() + ccMod.Properties.SubName
1645 return newApexFile(ctx, fileToCopy, androidMkModuleName, dirInApex, nativeSharedLib, ccMod)
1655 androidMkModuleName := cc.BaseModuleName() + cc.Properties.SubName
1656 af := newApexFile(ctx, fileToCopy, androidMkModuleName, dirInApex, nativeExecutable, cc)
2204 af.androidMkModuleName = filepath.Base(af.builtFile.String())