backlight: enable cabl by default

Bug: 8956036
Change-Id: I793cbe498ec9214d09a1e3a5bf65a86cc494f617
Signed-off-by: Iliyan Malchev <malchev@google.com>
This commit is contained in:
Mekala Natarajan 2013-05-16 23:20:18 -07:00 committed by Iliyan Malchev
parent 64a72d6ad9
commit 09a0eea399
2 changed files with 4 additions and 0 deletions

View File

@ -49,3 +49,4 @@ $(call add-clean-step, rm -rf out/target/product/flo/system/build.prop)
$(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/hw/camera.msm8960.so)
$(call add-clean-step, rm -rf out/target/product/flo/system/build.prop)
$(call add-clean-step, rm -rf out/target/product/flo/system/build.prop)
$(call add-clean-step, rm -rf out/target/product/flo/system/build.prop)

View File

@ -261,6 +261,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.qc.sensors.wl_dis=true \
ro.qualcomm.sensors.smd=true
PRODUCT_PROPERTY_OVERRIDES += \
ro.qualcomm.cabl=1
# Configure libhwui
PRODUCT_PROPERTY_OVERRIDES += \
ro.hwui.texture_cache_size=48 \