2017-02-28 19:45:47 -05:00
|
|
|
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
2018-01-08 22:24:55 -05:00
|
|
|
include $(LOCAL_PATH)/build/target_specific_features.mk
|
2017-02-28 19:45:47 -05:00
|
|
|
|
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
|
|
endif
|