summaryrefslogtreecommitdiffstats
path: root/libaudio/Android.mk
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2010-09-03 15:57:34 -0700
committerEric Laurent <elaurent@google.com>2010-09-03 15:57:34 -0700
commitb310fc23184c8c105cdc9b7e20a4ef15c962ec31 (patch)
tree72cfc1e2b42672e297c9ab4edc6a03d0d708c119 /libaudio/Android.mk
parent1bfc4d7e464b145e187f81f59445a902c0d49d12 (diff)
downloaddevice_samsung_crespo-b310fc23184c8c105cdc9b7e20a4ef15c962ec31.zip
device_samsung_crespo-b310fc23184c8c105cdc9b7e20a4ef15c962ec31.tar.gz
device_samsung_crespo-b310fc23184c8c105cdc9b7e20a4ef15c962ec31.tar.bz2
Fix crespo build with A2DP enabled
Removed AudioPolicyManagerBase.cpp which is not used in current implementation of AudioPolicyManager. Change-Id: If74cccc04536f8dae9e94f40bbba93b69d62876a
Diffstat (limited to 'libaudio/Android.mk')
-rw-r--r--libaudio/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/libaudio/Android.mk b/libaudio/Android.mk
index 790f63c..f56bb31 100644
--- a/libaudio/Android.mk
+++ b/libaudio/Android.mk
@@ -62,8 +62,7 @@ endif
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
- AudioPolicyManager.cpp \
- AudioPolicyManagerBase.cpp
+ AudioPolicyManager.cpp
LOCAL_SHARED_LIBRARIES := \
libcutils \