Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bedae391 authored by SzuWei Lin's avatar SzuWei Lin Committed by Gerrit Code Review
Browse files

Merge "Deprecate /factory"

parents 270c98f1 47886882
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -957,8 +957,6 @@ void PropertyLoadBootDefaults() {
    load_properties_from_partition("odm", /* support_legacy_path_until */ 28);
    load_properties_from_partition("product", /* support_legacy_path_until */ 30);

    load_properties_from_file("/factory/factory.prop", "ro.*", &properties);

    if (access(kDebugRamdiskProp, R_OK) == 0) {
        LOG(INFO) << "Loading " << kDebugRamdiskProp;
        load_properties_from_file(kDebugRamdiskProp, nullptr, &properties);