diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-07-03 07:39:16 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-07-03 07:39:16 -0700 |
commit | a1e4e4baf1a6c5c86ee3157ed1f6b4100d617ea2 (patch) | |
tree | cdba5af271e87dde8ca19dd7d285b0eb61dec3c9 | |
parent | 90560e9f6e86d46d7a132caa51f877e2add15915 (diff) | |
parent | 3251033a8448e4ab5e9270c060d6920ce4767a0e (diff) | |
download | device_samsung_galaxys2-common-a1e4e4baf1a6c5c86ee3157ed1f6b4100d617ea2.zip device_samsung_galaxys2-common-a1e4e4baf1a6c5c86ee3157ed1f6b4100d617ea2.tar.gz device_samsung_galaxys2-common-a1e4e4baf1a6c5c86ee3157ed1f6b4100d617ea2.tar.bz2 |
Merge "galaxys2: reenable fimg" into cm-10.1
-rw-r--r-- | BoardCommonConfig.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk index 1a7601e..ef7757c 100644 --- a/BoardCommonConfig.mk +++ b/BoardCommonConfig.mk @@ -69,6 +69,10 @@ TARGET_RELEASETOOL_IMG_FROM_TARGET_SCRIPT := ./device/samsung/galaxys2-common/re BOARD_EGL_CFG := device/samsung/galaxys2-common/configs/egl.cfg USE_OPENGL_RENDERER := true +# FIMG Acceleration +BOARD_USES_FIMGAPI := true +BOARD_USES_SKIA_FIMGAPI := true + # Enable WEBGL in WebKit ENABLE_WEBGL := true |