diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 15:19:56 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 15:19:56 +0200 |
commit | 28a5eee31e87ba7c97e901f66a8f2ab4db8fea84 (patch) | |
tree | 268a3159c9ffe4f8cfe763ddb63b85b88391354d | |
parent | fdccef7c5e569f0240a6bdc25e4ef60827a448e1 (diff) | |
download | device_samsung_espresso3g-28a5eee31e87ba7c97e901f66a8f2ab4db8fea84.zip device_samsung_espresso3g-28a5eee31e87ba7c97e901f66a8f2ab4db8fea84.tar.gz device_samsung_espresso3g-28a5eee31e87ba7c97e901f66a8f2ab4db8fea84.tar.bz2 |
libmedia with audioparam
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index da1de8f..591f1a8 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -53,12 +53,14 @@ BOARD_FLASH_BLOCK_SIZE := 4096 BOARD_EGL_CFG := device/samsung/p5100/configs/egl.cfg USE_OPENGL_RENDERER := true COMMON_GLOBAL_CFLAGS += -DSURFACEFLINGER_FORCE_SCREEN_RELEASE +TARGET_BOOTANIMATION_PRELOAD := true # Use nicer font rendering BOARD_USE_SKIA_LCDTEXT := true # Audio BOARD_USE_SAMSUNG_SEPARATEDSTREAM := true +BOARD_USES_LIBMEDIA_WITH_AUDIOPARAMETER := true # HWComposer BOARD_USES_HWCOMPOSER := true |