summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-09-02 14:34:56 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-09-02 16:15:18 -0700
commit5b0d6c4cc2745ce8c2ab727b914aa31d397d294a (patch)
tree4cfc066150e6f3642b0b007227fc19e87e1f369a
parentf44777b2eac80beb0bd1cab9de850b0158cd9dec (diff)
downloaddevice_samsung_crespo-5b0d6c4cc2745ce8c2ab727b914aa31d397d294a.zip
device_samsung_crespo-5b0d6c4cc2745ce8c2ab727b914aa31d397d294a.tar.gz
device_samsung_crespo-5b0d6c4cc2745ce8c2ab727b914aa31d397d294a.tar.bz2
Get rid of system.prop
All the properties that used to be in it moved to device.mk Change-Id: I9b97322dd52880a99494f3dc067f37001cf072d3
-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