diff options
author | Keun young Park <keunyoung@google.com> | 2012-08-14 15:59:16 -0700 |
---|---|---|
committer | Keun young Park <keunyoung@google.com> | 2012-08-14 16:01:39 -0700 |
commit | 7ea7b30de460b3d0f578a3e735a230561858f985 (patch) | |
tree | 11c8b3f1ac387930fc26d88c44a1e1451cf09b02 | |
parent | e19746d025358e37cb78f971946a54f8afb3902a (diff) | |
download | device_generic_armv7-a-neon-7ea7b30de460b3d0f578a3e735a230561858f985.tar.gz device_generic_armv7-a-neon-7ea7b30de460b3d0f578a3e735a230561858f985.tar.bz2 device_generic_armv7-a-neon-7ea7b30de460b3d0f578a3e735a230561858f985.zip |
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: I1535e0732d69da8bf690e2858b7dee5cdb7a9890
-rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 4d1f6ab..8e86e38 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 |