Skip to content

Commit

Permalink
aries-common: use default audio policy
Browse files Browse the repository at this point in the history
No point extending and compiling another audio policy when we're
not modifying it in anyway.

Change-Id: I3e1d144b92b42ace670d312fe3c57f2596ea9e43
  • Loading branch information
pawitp committed Feb 13, 2013
1 parent fd227ac commit f7f35bc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 100 deletions.
1 change: 0 additions & 1 deletion device_base.mk
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ PRODUCT_PACKAGES += \
hwcomposer.s5pc110 \
camera.aries \
audio.primary.aries \
audio_policy.aries \
audio.a2dp.default \
audio.usb.default \
libs3cjpeg
Expand Down
16 changes: 0 additions & 16 deletions libaudio/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,4 @@ endif

include $(BUILD_SHARED_LIBRARY)

include $(CLEAR_VARS)

LOCAL_SRC_FILES := AudioPolicyManager.cpp
LOCAL_SHARED_LIBRARIES := libcutils libutils
LOCAL_STATIC_LIBRARIES := libmedia_helper
LOCAL_WHOLE_STATIC_LIBRARIES := libaudiopolicy_legacy
LOCAL_MODULE := audio_policy.aries
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
LOCAL_MODULE_TAGS := optional

ifeq ($(BOARD_HAVE_FM_RADIO),true)
LOCAL_CFLAGS += -DHAVE_FM_RADIO
endif

include $(BUILD_SHARED_LIBRARY)

endif
45 changes: 0 additions & 45 deletions libaudio/AudioPolicyManager.cpp

This file was deleted.

38 changes: 0 additions & 38 deletions libaudio/AudioPolicyManager.h

This file was deleted.

0 comments on commit f7f35bc

Please sign in to comment.