Export build/soong/scripts/strip.sh to Make
am: d2e92da626
Change-Id: I5486bd67466812073d122d7aa0a6dbf018fa87b5
This commit is contained in:
commit
3a088e42bf
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue