Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 1fd7550e authored by Ethan Chen's avatar Ethan Chen Committed by Rashed Abdel-Tawab
Browse files

audio: Use project pathmap

Change-Id: I908f080105aad8ff686e409fd04ff730f09a86a4
parent d6cdb2e9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
ifeq ($(call my-dir),$(call project-path-for,qcom-audio))

# TODO:  Find a better way to separate build configs for ADP vs non-ADP devices
ifneq ($(TARGET_BOARD_AUTO),true)
  ifneq ($(filter msm8960 msm8226 msm8x26 msm8x84 msm8084 msm8992 msm8994 msm8996 msm8909 msm8952 msm8998 sdm845,$(TARGET_BOARD_PLATFORM)),)
@@ -14,3 +16,5 @@ ifneq ($(TARGET_BOARD_AUTO),true)
    endif
  endif
endif

endif
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ LOCAL_MODULE_OWNER := qcom
LOCAL_PROPRIETARY_MODULE := true

LOCAL_C_INCLUDES := \
        hardware/qcom/audio/hal \
	$(call project-path-for,qcom-audio)/hal \
	$(call include-path-for, audio-effects)

LOCAL_HEADER_LIBRARIES += libhardware_headers