diff options
| author | Hashcode <hashcode0f@gmail.com> | 2014-12-23 11:56:30 -0800 |
|---|---|---|
| committer | Hashcode <hashcode0f@gmail.com> | 2014-12-23 11:56:30 -0800 |
| commit | e3239123ceb92f0e4bd58030825431290863be7e (patch) | |
| tree | 19bec979e90ef1deb7ec6a53fd4c25dbd5ce5f1a | |
| parent | fe8c5d941a7d6cb66f9cacfb953f014535e22b1d (diff) | |
otter-common: cleanup properties and unneeded packages
Some properties are moving to omap4-common and some to the device (like dalvik)
Change-Id: I08d0ae4729f01e1787b2ab0ef76a9ef6c49bdad1
| -rw-r--r-- | common.mk | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -59,12 +59,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ librs_jni \ com.android.future.usb.accessory \ - Superuser \ su PRODUCT_PROPERTY_OVERRIDES += \ ro.sf.lcd_density=160 \ - persist.lab126.chargeprotect=1 \ ro.sf.hwrotation=270 # Set dirty regions off @@ -75,11 +73,6 @@ PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \ ro.carrier=wifi-only -# Enable KSM by default -PRODUCT_PROPERTY_OVERRIDES += \ - ro.ksm.default=1 - -$(call inherit-product, frameworks/native/build/tablet-dalvik-heap.mk) $(call inherit-product-if-exists, vendor/amazon/omap4-common/omap4-common-vendor-540_120.mk) $(call inherit-product, hardware/ti/wlan/mac80211/wl127x-wlan-products.mk) $(call inherit-product-if-exists, hardware/ti/wpan/ti-wpan-products.mk) |
