2021-01-23 15:22:56 -05:00
|
|
|
ifneq ($(QCPATH),)
|
|
|
|
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
|
|
|
|
|
2022-03-23 21:42:45 +01:00
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(call all-subdir-makefiles)
|
2021-01-23 15:22:56 -05:00
|
|
|
|
|
|
|
endif#BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE
|
|
|
|
endif #QCPATH
|