Provide access to product_variables.malloc_svelte.cflags inside target.

Test: soong still works.

Change-Id: I359f1e750e5961a21e3eeb9f1f3aa47974d7e99f
This commit is contained in:
Sasha Smundak 2018-08-31 16:56:05 -07:00
parent 2547eaffc1
commit 61ebf8df66
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ type variableProperties struct {
} `android:"arch_variant"`
Malloc_not_svelte struct {
Cflags []string
}
Cflags []string `android:"arch_variant"`
} `android:"arch_variant"`
Safestack struct {
Cflags []string `android:"arch_variant"`