Don't try to read /system/default.prop.

It doesn't exist. We use /system/build.prop.

Change-Id: Ie635f9b3cc65de807f128339199b853db5a8eb2f
This commit is contained in:
Elliott Hughes 2015-04-15 17:05:23 -07:00
parent c01445d2e8
commit 95f709a9f5
1 changed files with 0 additions and 1 deletions

View File

@ -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.*");