summaryrefslogtreecommitdiffstats
path: root/ril/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ril/Android.mk')
-rw-r--r--ril/Android.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/ril/Android.mk b/ril/Android.mk
index 98c2e6f..5fb5d16 100644
--- a/ril/Android.mk
+++ b/ril/Android.mk
@@ -14,7 +14,6 @@
# limitations under the License.
#
-RIL_PATH := $(call my-dir)
+LOCAL_PATH := $(call my-dir)
-# ril client
-include $(RIL_PATH)/libsecril-client/Android.mk
+include $(call all-makefiles-under,$(LOCAL_PATH))