Skip to content

Commit

Permalink
audio: remove redundant configuration files from audio HAL
Browse files Browse the repository at this point in the history
- Remove UCM files from audio HAL
- Related files are stored in OEM folder under device

Change-Id: I0f86e57e33a16fc543b2cc81145426b6724be6f2
Signed-off-by: Iliyan Malchev <malchev@google.com>
  • Loading branch information
SathishKumar Mani authored and Iliyan Malchev committed Sep 18, 2012
1 parent e9c7854 commit 2aa2507
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 17,328 deletions.
31 changes: 0 additions & 31 deletions libalsa-intf/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,6 @@ LOCAL_PATH:= $(call my-dir)

ifeq ($(strip $(BOARD_USES_ALSA_AUDIO)),true)
# Any prebuilt files with default TAGS can use the below:
include $(CLEAR_VARS)
LOCAL_MODULE := snd_soc_msm
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/snd_soc_msm
LOCAL_SRC_FILES := snd_soc_msm/snd_soc_msm
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := snd_soc_msm_2x
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/snd_soc_msm
LOCAL_SRC_FILES := snd_soc_msm/snd_soc_msm_2x
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := snd_soc_msm_2x_Fusion3
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/snd_soc_msm
LOCAL_SRC_FILES := snd_soc_msm/snd_soc_msm_2x_Fusion3
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := snd_soc_msm_Sitar
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/snd_soc_msm
LOCAL_SRC_FILES := snd_soc_msm/snd_soc_msm_Sitar
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
#LOCAL_SRC_FILES:= aplay.c alsa_pcm.c alsa_mixer.c
Expand Down
Loading

0 comments on commit 2aa2507

Please sign in to comment.