summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--device.mk7
-rw-r--r--system.prop7
2 files changed, 5 insertions, 9 deletions
diff --git a/device.mk b/device.mk
index 52d57c3..33e2933 100644
--- a/device.mk
+++ b/device.mk
@@ -68,8 +68,11 @@ PRODUCT_COPY_FILES += \
# Note that the only such settings should be the ones that are too low-level to
# be reachable from resources or other mechanisms.
PRODUCT_PROPERTY_OVERRIDES := \
- wifi.interface=eth0 \
- dalvik.vm.heapsize=24m
+ wifi.interface=eth0 \
+ dalvik.vm.heapsize=24m \
+ rild.libpath=/system/lib/libsec-ril.so \
+ rild.libargs=-d /dev/ttyS0 \
+ ro.sf.lcd_density=240
# we have enough storage space to hold precise GC data
PRODUCT_TAGS += dalvik.gc.type-precise
diff --git a/system.prop b/system.prop
deleted file mode 100644
index 8e48f8d..0000000
--- a/system.prop
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# system.prop for smdkc110
-#
-
-rild.libpath=/system/lib/libsec-ril.so
-rild.libargs=-d /dev/ttyS0
-ro.sf.lcd_density=240