Export build/soong/scripts/strip.sh to Make
Bug: 113936524 Test: m checkbuild Change-Id: I2d3d1e579b05117bf377852abedd5fc6d320401f
This commit is contained in:
parent
e2874cd99d
commit
d2e92da626
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue