4f4f8cd486
* Get rid of 1.0 and 1.1 hidl * Get rid of target_specific_features.mk * Clean up the top Android.mk * Drop sample configs * Drop sample target and board config Change-Id: I7b45b940812a51306db76f6275ea43049fa62335
8 lines
246 B
Makefile
8 lines
246 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
|
|
include $(CLEAR_VARS)
|
|
DIR_LIST := $(LOCAL_PATH)
|
|
include $(DIR_LIST)/utils/Android.mk
|
|
include $(DIR_LIST)/2.0/Android.mk
|
|
endif #BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE
|