aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-11-30 22:36:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-11-30 22:36:32 +0000
commit32ce9ce6fc9227765be1e05980b4909399484f2d (patch)
treeeee677f263cefba9fc40fa85a13b7ed65f399788
parent783d0190023e71f511638dac9aaf0503fb1268c6 (diff)
parent517676e5bc1094aeaa1ef91d1369eda621e44abc (diff)
downloadbuild-32ce9ce6fc9227765be1e05980b4909399484f2d.tar.gz
Merge "Merge "note sepolicy split deprecation" am: a7733488f5" into main-16k
-rw-r--r--core/config.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk
index 9e09faf5eb..f5bb7ef579 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -695,6 +695,14 @@ $(foreach req,$(requirements),$(eval \
PRODUCT_FULL_TREBLE_OVERRIDE ?=
$(foreach req,$(requirements),$(eval $(req)_OVERRIDE ?=))
+ifneq ($(PRODUCT_SEPOLICY_SPLIT),true)
+# WARNING: DO NOT CHANGE: if you are downstream of AOSP, and you change this, without
+# letting upstream know it's important to you, we may do cleanup which breaks this
+# significantly. Please let us know if you are changing this.
+# TODO(b/257176017) - unsplit sepolicy is no longer supported
+PRODUCT_SEPOLICY_SPLIT := true
+endif
+
# TODO(b/114488870): disallow PRODUCT_FULL_TREBLE_OVERRIDE from being used.
.KATI_READONLY := \
PRODUCT_FULL_TREBLE_OVERRIDE \