qsap: Allow devices to use a local version of this

Change-Id: I7e892aaff2fc6937b3e0e4e2331006d459cbf113
This commit is contained in:
Nolen Johnson
2022-08-08 11:29:42 -04:00
parent 43f569833a
commit 9cfce3a31b

View File

@@ -1,5 +1,5 @@
ifneq ($(TARGET_USES_LOCAL_QSAP),true)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -79,3 +79,4 @@ LOCAL_MODULE := libqsap_headers
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
LOCAL_VENDOR_MODULE := true
include $(BUILD_HEADER_LIBRARY)
endif