Simon Shields | 4ed4605 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 1 | package android |
2 | type Product_variables struct { | ||||
Adrian DC | cf7f7d4 | 2017-07-24 14:05:30 +0200 | [diff] [blame] | 3 | Needs_text_relocations struct { |
4 | Cppflags []string | ||||
5 | } | ||||
Simon Shields | 4ed4605 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 6 | } |
7 | |||||
8 | type ProductVariables struct { | ||||
Adrian DC | cf7f7d4 | 2017-07-24 14:05:30 +0200 | [diff] [blame] | 9 | Needs_text_relocations *bool `json:",omitempty"` |
Simon Shields | 4ed4605 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 10 | } |