Merge "Missing check to build inside libloc_core"

This commit is contained in:
Linux Build Service Account 2013-09-11 21:59:14 -07:00 committed by Gerrit - the friendly Code Review server
commit e6ded1777c

View file

@ -1,3 +1,4 @@
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
ifneq ($(BUILD_TINY_ANDROID),true)
LOCAL_PATH := $(call my-dir)
@ -48,3 +49,4 @@ LOCAL_PRELINK_MODULE := false
include $(BUILD_SHARED_LIBRARY)
endif # not BUILD_TINY_ANDROID
endif # BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE