sm8250-common: Exclude loc_{api,socket} on OSS builds
Change-Id: Id918ca897805d11b07558d600066990e93d95666
This commit is contained in:
parent
64ab05b033
commit
bee4b670f4
@ -1,2 +1,8 @@
|
||||
ifneq ($(QCPATH),)
|
||||
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
include $(call all-subdir-makefiles)
|
||||
|
||||
endif#BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE
|
||||
endif #QCPATH
|
||||
|
@ -1,2 +1,4 @@
|
||||
ifneq ($(QCPATH),)
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
endif #QCPATH
|
||||
|
Loading…
x
Reference in New Issue
Block a user