summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2011-12-16 20:34:58 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2011-12-16 20:36:15 +0530
commit5b0f6eecdfeb95766acef953cd33573834118f61 (patch)
tree41bc498c3e2239dc1553826821a4d5a3e8ba1a1b
parenta2f99f4f88b9107cfbd16e984bb6e776b3f9d173 (diff)
downloadpandaboard-5b0f6eecdfeb95766acef953cd33573834118f61.tar.gz
pandaboard: Enable software rendering using ro.nohardwaregfx=true
Change-Id: Id9a5fe8a1070ccb785c93be0d03f273bb08c30ba Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--device.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 8a0072a..7607b37 100644
--- a/device.mk
+++ b/device.mk
@@ -43,3 +43,7 @@ $(call inherit-product, frameworks/base/build/tablet-dalvik-heap.mk)
# Filesystem management tools
PRODUCT_PACKAGES += \
make_ext4fs
+
+PRODUCT_PROPERTY_OVERRIDES += \
+ ro.nohardwaregfx=true
+