Skip to content

Commit

Permalink
libaudioampl: small clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Razziell committed Oct 7, 2018
1 parent ea5fbfd commit e7291bb
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions libaudioampl/Android.mk
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_C_INCLUDES += \
$(call project-path-for,qcom-audio)/hal/msm8916/ \
$(call project-path-for,qcom-audio)/hal/ \
$(call project-path-for,qcom-audio)/hal/audio_extn \
$(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include \
external/tinyalsa/include \
external/tinycompress/include \
hardware/libhardware/include \
system/media/audio_route/include \
device/xiaomi/markw/power \
$(call project-path-for,qcom-audio)/hal/msm8916/ \
$(call project-path-for,qcom-audio)/hal/ \
$(call project-path-for,qcom-audio)/hal/audio_extn \
$(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include \
external/tinyalsa/include \
external/tinycompress/include \
hardware/libhardware/include \
system/media/audio_route/include \
LOCAL_ADDITIONAL_DEPENDENCIES += INSTALLED_KERNEL_HEADERS
LOCAL_SHARED_LIBRARIES := liblog \
libutils \
libcutils \
libtinyalsa \
libtinycompress
libutils \
libcutils \
libtinyalsa \
libtinycompress
LOCAL_SRC_FILES := audio_amplifier.c
LOCAL_MODULE := audio_amplifier.msm8953
LOCAL_MODULE_RELATIVE_PATH := hw
Expand Down

0 comments on commit e7291bb

Please sign in to comment.