Merge "Remove /default.prop"
diff --git a/init/property_service.cpp b/init/property_service.cpp
index f9a94d7..82f5b8c 100644
--- a/init/property_service.cpp
+++ b/init/property_service.cpp
@@ -886,10 +886,6 @@
load_properties_from_file("/prop.default", nullptr, &properties);
}
- // Try legacy (non-Treble) path. This file might not exist in most of the
- // post-Oreo devices. Absence of the file is not an error.
- load_properties_from_file("/default.prop", nullptr, &properties);
-
load_properties_from_file("/system/build.prop", nullptr, &properties);
load_properties_from_file("/system_ext/build.prop", nullptr, &properties);