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

Commit b6d78237 authored by Ramji Jiyani's avatar Ramji Jiyani Committed by Automerger Merge Worker
Browse files

system_dlkm: load property for dynamic partition am: 8431328d am: 28fe3816

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1963560

Change-Id: I820a9cc17f87dd108e3d5c2c7cdb7e65028cce91
parents eda7a3c2 28fe3816
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1107,6 +1107,7 @@ void PropertyLoadBootDefaults() {
    LoadPropertiesFromSecondStageRes(&properties);
    load_properties_from_file("/system/build.prop", nullptr, &properties);
    load_properties_from_partition("system_ext", /* support_legacy_path_until */ 30);
    load_properties_from_file("/system_dlkm/etc/build.prop", nullptr, &properties);
    // TODO(b/117892318): uncomment the following condition when vendor.imgs for aosp_* targets are
    // all updated.
    // if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_R__) {