summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-14 16:19:30 +0200
committerDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-14 16:19:30 +0200
commit9498ee7faf512062155ab9ab970e8ab824f163b5 (patch)
treeecc6c1ef9522f1c44b45d33d94179a94c85b60ab
parentd419fecba11e6437c9fd955a4f1d2422fea8adcf (diff)
downloaddevice_samsung_smdk4412-common-9498ee7faf512062155ab9ab970e8ab824f163b5.tar.gz
device_samsung_smdk4412-common-9498ee7faf512062155ab9ab970e8ab824f163b5.tar.bz2
device_samsung_smdk4412-common-9498ee7faf512062155ab9ab970e8ab824f163b5.zip
smdk4412: use fimg
Change-Id: Id6ddec1ce08b1028ce08cb7bfa421520cc0cfeb6
-rw-r--r--BoardCommonConfig.mk4
-rw-r--r--common.mk1
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
diff --git a/common.mk b/common.mk
index 398d203..d02c304 100644
--- a/common.mk
+++ b/common.mk
@@ -72,6 +72,7 @@ PRODUCT_PACKAGES := \
com.android.future.usb.accessory \
gralloc.exynos4 \
hwcomposer.exynos4 \
+ libfimg \
libnetcmdiface \
libsecion \
libsync \