Implementation of LocationAPI into gps hal to be a common API that is called into by platform specific APIs. Change-Id: Ie5a7bd217d4ae2175ad49e6aca2fb6ecd4702f3b CRs-fixed: 1112712
5 lines
137 B
Makefile
5 lines
137 B
Makefile
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
endif
|