summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Giordano <tomgiordano83@gmail.com>2011-11-21 14:48:34 +1100
committerSteve Kondik <steve@cyngn.com>2015-03-25 22:04:45 -0700
commiteffed487e1cc0ee422492d4f76919349bec87636 (patch)
treeb0685796d1de0395af341d1967b02bd395549ec5
parenteb9517a1f3ff13c5e87047f15d7f8f9ef9563075 (diff)
downloadandroid_hardware_ril-effed487e1cc0ee422492d4f76919349bec87636.tar.gz
android_hardware_ril-effed487e1cc0ee422492d4f76919349bec87636.tar.bz2
android_hardware_ril-effed487e1cc0ee422492d4f76919349bec87636.zip
libril: allow board to provide libril
Change-Id: If0033865ab179854c27c56eaaf078fcc30ea102a
-rw-r--r--libril/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/libril/Android.mk b/libril/Android.mk
index 30731e9..2483fc6 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)
@@ -45,3 +47,4 @@ LOCAL_MODULE:= libril_static
include $(BUILD_STATIC_LIBRARY)
endif # ANDROID_BIONIC_TRANSITION
+endif # BOARD_PROVIDES_LIBRIL