diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-06-14 16:19:30 +0200 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-06-14 16:19:30 +0200 |
commit | 9498ee7faf512062155ab9ab970e8ab824f163b5 (patch) | |
tree | ecc6c1ef9522f1c44b45d33d94179a94c85b60ab | |
parent | d419fecba11e6437c9fd955a4f1d2422fea8adcf (diff) | |
download | device_samsung_smdk4412-common-9498ee7faf512062155ab9ab970e8ab824f163b5.zip device_samsung_smdk4412-common-9498ee7faf512062155ab9ab970e8ab824f163b5.tar.gz device_samsung_smdk4412-common-9498ee7faf512062155ab9ab970e8ab824f163b5.tar.bz2 |
smdk4412: use fimg
Change-Id: Id6ddec1ce08b1028ce08cb7bfa421520cc0cfeb6
-rw-r--r-- | BoardCommonConfig.mk | 4 | ||||
-rw-r--r-- | common.mk | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk index fc644c1..ed89f55 100644 --- a/BoardCommonConfig.mk +++ b/BoardCommonConfig.mk @@ -75,6 +75,10 @@ USE_OPENGL_RENDERER := true BOARD_USES_SKIAHWJPEG := true COMMON_GLOBAL_CFLAGS += -DSEC_HWJPEG_G2D +# FIMG Acceleration +BOARD_USES_FIMGAPI := true +BOARD_USES_SKIA_FIMGAPI := true + # Enable WEBGL in WebKit ENABLE_WEBGL := true @@ -72,6 +72,7 @@ PRODUCT_PACKAGES := \ com.android.future.usb.accessory \ gralloc.exynos4 \ hwcomposer.exynos4 \ + libfimg \ libnetcmdiface \ libsecion \ libsync \ |