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

Commit a7733488 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "note sepolicy split deprecation"

parents e6b22628 747f49cb
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 \