blob: c56c36b83a0ff1cda0a98443ae60582973f5d782 [file] [log] [blame]
Simon Shields4ed46052017-08-23 12:03:36 +10001package android
2type Product_variables struct {
Adrian DCcf7f7d42017-07-24 14:05:30 +02003 Needs_text_relocations struct {
4 Cppflags []string
5 }
Simon Shields4ed46052017-08-23 12:03:36 +10006}
7
8type ProductVariables struct {
Adrian DCcf7f7d42017-07-24 14:05:30 +02009 Needs_text_relocations *bool `json:",omitempty"`
Simon Shields4ed46052017-08-23 12:03:36 +100010}