android_hardware_samsung/exynos/multimedia/codecs/audio/exynos4/Android.mk
codeworkx 62f02ba4f4 exynos: reorganized and updated from insignal
Changes needed on exynos4210 devices:

libcsc -> libseccscapi
libswconverter -> remove

TARGET_HAL_PATH := hardware/samsung/exynos4/hal
TARGET_OMX_PATH := hardware/samsung/exynos/multimedia/openmax
$(call inherit-product, hardware/samsung/exynos4210.mk)

Change-Id: Ic59ef95b85ef37b3f38fb36cf6a364a5414685ee
2012-05-20 12:00:36 +02:00

14 lines
331 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_AUDIO_PATH :=$(LOCAL_PATH)
ifeq ($(BOARD_USE_ALP_AUDIO), true)
include $(LOCAL_AUDIO_PATH)/srp/alp/Android.mk
else
ifeq ($(USE_ULP_AUDIO), true)
include $(LOCAL_AUDIO_PATH)/srp/ulp/Android.mk
include $(LOCAL_AUDIO_PATH)/srp/libsa_jni/Android.mk
endif
endif