Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 747f49cb authored by Steven Moreland's avatar Steven Moreland
Browse files

note sepolicy split deprecation

There is a lot of policy cruft left around to support this. We
would like to simplify the number of supported options, so doing
this as an advanced notice.

Bug: 257176017
Test: build
Change-Id: I1c4350fb3a075118be62d75cc1351eb20e584749
parent c5f135a5
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -695,6 +695,14 @@ $(foreach req,$(requirements),$(eval \
PRODUCT_FULL_TREBLE_OVERRIDE ?=
PRODUCT_FULL_TREBLE_OVERRIDE ?=
$(foreach req,$(requirements),$(eval $(req)_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.
# TODO(b/114488870): disallow PRODUCT_FULL_TREBLE_OVERRIDE from being used.
.KATI_READONLY := \
.KATI_READONLY := \
    PRODUCT_FULL_TREBLE_OVERRIDE \
    PRODUCT_FULL_TREBLE_OVERRIDE \