Move construct_context.sh from Make to Soong. Update OWNERS list.

This script belongs with other manifest-related scripts, and the future
plan is to rewrite it in Python and share common functionality with
other scripts.

Test: lunch aosp_cf_x86_phone-userdebug && m
Bug: 132357300
Change-Id: I4b90129e5023ca1a2c818fc160c34b0b7da943ef
This commit is contained in:
Ulya Trafimovich
2020-06-25 09:38:01 +01:00
parent caec264ba9
commit 5cb30c5820
3 changed files with 80 additions and 1 deletions

View File

@@ -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"),
}
}