1
0
mirror of https://github.com/ponces/treble_aosp.git synced 2024-11-25 03:16:25 +00:00
treble_aosp/patches/trebledroid/platform_build/0003-Include-vndk-v28-sepolicy-support.patch
2024-06-18 10:56:01 +01:00

25 lines
699 B
Diff

From e6b76d1e7d9be605890c8125efdf0b4a33957048 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <phh@phh.me>
Date: Fri, 6 Oct 2023 19:11:22 -0400
Subject: [PATCH 3/4] Include vndk v28 sepolicy support
---
core/config.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/core/config.mk b/core/config.mk
index 546858aac9..11e8799405 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -879,6 +879,7 @@ BOARD_SEPOLICY_VERS := $(PLATFORM_SEPOLICY_VERSION)
# A list of SEPolicy versions, besides PLATFORM_SEPOLICY_VERSION, that the framework supports.
PLATFORM_SEPOLICY_COMPAT_VERSIONS := $(filter-out $(PLATFORM_SEPOLICY_VERSION), \
+ 28.0 \
29.0 \
30.0 \
31.0 \
--
2.34.1