diff options
| author | 2020-05-17 18:28:35 +0200 | |
|---|---|---|
| committer | 2020-05-17 18:28:35 +0200 | |
| commit | a20a875fa94c57be8fc2464d08cdb1271bc6c6a7 (patch) | |
| tree | 4a36b60b2d92e3346ca46207a4abf161a2712416 /android/variable.go | |
| parent | 0d3c2e136b24272a51feed84eec947b7f42cf057 (diff) | |
android/: Rename Plat->SystemExt*SepolicyDirs
Align with changes in system/sepolicy and build/make.
Signed-off-by: Felix <google@ix5.org>
Change-Id: I326962648a78e68e8cc83fdc22d8274eaecb8c8c
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/variable.go b/android/variable.go index 3c08405dd..591e2a981 100644 --- a/android/variable.go +++ b/android/variable.go @@ -302,8 +302,8 @@ type productVariables struct { BoardVendorSepolicyDirs []string `json:",omitempty"` BoardOdmSepolicyDirs []string `json:",omitempty"` - BoardPlatPublicSepolicyDirs []string `json:",omitempty"` - BoardPlatPrivateSepolicyDirs []string `json:",omitempty"` + SystemExtPublicSepolicyDirs []string `json:",omitempty"` + SystemExtPrivateSepolicyDirs []string `json:",omitempty"` BoardSepolicyM4Defs []string `json:",omitempty"` BoardVndkRuntimeDisable *bool `json:",omitempty"` |