summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-08-14 16:49:40 -0700
committerKeun young Park <keunyoung@google.com>2012-08-14 16:49:40 -0700
commit8b723121c8fc544f9c5094bd3a8ca711a5b1eb15 (patch)
tree34a31d3aa574cc3d08b3e19e074eda645dbbb9f1
parent7292d238e9a288fab21ac3da685d49f46ca02105 (diff)
downloadarmv7-a-8b723121c8fc544f9c5094bd3a8ca711a5b1eb15.tar.gz
enable OPENGL_RENDERER by default
- Some JNI under frameworks/base should be built to support this to support this feature in PDK fusion build Bug: 6985535 Change-Id: I10304af7d5144fb6fcb402e868612fe225d8538b
-rw-r--r--BoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index d2fb57a..dd90262 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -20,3 +20,5 @@ MINIMAL_FONT_FOOTPRINT := true
BOARD_HAVE_BLUETOOTH := true
WPA_SUPPLICANT_VERSION := VER_0_8_X
+
+USE_OPENGL_RENDERER := true