Home
last modified time | relevance | path

Searched refs:modulePath (Results 1 – 3 of 3) sorted by relevance

/build/soong/apex/
Dandroidmk.go113 var modulePath string
116 modulePath = filepath.Join(a.installDir.ToMakePath().String(), apexBundleName, fi.installDir)
117 fmt.Fprintln(w, "LOCAL_MODULE_PATH :=", modulePath)
126 dataOutPath := modulePath + ":" + path.SrcPath.Rel()
140 modulePath = pathWhenActivated
207 if jniLibSymbols := app.JNISymbolsInstalls(modulePath); len(jniLibSymbols) > 0 {
/build/blueprint/
Dname_interface.go84 modulePath string member
92 return ctx.modulePath
/build/soong/cc/
Dcompiler.go271 modulePath := android.PathForModuleSrc(ctx).String()
309 flags.Local.CommonFlags = append(flags.Local.CommonFlags, "-I"+modulePath)
310 flags.Local.YasmFlags = append(flags.Local.YasmFlags, "-I"+modulePath)
404 if isThirdParty(modulePath) {
461 if strings.HasPrefix(modulePath, "external/") {