Ashwin R C | a4d84f4 | 2020-03-30 14:19:46 +0000 | [diff] [blame^] | 1 | ifneq ($(USE_DEVICE_SPECIFIC_DATA_IPA_CFG_MGR),true) |
Michael Bestas | d5a8fb8 | 2019-01-04 03:03:45 +0200 | [diff] [blame] | 2 | ifeq ($(call my-dir),$(call project-path-for,qcom-data-ipa-cfg-mgr)) |
3 | |||||
4 | LOCAL_PATH := $(call my-dir) | ||||
5 | |||||
6 | include $(call first-makefiles-under,$(LOCAL_PATH)) | ||||
7 | |||||
8 | endif | ||||
Ashwin R C | a4d84f4 | 2020-03-30 14:19:46 +0000 | [diff] [blame^] | 9 | endif |