aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2014-11-07 13:02:17 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2014-11-07 13:02:17 +0530
commit76acb4ab667792e964a59953198776a3d1311f31 (patch)
tree38992c906a478c6e02ea13f4ff049d12a8a6acc3
parent15ad1d12617abdb8339709057074210c52469a36 (diff)
downloadvexpress-76acb4ab667792e964a59953198776a3d1311f31.tar.gz
Add more Android L fixes
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--BoardConfig.mk9
-rw-r--r--device.mk10
2 files changed, 18 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 96e914e..ffc0ef7 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -38,6 +38,15 @@ TARGET_CPU_SMP := true
USE_OPENGL_RENDERER := true
+BOARD_SYSTEMIMAGE_PARTITION_SIZE := 786432000
+BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
+BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
+BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
+BOARD_FLASH_BLOCK_SIZE := 512
+TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
+
+ANDROID_ENABLE_RENDERSCRIPT := false
+
# ARMs gator (DS-5)
TARGET_USE_GATOR:= true
diff --git a/device.mk b/device.mk
index 145f929..00d6439 100644
--- a/device.mk
+++ b/device.mk
@@ -82,7 +82,15 @@ endif
$(call inherit-product-if-exists, test/linaro/biglittle/task-placement-tests/install-scripts.mk)
$(call inherit-product-if-exists, test/linaro/biglittle/core/install-scripts.mk)
-PRODUCT_PACKAGES += audio.primary.vexpress
+# Disable audio for now in Android Lollipop
+# PRODUCT_PACKAGES += audio.primary.vexpress
+
+
+# Need AppWidget permission to prevent from Launcher's crash.
+# TODO(pattjin): Remove this when the TV Launcher is used, which does not support AppWidget.
+PRODUCT_COPY_FILES += \
+ frameworks/native/data/etc/android.software.app_widgets.xml:system/etc/permissions/android.software.app_widgets.xml
+
$(call inherit-product-if-exists, external/linaro-android-kernel-test/product.mk)
$(call inherit-product-if-exists, system/extras/tests/bionic/libc/build-tests.mk)