1ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
2
3ifeq ($(TARGET_SUPPORTS_ANDROID_WEAR),true)
4    LW_FEATURE_SET := true
5endif
6
7LOCAL_PATH := $(call my-dir)
8
9include $(call all-makefiles-under,$(LOCAL_PATH))
10endif
11