diff options
| author | Hashcode <hashcode0f@gmail.com> | 2015-02-16 21:18:25 -0800 |
|---|---|---|
| committer | Hashcode <hashcode0f@gmail.com> | 2015-02-16 21:18:25 -0800 |
| commit | 64f525a9e2c6dff355b5dd716d429dff4ad026fa (patch) | |
| tree | c21804205a912a48abf5c303bc5c3e118e0ca58e | |
| parent | 133aa65d4094c05cefa8f8020ef33c662f68561c (diff) | |
swap from PRODUCT_PROPERTY_OVERRIDES to ADDITIONAL_BUILD_PROPERTIES
No need to use custom build flags. Standard append of properties works.
Change-Id: I3c96944bbb441ef2b8df6f28dc62a3234c17a010
| -rw-r--r-- | common.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -65,16 +65,16 @@ PRODUCT_PACKAGES += \ com.android.future.usb.accessory \ su -PRODUCT_PROPERTY_OVERRIDES += \ +ADDITIONAL_BUILD_PROPERTIES += \ ro.sf.lcd_density=160 \ ro.sf.hwrotation=270 # Set dirty regions off -PRODUCT_PROPERTY_OVERRIDES += \ +ADDITIONAL_BUILD_PROPERTIES += \ hwui.render_dirty_regions=false # wifi-only device -PRODUCT_PROPERTY_OVERRIDES += \ +ADDITIONAL_BUILD_PROPERTIES += \ ro.carrier=wifi-only $(call inherit-product-if-exists, vendor/amazon/omap4-common/omap4-common-vendor-540_120.mk) |
