From e7e80f78410191be80da9abc3f73c2b3f8a7e239 Mon Sep 17 00:00:00 2001 From: Keun young Park Date: Tue, 14 Aug 2012 16:50:50 -0700 Subject: 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 --- BoardConfig.mk | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3