Update os_pickup.bp and disable sm7150 gps

Bug: 148838141
Change-Id: Ibae789e6f5430ff426d60dd0708499147a9c0c32
diff --git a/Android.mk b/Android.mk
index f1088a4..a883ad5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,4 @@
-ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
+ifeq (,true)
 LOCAL_PATH := $(call my-dir)
 include $(LOCAL_PATH)/build/target_specific_features.mk
 include $(call all-makefiles-under,$(LOCAL_PATH))