diff options
author | Andres Morales <anmorales@google.com> | 2015-05-07 15:18:20 -0700 |
---|---|---|
committer | Andres Morales <anmorales@google.com> | 2015-05-07 15:18:20 -0700 |
commit | 5147eacad19810200d6ba9a868250d854a3bfc8c (patch) | |
tree | a3e51957970129798ce3deaf8b11fa8ef3800492 | |
parent | 7f9259f6523dd8bd42948b3524c3c6570a3bdf31 (diff) | |
download | system_core-5147eacad19810200d6ba9a868250d854a3bfc8c.zip system_core-5147eacad19810200d6ba9a868250d854a3bfc8c.tar.gz system_core-5147eacad19810200d6ba9a868250d854a3bfc8c.tar.bz2 |
stop including rootdir build.prop
merged with default.prop
Change-Id: I18fcd37ddc63e3607278d0741181d0779118132d
-rw-r--r-- | init/property_service.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/property_service.cpp b/init/property_service.cpp index 930ef82..526e8ac 100644 --- a/init/property_service.cpp +++ b/init/property_service.cpp @@ -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(); |