Files
vendor_strix/build/soong/android/variable.go
Adrian DC cf7f7d48d0 soong_config: Add TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS
* Soong product variable 'needs_text_relocations'

Change-Id: Ia22c94922f37c49f0d66a67747efa0ee97b4e477
Signed-off-by: Adrian DC <radian.dc@gmail.com>
2017-09-13 00:28:09 +02:00

11 lines
191 B
Go

package android
type Product_variables struct {
Needs_text_relocations struct {
Cppflags []string
}
}
type ProductVariables struct {
Needs_text_relocations *bool `json:",omitempty"`
}