commit | 047c4d544cc513511844abbaccea2b85fbae53d4 | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@google.com> | Tue Jul 17 15:00:26 2018 -0700 |
committer | Tri Vo <trong@google.com> | Wed Jul 18 13:24:43 2018 -0700 |
tree | 6ed5a6f81ec8a08528064d9d802fb8d2b9cf2e3a | |
parent | 401fada3f59c6fc8de8429765b1fba373d6d939a [diff] [blame] |
Add 28.0 to PLATFORM_SEPOLICY_COMPAT_VERSIONS Bug: 72458734 Test: m selinux_policy Change-Id: I5104c14bcc45067723080c229895c9a7771b2651
diff --git a/core/config.mk b/core/config.mk index df73c56..833eed4 100644 --- a/core/config.mk +++ b/core/config.mk
@@ -901,7 +901,8 @@ # A list of SEPolicy versions, besides PLATFORM_SEPOLICY_VERSION, that the framework supports. PLATFORM_SEPOLICY_COMPAT_VERSIONS := \ 26.0 \ - 27.0 + 27.0 \ + 28.0 \ .KATI_READONLY := \ PLATFORM_SEPOLICY_COMPAT_VERSIONS \