Skip to content

Commit

Permalink
Remove current msm7x30 audio HAL
Browse files Browse the repository at this point in the history
This HAL is outdated & contains legacy code
Remove it so we can import the newest HAL from jb_2.5.3 branch
  • Loading branch information
Blefish authored and mikeNG committed Sep 26, 2014
1 parent 76a07b6 commit 7386af3
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 9,693 deletions.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifeq ($(TARGET_QCOM_AUDIO_VARIANT),caf)
ifneq ($(filter msm8960 msm8660 msm8226 msm8x26 msm8610 msm8974 msm8x74 msm7x30 apq8084,$(TARGET_BOARD_PLATFORM)),)
ifneq ($(filter msm8960 msm8660 msm8226 msm8x26 msm8610 msm8974 msm8x74 apq8084,$(TARGET_BOARD_PLATFORM)),)

MY_LOCAL_PATH := $(call my-dir)

Expand Down
4 changes: 0 additions & 4 deletions legacy/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ ifeq ($(strip $(BOARD_USES_ALSA_AUDIO)),true)
include $(AUDIO_HW_ROOT)/audiod/Android.mk
endif

ifeq ($(TARGET_BOARD_PLATFORM),msm7x30)
include $(AUDIO_HW_ROOT)/msm7x30/Android.mk
endif

ifeq ($(TARGET_BOARD_PLATFORM),msm8660)
include $(AUDIO_HW_ROOT)/msm8660/Android.mk
include $(AUDIO_HW_ROOT)/mm-audio/Android.mk
Expand Down
126 changes: 0 additions & 126 deletions legacy/msm7x30/Android.mk

This file was deleted.

Loading

0 comments on commit 7386af3

Please sign in to comment.