commit | 361371009902150d332cb23575f5833a57cf0ef0 | [log] [tgz] |
---|---|---|
author | Dario Freni <dariofreni@google.com> | Fri May 25 16:07:19 2018 +0100 |
committer | Dario Freni <dariofreni@google.com> | Thu Jul 26 16:27:28 2018 +0000 |
tree | 7975ec21d6a7554d8c379ebfe7b716395b465182 | |
parent | 28fb130cbbd7c01ef706d5b6a5a9877b290f275c [diff] [blame] |
Add support for /product-services partition. This CL is largely and adaptation of Ie996def20e25dc1afe0c74af2096af844934b2dc Bug: 80741439 Test: Successfully built product-services.img with one module in it, and flashed on device. Also successfully built image with /system/product-services and no dedicated /product-services partition. Change-Id: I1046dfe19bf874da929c9131b76a1f85422fbb80 Merged-In: I1046dfe19bf874da929c9131b76a1f85422fbb80
diff --git a/init/property_service.cpp b/init/property_service.cpp index d1c427d..c0d811f 100644 --- a/init/property_service.cpp +++ b/init/property_service.cpp
@@ -691,6 +691,7 @@ } } load_properties_from_file("/product/build.prop", NULL); + load_properties_from_file("/product-services/build.prop", NULL); load_properties_from_file("/odm/default.prop", NULL); load_properties_from_file("/vendor/default.prop", NULL);