diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2010-09-02 14:34:56 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2010-09-02 16:15:18 -0700 |
commit | 5b0d6c4cc2745ce8c2ab727b914aa31d397d294a (patch) | |
tree | 4cfc066150e6f3642b0b007227fc19e87e1f369a /system.prop | |
parent | f44777b2eac80beb0bd1cab9de850b0158cd9dec (diff) | |
download | device_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
Diffstat (limited to 'system.prop')
-rw-r--r-- | system.prop | 7 |
1 files changed, 0 insertions, 7 deletions
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 |