msm8974-common: init: Override system_ext props too

Change-Id: I4114ab9547dbfea4ba2d043a6be55a9694ce9de3
This commit is contained in:
Arne Coucheron 2020-11-09 03:27:32 +01:00 committed by Kevin F. Haggerty
parent 5303899859
commit c875ae7821
No known key found for this signature in database
GPG Key ID: 6D95512933112729

View File

@ -44,8 +44,9 @@ std::vector<std::string> ro_product_props_default_source_order = {
"product.", "product.",
"product_services.", "product_services.",
"odm.", "odm.",
"vendor.",
"system.", "system.",
"system_ext.",
"vendor.",
}; };
void set_rild_libpath(char const variant[]) void set_rild_libpath(char const variant[])