summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libril/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/libril/Android.mk b/libril/Android.mk
index 3f1d3e8..c0b6739 100644
--- a/libril/Android.mk
+++ b/libril/Android.mk
@@ -1,5 +1,7 @@
# Copyright 2006 The Android Open Source Project
+ifneq ($(BOARD_PROVIDES_LIBRIL),true)
+
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -57,3 +59,4 @@ LOCAL_MODULE:= libril_static
include $(BUILD_STATIC_LIBRARY)
endif # ANDROID_BIONIC_TRANSITION
+endif # BOARD_PROVIDES_LIBRIL