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

Commit 1a137596 authored by Ethan Chen's avatar Ethan Chen
Browse files

audio: Use project pathmap

Change-Id: I951eee0a0a145015132510190d33dfa1d9312d97
parent 5fe9117e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
ifeq ($(call my-dir),$(call project-path-for,qcom-audio)/default)

ifneq ($(filter mpq8092 msm8960 msm8226 msm8x26 msm8610 msm8974 msm8x74 apq8084,$(TARGET_BOARD_PLATFORM)),)

MY_LOCAL_PATH := $(call my-dir)
@@ -17,3 +19,5 @@ include $(MY_LOCAL_PATH)/post_proc/Android.mk
endif

endif

endif