From bdd494aaa681a2923eca3f42dac4ae070fceb335 Mon Sep 17 00:00:00 2001 From: Tri Vo Date: Sat, 25 May 2019 17:35:52 -0700 Subject: [PATCH] Add 29.0 to PLATFORM_SEPOLICY_COMPAT_VERSIONS Bug: 133196056 Test: m selinux_policy Change-Id: I07166a3d2b3483507db47bdd2daa7a3ad35472ae --- core/config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/config.mk b/core/config.mk index 57c1d7a52..1c162c406 100644 --- a/core/config.mk +++ b/core/config.mk @@ -807,6 +807,7 @@ PLATFORM_SEPOLICY_COMPAT_VERSIONS := \ 26.0 \ 27.0 \ 28.0 \ + 29.0 \ .KATI_READONLY := \ PLATFORM_SEPOLICY_COMPAT_VERSIONS \