From df74fa7504391fda02918f6c4131be9948e1be60 Mon Sep 17 00:00:00 2001 From: Inseob Kim Date: Mon, 3 Apr 2023 15:18:28 +0900 Subject: [PATCH] Remove 28.0 compat support Treble doesn't support U system + P vendor, so removing P (28.0) prebuilts and compat files. Bug: 267692547 Test: build Change-Id: I943a1f70b3600918a375ff62a20d45cfae2f673e --- core/config.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/core/config.mk b/core/config.mk index 91c8bd81aa..26e90efe9e 100644 --- a/core/config.mk +++ b/core/config.mk @@ -863,7 +863,6 @@ endif # A list of SEPolicy versions, besides PLATFORM_SEPOLICY_VERSION, that the framework supports. PLATFORM_SEPOLICY_COMPAT_VERSIONS := \ - 28.0 \ 29.0 \ 30.0 \ 31.0 \