summaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
authorMayank Agarwal <mayankagarwal@motorola.com>2015-02-03 20:28:53 -0800
committerAmit Mahajan <amitmahajan@google.com>2015-02-04 18:06:59 +0000
commit5700f8d4d4f4db45f061d22b5523e0a0aaac4996 (patch)
tree527c4229bcba83640e6627c6e1e356916529cc73 /device.mk
parent3e7ef3c18f307ec62de67962aee7ec69b2a5b7bb (diff)
downloadshamu-5700f8d4d4f4db45f061d22b5523e0a0aaac4996.tar.gz
QCRIL DB File path change for getting operator type family
qcril.db file location to be used is changed to /system/etc/ril/qcril.db Bug: 19023931 Change-Id: Ic664266a98aeb98972e97c4731bc7a956ef1b217
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 43d4ba2b..0dc1d2d1 100644
--- a/device.mk
+++ b/device.mk
@@ -356,3 +356,7 @@ PRODUCT_OEM_PROPERTIES := \
ro.config.wallpaper_component \
ro.oem.* \
oem.*
+
+# Copy the qcril.db file from qcril to system. Useful to get the radio tech family for the camped operator
+PRODUCT_COPY_FILES += \
+ device/moto/shamu/qcril.db:system/etc/ril/qcril.db