Export build/soong/scripts/strip.sh to Make
Bug: 113936524 Test: m checkbuild Change-Id: I2d3d1e579b05117bf377852abedd5fc6d320401f
This commit is contained in:
@@ -148,6 +148,9 @@ func makeVarsProvider(ctx android.MakeVarsContext) {
|
|||||||
|
|
||||||
ctx.Strict("RS_GLOBAL_INCLUDES", "${config.RsGlobalIncludes}")
|
ctx.Strict("RS_GLOBAL_INCLUDES", "${config.RsGlobalIncludes}")
|
||||||
|
|
||||||
|
ctx.Strict("SOONG_STRIP_PATH", "${stripPath}")
|
||||||
|
ctx.Strict("XZ", "${xzCmd}")
|
||||||
|
|
||||||
nativeHelperIncludeFlags, err := ctx.Eval("${config.CommonNativehelperInclude}")
|
nativeHelperIncludeFlags, err := ctx.Eval("${config.CommonNativehelperInclude}")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
|
Reference in New Issue
Block a user