diff options
Diffstat (limited to 'dexpreopt/config.go')
| -rw-r--r-- | dexpreopt/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dexpreopt/config.go b/dexpreopt/config.go index bc44b2101..4a4e834be 100644 --- a/dexpreopt/config.go +++ b/dexpreopt/config.go @@ -383,7 +383,7 @@ func createGlobalSoongConfig(ctx android.ModuleContext) *GlobalSoongConfig { SoongZip: ctx.Config().HostToolPath(ctx, "soong_zip"), Zip2zip: ctx.Config().HostToolPath(ctx, "zip2zip"), ManifestCheck: ctx.Config().HostToolPath(ctx, "manifest_check"), - ConstructContext: android.PathForSource(ctx, "build/make/core/construct_context.sh"), + ConstructContext: android.PathForSource(ctx, "build/soong/scripts/construct_context.sh"), } } |