stop including rootdir build.prop

merged with default.prop

Change-Id: I18fcd37ddc63e3607278d0741181d0779118132d
This commit is contained in:
Andres Morales 2015-05-07 15:18:20 -07:00
parent 7f9259f652
commit 5147eacad1
1 changed files with 0 additions and 1 deletions

View File

@ -509,7 +509,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_VENDOR_BUILD, NULL);
load_properties_from_file(PROP_PATH_BOOTIMAGE_BUILD, NULL);
load_properties_from_file(PROP_PATH_FACTORY, "ro.*");
load_override_properties();