Skip to content

Commit

Permalink
X00T:Use qti kernel Headers for audio amplifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaswanthroy authored and karthik1896 committed Jul 16, 2022
1 parent f4272bb commit 26e1dac
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions audio_amplifier/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ LOCAL_SHARED_LIBRARIES := \
libaudioroute \
libdl \
libaudioutils \
libhwbinder \
libhidlbase \
libprocessgroup \
libutils \
Expand All @@ -39,12 +38,12 @@ LOCAL_C_INCLUDES += \
system/media/audio_utils/include \
$(call include-path-for, audio-effects) \
$(call include-path-for, audio-route) \
$(call project-path-for,qcom-audio)/hal \
$(call project-path-for,qcom-audio)/hal/msm8974 \
$(call project-path-for,qcom-audio)/hal/audio_extn \
$(call project-path-for,qcom-audio)/hal/voice_extn
vendor/qcom/opensource/audio-hal/primary-hal/hal \
vendor/qcom/opensource/audio-hal/primary-hal/hal/msm8974 \
vendor/qcom/opensource/audio-hal/primary-hal/hal/audio_extn \
vendor/qcom/opensource/audio-hal/primary-hal/hal/voice_extn \

LOCAL_HEADER_LIBRARIES := generated_kernel_headers
LOCAL_HEADER_LIBRARIES := qti_kernel_headers
LOCAL_SRC_FILES := audio_amplifier.c
LOCAL_MODULE := audio_amplifier.sdm660
LOCAL_MODULE_RELATIVE_PATH := hw
Expand Down

0 comments on commit 26e1dac

Please sign in to comment.