Export build/soong/scripts/strip.sh to Make

Bug: 113936524
Test: m checkbuild
Change-Id: I2d3d1e579b05117bf377852abedd5fc6d320401f
This commit is contained in:
Colin Cross 2018-09-07 23:16:36 -07:00
parent e2874cd99d
commit d2e92da626
1 changed files with 3 additions and 0 deletions

View File

@ -148,6 +148,9 @@ func makeVarsProvider(ctx android.MakeVarsContext) {
ctx.Strict("RS_GLOBAL_INCLUDES", "${config.RsGlobalIncludes}")
ctx.Strict("SOONG_STRIP_PATH", "${stripPath}")
ctx.Strict("XZ", "${xzCmd}")
nativeHelperIncludeFlags, err := ctx.Eval("${config.CommonNativehelperInclude}")
if err != nil {
panic(err)