Loading init/property_service.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading mkbootimg/mkbootimg.c +1 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,7 @@ int main(int argc, char **argv) } if (get_id) { print_id(sha, sizeof(hdr.id)); print_id((uint8_t *) hdr.id, sizeof(hdr.id)); } return 0; Loading Loading
init/property_service.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading
mkbootimg/mkbootimg.c +1 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,7 @@ int main(int argc, char **argv) } if (get_id) { print_id(sha, sizeof(hdr.id)); print_id((uint8_t *) hdr.id, sizeof(hdr.id)); } return 0; Loading