summaryrefslogtreecommitdiffstats
path: root/init/property_service.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-15 17:05:23 -0700
committerElliott Hughes <enh@google.com>2015-04-15 17:05:23 -0700
commit95f709a9f59ce79c65a9419d4227e877f3780ec7 (patch)
tree14d679d372eed679e85b429f7a78700ab85b43c5 /init/property_service.cpp
parentc01445d2e8faafdb40e4fb426bc537f4f1220bad (diff)
downloadsystem_core-95f709a9f59ce79c65a9419d4227e877f3780ec7.zip
system_core-95f709a9f59ce79c65a9419d4227e877f3780ec7.tar.gz
system_core-95f709a9f59ce79c65a9419d4227e877f3780ec7.tar.bz2
Don't try to read /system/default.prop.
It doesn't exist. We use /system/build.prop. Change-Id: Ie635f9b3cc65de807f128339199b853db5a8eb2f
Diffstat (limited to 'init/property_service.cpp')
-rw-r--r--init/property_service.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/property_service.cpp b/init/property_service.cpp
index 2fa81d4..8544951 100644
--- a/init/property_service.cpp
+++ b/init/property_service.cpp
@@ -508,7 +508,6 @@ void load_persist_props(void) {
void load_all_props() {
load_properties_from_file(PROP_PATH_SYSTEM_BUILD, NULL);
- load_properties_from_file(PROP_PATH_SYSTEM_DEFAULT, NULL);
load_properties_from_file(PROP_PATH_VENDOR_BUILD, NULL);
load_properties_from_file(PROP_PATH_BOOTIMAGE_BUILD, NULL);
load_properties_from_file(PROP_PATH_FACTORY, "ro.*");