2018-07-12 22:12:35 -04:00
|
|
|
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
2018-12-31 04:55:08 -05:00
|
|
|
include $(LOCAL_PATH)/build/target_specific_features.mk
|
2018-07-12 22:12:35 -04:00
|
|
|
|
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
|
|
endif
|