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

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

audio: Use project pathmap

Change-Id: I908f080105aad8ff686e409fd04ff730f09a86a4
parent 6e5ba1f1
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 msm8974 msm8x74 msm8x84 msm8084 msm8992 msm8994 msm8996,$(TARGET_BOARD_PLATFORM)),)
@@ -20,3 +22,5 @@ ifneq ($(TARGET_BOARD_AUTO),true)

  endif
endif

endif