Build dummy QMAA HAL to unblock framework when BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE flag is not defined. Change-Id: I62f71d7964e916619f0157e69a57cd83a62bba54 CRs-Fixed: 2378795
7 lines
238 B
Makefile
7 lines
238 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
include $(LOCAL_PATH)/build/target_specific_features.mk
|
|
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
else
|
|
include $(LOCAL_PATH)/android/Android.mk
|
|
endif
|