diff options
| author | 2017-12-15 20:25:03 +0000 | |
|---|---|---|
| committer | 2017-12-15 20:25:03 +0000 | |
| commit | ec1c4d57ebf825a3560ad7f2c6f52ce8cdc4644b (patch) | |
| tree | 5180ba0539115f86dee05dacaa723dac1855ac26 /android/variable.go | |
| parent | e06f00f533a9d79fbe071c1399af9b0d23ff3e40 (diff) | |
| parent | 74fc159270817829c4b3c1fdd724864a339b71ff (diff) | |
Merge "Remove Treble/PRODUCT_FULL_TREBLE from Soong." am: e565435a7b am: 642948940e
am: 74fc159270
Change-Id: I8079e8d1704de5f465a56c7e9d3190ac687cefb8
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/android/variable.go b/android/variable.go index 539b15b11..a4a1ed6d5 100644 --- a/android/variable.go +++ b/android/variable.go @@ -67,14 +67,6 @@ type variableProperties struct { Cflags []string } - // treble is true when a build is a Treble compliant device. This is automatically set when - // a build is shipped with Android O, but can be overriden. This controls such things as - // the sepolicy split and enabling the Treble linker namespaces. - // TODO(b/62019611): remove - Treble struct { - Cflags []string - } - // treble_linker_namespaces is true when the system/vendor linker namespace separation is // enabled. Treble_linker_namespaces struct { @@ -177,7 +169,6 @@ type productVariables struct { Debuggable *bool `json:",omitempty"` Eng *bool `json:",omitempty"` Device_uses_hwc2 *bool `json:",omitempty"` - Treble *bool `json:",omitempty"` Treble_linker_namespaces *bool `json:",omitempty"` Sepolicy_split *bool `json:",omitempty"` Enforce_vintf_manifest *bool `json:",omitempty"` |