summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2014-12-28 02:33:35 -0800
committerRashed Abdel-Tawab <rashed@linux.com>2017-10-28 18:16:09 -0700
commitc8b87db81d5d77ae0da48128396a8097d10e672d (patch)
tree3f8e0c9614d6ce38bb0e96ae3808eef288f1d10c
parent7799d6e938efd1debae04fc26a343309972573e3 (diff)
downloadandroid_hardware_ril-c8b87db81d5d77ae0da48128396a8097d10e672d.tar.gz
android_hardware_ril-c8b87db81d5d77ae0da48128396a8097d10e672d.tar.bz2
android_hardware_ril-c8b87db81d5d77ae0da48128396a8097d10e672d.zip
Change-Id: Id90f22a1af3187e312ff1d860799f8c0fcef61fd Signed-off-by: Darshan Manjrekar <darshanmanjrekar1205@gmail.com>
-rw-r--r--Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..5e2c589
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,5 @@
+RIL_PATH := $(call my-dir)
+
+ifeq ($(RIL_PATH),$(call project-path-for,ril))
+include $(call first-makefiles-under,$(RIL_PATH))
+endif