Merge "Remove Treble/PRODUCT_FULL_TREBLE from Soong."
am: e565435a7b
Change-Id: Ib42619506afb49234e2ff11a29c7fa6b5d69abc3
This commit is contained in:
@@ -67,14 +67,6 @@ type variableProperties struct {
|
|||||||
Cflags []string
|
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
|
// treble_linker_namespaces is true when the system/vendor linker namespace separation is
|
||||||
// enabled.
|
// enabled.
|
||||||
Treble_linker_namespaces struct {
|
Treble_linker_namespaces struct {
|
||||||
@@ -172,7 +164,6 @@ type productVariables struct {
|
|||||||
Debuggable *bool `json:",omitempty"`
|
Debuggable *bool `json:",omitempty"`
|
||||||
Eng *bool `json:",omitempty"`
|
Eng *bool `json:",omitempty"`
|
||||||
Device_uses_hwc2 *bool `json:",omitempty"`
|
Device_uses_hwc2 *bool `json:",omitempty"`
|
||||||
Treble *bool `json:",omitempty"`
|
|
||||||
Treble_linker_namespaces *bool `json:",omitempty"`
|
Treble_linker_namespaces *bool `json:",omitempty"`
|
||||||
Sepolicy_split *bool `json:",omitempty"`
|
Sepolicy_split *bool `json:",omitempty"`
|
||||||
Enforce_vintf_manifest *bool `json:",omitempty"`
|
Enforce_vintf_manifest *bool `json:",omitempty"`
|
||||||
|
Reference in New Issue
Block a user