Merge "Set PRODUCT_SHIPPING_API_LEVEL in gsi_release.mk" am: 2ecbebdcd2
am: e42e3a293b
am: b4be190fb7
Original change: https://android-review.googlesource.com/c/platform/build/+/1553835 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I5d4b2e8cfedd12cf2ab1958d51f2706dad973138
This commit is contained in:
commit
f73fdc3d79
1 changed files with 4 additions and 2 deletions
|
@ -31,8 +31,10 @@ PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
|
|||
system/product/% \
|
||||
system/system_ext/%
|
||||
|
||||
# Split selinux policy
|
||||
PRODUCT_FULL_TREBLE_OVERRIDE := true
|
||||
# GSI should always support up-to-date platform features.
|
||||
# Keep this value at the latest API level to ensure latest build system
|
||||
# default configs are applied.
|
||||
PRODUCT_SHIPPING_API_LEVEL := 30
|
||||
|
||||
# Enable dynamic partitions to facilitate mixing onto Cuttlefish
|
||||
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
||||
|
|
Loading…
Reference in a new issue