aboutsummaryrefslogtreecommitdiffstats
path: root/src/qcomm-hidl
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcomm-hidl')
-rw-r--r--src/qcomm-hidl/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qcomm-hidl/Android.mk b/src/qcomm-hidl/Android.mk
index 55f8d3d..086496d 100644
--- a/src/qcomm-hidl/Android.mk
+++ b/src/qcomm-hidl/Android.mk
@@ -14,6 +14,7 @@
# limitations under the License.
#
+ifneq ($(QCPATH),)
include $(CLEAR_VARS)
LOCAL_CFLAGS := -g -c -W -Wall -O2
@@ -70,3 +71,4 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := libantradio
include $(BUILD_SHARED_LIBRARY)
+endif