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
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 4d1f6ab..8e86e38 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -20,3 +20,5 @@
 BOARD_HAVE_BLUETOOTH := true
 
 WPA_SUPPLICANT_VERSION := VER_0_8_X
+
+USE_OPENGL_RENDERER := true