summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Giordano <tomgiordano83@gmail.com>2011-11-21 14:48:34 +1100
committerRashed Abdel-Tawab <rashed@linux.com>2017-12-05 15:42:40 -0800
commitf453acf72e6f3f9316ad08addc5894d5fd2b2a6e (patch)
treedf77762ebc8ce2e3611d7baa28c14a059a6472d1
parent2ee1768d1adc898b9cd9c951dbe65e17a698a337 (diff)
downloadandroid_hardware_ril-f453acf72e6f3f9316ad08addc5894d5fd2b2a6e.tar.gz
android_hardware_ril-f453acf72e6f3f9316ad08addc5894d5fd2b2a6e.tar.bz2
android_hardware_ril-f453acf72e6f3f9316ad08addc5894d5fd2b2a6e.zip
libril: allow board to provide libril
Change-Id: Ie9a78a8890f4ece4f026f3a00ec39ec8e03672fa
-rw-r--r--libril/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/libril/Android.mk b/libril/Android.mk
index 5264a81..3d8062c 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_SANITIZE := integer
include $(BUILD_SHARED_LIBRARY)
+endif # BOARD_PROVIDES_LIBRIL