Merge "Set PRODUCT_SHIPPING_API_LEVEL in gsi_release.mk"

This commit is contained in:
Yo Chiang 2021-02-12 09:35:55 +00:00 committed by Gerrit Code Review
commit 2ecbebdcd2
1 changed files with 4 additions and 2 deletions

View File

@ -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