summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-08-14 16:50:50 -0700
committerKeun young Park <keunyoung@google.com>2012-08-14 16:50:50 -0700
commite7e80f78410191be80da9abc3f73c2b3f8a7e239 (patch)
treeb29658fe4942ffad8c95e135f3025623f3ce2417
parent11c90e9d26fd2dfc7554964a90096bc0d96234d8 (diff)
downloadx86-e7e80f78410191be80da9abc3f73c2b3f8a7e239.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: I3308aae81d044c9ec12ff2e0d1babdb6d3a14b27
-rw-r--r--BoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 622ea55..6de167e 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -16,3 +16,5 @@ MINIMAL_FONT_FOOTPRINT := true
BOARD_HAVE_BLUETOOTH := true
WPA_SUPPLICANT_VERSION := VER_0_8_X
+
+USE_OPENGL_RENDERER := true