summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--p3100.mk11
-rwxr-xr-xp31xx-common.mk8
2 files changed, 9 insertions, 10 deletions
diff --git a/p3100.mk b/p3100.mk
index fe0c0bc..e1720d0 100644
--- a/p3100.mk
+++ b/p3100.mk
@@ -20,15 +20,20 @@ LOCAL_PATH := device/samsung/p3100
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
+# Packages
+PRODUCT_PACKAGES += \
+ SamsungServiceMode
+
# Audio
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/tiny_hw.xml:system/etc/sound/espressorf
-# Packages
+# RIL
PRODUCT_PACKAGES += \
- SamsungServiceMode
+ libaudio-ril-interface \
+ libsamsung-ril \
+ ipc-modemctrl
-# RIL
PRODUCT_PROPERTY_OVERRIDES += \
mobiledata.interfaces=pdp0,wlan0,gprs,ppp0
diff --git a/p31xx-common.mk b/p31xx-common.mk
index b0fa6bd..adb339f 100755
--- a/p31xx-common.mk
+++ b/p31xx-common.mk
@@ -90,8 +90,7 @@ PRODUCT_PACKAGES += \
audio.primary.piranha \
audio.a2dp.default \
libtinyalsa \
- libaudioutils \
- libaudio-ril-interface
+ libaudioutils
# Sensors
PRODUCT_PACKAGES += \
@@ -99,11 +98,6 @@ PRODUCT_PACKAGES += \
geomagneticd \
orientationd
-# RIL
-PRODUCT_PACKAGES += \
- libsamsung-ril \
- ipc-modemctrl
-
# Filesystem management tools
PRODUCT_PACKAGES += \
static_busybox \