summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-01-12 00:05:22 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-01-12 00:05:22 +0000
commit447f3c2ab28f5a7bcc9e98bf51c8888d2af98363 (patch)
treecf0a1568ced84e51e9ef93085beb19cf99bab9cd
parented3c5b4dbbcea41308bbad8af757582a1801c9e4 (diff)
parent52b9c69e215fa5beaa048a10a6336eadc1707feb (diff)
downloadfugu-android-n-mr2-preview-1.tar.gz
Merge "Replace ADDITIONAL_DEFAULT_PROPERTIES"android-n-mr2-preview-1
-rw-r--r--BoardConfig.mk16
-rw-r--r--device.mk17
2 files changed, 17 insertions, 16 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index a7552e3..ee21603 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -90,19 +90,6 @@ SF_VSYNC_EVENT_PHASE_OFFSET_NS := 5000000
BOARD_EGL_CFG := device/asus/fugu/egl.cfg
-ADDITIONAL_DEFAULT_PROPERTIES += \
- ro.opengles.version = 196609 \
- ro.hwui.drop_shadow_cache_size = 4.0 \
- ro.hwui.gradient_cache_size = 0.8 \
- ro.hwui.layer_cache_size = 32.0 \
- ro.hwui.path_cache_size = 24.0 \
- ro.hwui.text_large_cache_width = 2048 \
- ro.hwui.text_large_cache_height = 1024 \
- ro.hwui.text_small_cache_width = 1024 \
- ro.hwui.text_small_cache_height = 512 \
- ro.hwui.texture_cache_flushrate = 0.4 \
- ro.hwui.texture_cache_size = 48.0 \
-
MAX_EGL_CACHE_ENTRY_SIZE := 65536
MAX_EGL_CACHE_SIZE := 1048576
@@ -125,9 +112,6 @@ MFX_IPP := p8
# Video Post Processing
TARGET_HAS_ISV := true
-ADDITIONAL_DEFAULT_PROPERTIES += \
- persist.intel.isv.vpp = 1 \
- persist.intel.isv.frc = 1
OVERRIDE_RS_DRIVER := libPVRRS.so
diff --git a/device.mk b/device.mk
index 68dad4b..22371bb 100644
--- a/device.mk
+++ b/device.mk
@@ -325,3 +325,20 @@ $(call add-product-dex-preopt-module-config,$(FUGU_DONT_DEXPREOPT_MODULES),disab
# shipped on device was.
PRODUCT_PROPERTY_OVERRIDES += \
ro.product.first_api_level=21
+
+PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
+ ro.opengles.version=196609 \
+ ro.hwui.drop_shadow_cache_size=4.0 \
+ ro.hwui.gradient_cache_size=0.8 \
+ ro.hwui.layer_cache_size=32.0 \
+ ro.hwui.path_cache_size=24.0 \
+ ro.hwui.text_large_cache_width=2048 \
+ ro.hwui.text_large_cache_height=1024 \
+ ro.hwui.text_small_cache_width=1024 \
+ ro.hwui.text_small_cache_height=512 \
+ ro.hwui.texture_cache_flushrate=0.4 \
+ ro.hwui.texture_cache_size=48.0 \
+
+PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
+ persist.intel.isv.vpp=1 \
+ persist.intel.isv.frc=1