Remove PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE from gsi_release.mk

PRODUCT_COMPATIBLE_PROPERTY defaults to true now, so we don't need this
override anymore.

Bug: 177495407
Test: Presubmit
Change-Id: I7370570fe230e913d16520b7add9404f2d6ec913
This commit is contained in:
Yo Chiang 2021-01-18 18:02:28 +08:00
parent 9d2219c2da
commit 2099e6eda2
1 changed files with 0 additions and 3 deletions

View File

@ -37,9 +37,6 @@ PRODUCT_FULL_TREBLE_OVERRIDE := true
# Enable dynamic partition size
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
# Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI
PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true
# GSI targets should install "unflattened" APEXes in /system
TARGET_FLATTEN_APEX := false