Loading android/defs.go +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ import ( ) var ( pctx = NewPackageContext("android/soong/common") pctx = NewPackageContext("android/soong/android") cpPreserveSymlinks = pctx.VariableConfigMethod("cpPreserveSymlinks", Config.CpPreserveSymlinksFlags) Loading apex/apex.go +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ var ( ) func init() { pctx.Import("android/soong/common") pctx.Import("android/soong/android") pctx.Import("android/soong/java") pctx.HostBinToolVariable("apexer", "apexer") // ART minimal builds (using the master-art manifest) do not have the "frameworks/base" Loading cc/ndk_sysroot.go +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ func init() { android.RegisterModuleType("preprocessed_ndk_headers", preprocessedNdkHeadersFactory) android.RegisterSingletonType("ndk", NdkSingleton) pctx.Import("android/soong/common") pctx.Import("android/soong/android") } func getNdkInstallBase(ctx android.PathContext) android.OutputPath { Loading cmd/soong_env/soong_env.go +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ // soong_glob is the command line tool that checks if the list of files matching a glob has // changed, and only updates the output file list if it has changed. It is used to optimize // out build.ninja regenerations when non-matching files are added. See // android/soong/common/glob.go for a longer description. // android/soong/android/glob.go for a longer description. package main import ( Loading java/builder.go +1 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,7 @@ var ( ) func init() { pctx.Import("android/soong/common") pctx.Import("android/soong/android") pctx.Import("android/soong/java/config") } Loading Loading
android/defs.go +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ import ( ) var ( pctx = NewPackageContext("android/soong/common") pctx = NewPackageContext("android/soong/android") cpPreserveSymlinks = pctx.VariableConfigMethod("cpPreserveSymlinks", Config.CpPreserveSymlinksFlags) Loading
apex/apex.go +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ var ( ) func init() { pctx.Import("android/soong/common") pctx.Import("android/soong/android") pctx.Import("android/soong/java") pctx.HostBinToolVariable("apexer", "apexer") // ART minimal builds (using the master-art manifest) do not have the "frameworks/base" Loading
cc/ndk_sysroot.go +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ func init() { android.RegisterModuleType("preprocessed_ndk_headers", preprocessedNdkHeadersFactory) android.RegisterSingletonType("ndk", NdkSingleton) pctx.Import("android/soong/common") pctx.Import("android/soong/android") } func getNdkInstallBase(ctx android.PathContext) android.OutputPath { Loading
cmd/soong_env/soong_env.go +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ // soong_glob is the command line tool that checks if the list of files matching a glob has // changed, and only updates the output file list if it has changed. It is used to optimize // out build.ninja regenerations when non-matching files are added. See // android/soong/common/glob.go for a longer description. // android/soong/android/glob.go for a longer description. package main import ( Loading
java/builder.go +1 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,7 @@ var ( ) func init() { pctx.Import("android/soong/common") pctx.Import("android/soong/android") pctx.Import("android/soong/java/config") } Loading