From c875ae78213922ae14183dc63a694fa4ae633c48 Mon Sep 17 00:00:00 2001 From: Arne Coucheron Date: Mon, 9 Nov 2020 03:27:32 +0100 Subject: [PATCH] msm8974-common: init: Override system_ext props too Change-Id: I4114ab9547dbfea4ba2d043a6be55a9694ce9de3 --- init/init_msm8974.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init/init_msm8974.cpp b/init/init_msm8974.cpp index 0ccd4ef..9f52f0c 100644 --- a/init/init_msm8974.cpp +++ b/init/init_msm8974.cpp @@ -44,8 +44,9 @@ std::vector ro_product_props_default_source_order = { "product.", "product_services.", "odm.", - "vendor.", "system.", + "system_ext.", + "vendor.", }; void set_rild_libpath(char const variant[])