system_dlkm: load property for dynamic partition am: 8431328d96

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

Change-Id: I33b52e0cf11e00a3dc6eeac3ed1462cfecfc4c6c
This commit is contained in:
Ramji Jiyani 2022-02-02 06:22:42 +00:00 committed by Automerger Merge Worker
commit 28fe381650

View file

@ -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__) {