sm8250-common: Exclude loc_{api,socket} on OSS builds

Change-Id: Id918ca897805d11b07558d600066990e93d95666
This commit is contained in:
Joshua Blanchard 2021-01-23 15:22:56 -05:00 committed by SGCMarkus
parent 64ab05b033
commit bee4b670f4
2 changed files with 8 additions and 0 deletions

View File

@ -1,2 +1,8 @@
ifneq ($(QCPATH),)
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
include $(call all-subdir-makefiles) include $(call all-subdir-makefiles)
endif#BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE
endif #QCPATH

View File

@ -1,2 +1,4 @@
ifneq ($(QCPATH),)
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
include $(call all-makefiles-under,$(LOCAL_PATH)) include $(call all-makefiles-under,$(LOCAL_PATH))
endif #QCPATH