summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--device.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/device.mk b/device.mk
index 608fc42..bea144b 100644
--- a/device.mk
+++ b/device.mk
@@ -30,8 +30,12 @@ PRODUCT_PACKAGES += \
# RIL and the script to disable/enable the modem
PRODUCT_PACKAGES += \
- libsamsung-ril \
- modem.sh
+ ipc-modem \
+ ipc-test \
+ libsamsung-ril \
+ modem.sh \
+ nv_data-imei \
+ nv_data-md5
$(call inherit-product, device/samsung/tuna/device.mk)
$(call inherit-product-if-exists, vendor/samsung/maguro/maguro-vendor.mk)