diff options
| author | 2017-12-19 12:34:52 -0800 | |
|---|---|---|
| committer | 2017-12-19 20:41:21 +0000 | |
| commit | 0afa55ae12eb1df60cc6e06ce5fcf6f32b5b0ceb (patch) | |
| tree | 214a5a41c02e7f9558b5b428f83ab304158c56cf /android/variable.go | |
| parent | b267295324ecfb922016b697f361ece78172303a (diff) | |
Remove sepolicy_split from soong.
No longer needed.
Bug: 62019611
Test: manual
Change-Id: Id485e6db4cc9b5a7cf553e5089fd85b667c7c660
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/android/variable.go b/android/variable.go index b8aad188c..155eee56c 100644 --- a/android/variable.go +++ b/android/variable.go @@ -72,10 +72,6 @@ type variableProperties struct { Treble_linker_namespaces struct { 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 struct { Cflags []string |