summaryrefslogtreecommitdiffstats
path: root/libaudio
diff options
context:
space:
mode:
authorjt1134 <jt1134@gmail.com>2012-01-04 19:46:25 -0600
committerjt1134 <jt1134@gmail.com>2012-01-04 19:46:25 -0600
commitf4ca0b53a40d6bd73ae0f829a2caa4c2ce47c103 (patch)
tree0319945c694515ebc8b78e441451f779126466a4 /libaudio
parentc03e6257df9df42bd74f9867e8747770049285ed (diff)
downloaddevice_samsung_aries-common-f4ca0b53a40d6bd73ae0f829a2caa4c2ce47c103.zip
device_samsung_aries-common-f4ca0b53a40d6bd73ae0f829a2caa4c2ce47c103.tar.gz
device_samsung_aries-common-f4ca0b53a40d6bd73ae0f829a2caa4c2ce47c103.tar.bz2
libaudio: ignore if target has its own libaudio (such as fascinate)
Diffstat (limited to 'libaudio')
-rw-r--r--libaudio/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/libaudio/Android.mk b/libaudio/Android.mk
index 183ede3..d828e89 100644
--- a/libaudio/Android.mk
+++ b/libaudio/Android.mk
@@ -1,3 +1,5 @@
+ifneq ($(TARGET_PROVIDES_LIBAUDIO),true)
+
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -43,3 +45,5 @@ ifeq ($(BOARD_HAVE_FM_RADIO),true)
endif
include $(BUILD_SHARED_LIBRARY)
+
+endif