* Soong product variable 'needs_text_relocations' Change-Id: Ia22c94922f37c49f0d66a67747efa0ee97b4e477 Signed-off-by: Adrian DC <radian.dc@gmail.com>
11 lines
191 B
Go
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"`
|
|
}
|