diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2020-02-19 20:16:13 +0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:49:34 +0300 |
commit | 40cdeadd87d8c3f991c9cc396b7fe5e4e48248a6 (patch) | |
tree | f52a2b45cd6029dac1f9af1799d92698d644980b | |
parent | 74dd53289515ca8a03aca170f47b0769ccbefbed (diff) |
sdm660-common: Enable property isolation
Change-Id: I4211d842f85c8b798a080787c447d9d0dbbaf6c2
-rw-r--r-- | sdm660.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ $(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk) # Inherit properties $(call inherit-product, $(LOCAL_PATH)/properties.mk) +PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true # Screen density PRODUCT_AAPT_CONFIG := normal |