Remove sepolicy_split from soong.

No longer needed.

Bug: 62019611
Test: manual
Change-Id: Id485e6db4cc9b5a7cf553e5089fd85b667c7c660
This commit is contained in:
Steven Moreland
2017-12-19 12:34:52 -08:00
parent b267295324
commit 0afa55ae12

View File

@@ -72,10 +72,6 @@ type variableProperties struct {
Treble_linker_namespaces struct { Treble_linker_namespaces struct {
Cflags []string Cflags []string
} }
// sepolicy_split is true when system/vendor sepolicy split is enabled.
Sepolicy_split struct {
Cflags []string
}
// enforce_vintf_manifest is true when a device is required to have a vintf manifest. // enforce_vintf_manifest is true when a device is required to have a vintf manifest.
Enforce_vintf_manifest struct { Enforce_vintf_manifest struct {
Cflags []string Cflags []string