diff options
| author | sjllls <2012ji123@gmail.com> | 2021-05-11 10:39:00 +0800 |
|---|---|---|
| committer | sjllls <2012ji123@gmail.com> | 2021-05-11 10:39:00 +0800 |
| commit | 3d72e05db086fc423141916424f5bc99e1cc90a2 (patch) | |
| tree | 27b5745b3c71091feb2121a63e73bfc535779c76 | |
| parent | 0bb9e43ded22b9a40afe60969450ad043eb2a34a (diff) | |
xz2c: Enable full VNDK
Change-Id: I649c5f4d516424e683d0a26c43dd988c57901f38
| -rw-r--r-- | BoardConfig.mk | 3 | ||||
| -rw-r--r-- | device.mk | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index a420519..e202638 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -31,8 +31,5 @@ BOARD_USERDATAIMAGE_PARTITION_SIZE := 51448807424 TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop -# Treble -BOARD_VNDK_RUNTIME_DISABLE := true - # Inherit from the proprietary version -include vendor/sony/xz2c/BoardConfigVendor.mk @@ -25,9 +25,6 @@ PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += \ PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := xxhdpi -# Treble -PRODUCT_USE_VNDK_OVERRIDE := true - # Inherit from tama-common $(call inherit-product, device/sony/tama-common/common.mk) |
