diff options
author | nailyk-fr <nailyk_git@nailyk.fr> | 2017-02-21 20:26:02 +0100 |
---|---|---|
committer | nailyk-fr <nailyk_git@nailyk.fr> | 2017-02-21 20:26:02 +0100 |
commit | 20572448f08c3315c782fe9fca9dd61547e955ca (patch) | |
tree | 59b5db4448a537b70bd5868024845298f0423970 | |
parent | 1a2b118c5f71ee645b702d878e5f7e14ca54d043 (diff) |
shinano-common: build: Move memory inherits to device
-rw-r--r-- | shinano.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -190,7 +190,8 @@ PRODUCT_PROPERTY_OVERRIDES += \ $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/config/config-bcm.mk) # HWUI memory limits -$(call inherit-product, frameworks/native/build/phone-xxhdpi-2048-hwui-memory.mk) +# TODO: Add it into device: +#$(call inherit-product, frameworks/native/build/phone-xxhdpi-2048-hwui-memory.mk) # Include non-opensource parts $(call inherit-product, vendor/sony/shinano-common/shinano-common-vendor.mk) |