summaryrefslogtreecommitdiffstats
path: root/ril/Android.mk
diff options
context:
space:
mode:
authorKyle Repinski <repinski23@gmail.com>2015-11-23 05:02:05 -0600
committerZiyan <jaraidaniel@gmail.com>2016-01-22 00:42:36 +0100
commit6fdee07ba2e030ac191e120ef678a38f58260e43 (patch)
tree0a9ccbff3c3aedc63b4eebfe88e1c54d59c48544 /ril/Android.mk
parentca38a3d859aa9020a9a02f49e34576b9c3e81f0f (diff)
downloaddevice_samsung_tuna-6fdee07ba2e030ac191e120ef678a38f58260e43.zip
device_samsung_tuna-6fdee07ba2e030ac191e120ef678a38f58260e43.tar.gz
device_samsung_tuna-6fdee07ba2e030ac191e120ef678a38f58260e43.tar.bz2
ril: Add 'libsecril-compat'.
While I preferred to just modify the RILs directly, it simply became too tedious trying to fix three things that all have the same problem. libsecril-compat: Log if unimplemented symbols are called. Analysis of the RILs has shown these shouldn't be called, but just in case, we should know if it happens. libsecril-compat: Actually forward the writeString16 symbol. Good thing I added that logging; somehow this IS called.
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))