From e80c28314d7e1f8801e503647f446a6de954af0a Mon Sep 17 00:00:00 2001 From: Alexander Koskovich Date: Wed, 6 Jul 2022 01:02:59 -0700 Subject: [PATCH] overlay: qssi: Move OPlusWifiResCommon to /vendor * Resources cannot be overlaid because overlays with policies "odm|public" do not fulfill any overlayable policies "product|system|vendor". * Google forgot to add ODM to the list of partitions it can be overlaid but might as well just move it to /vendor instead of thinking too hard on it. Change-Id: Id1f9e101dce0781f2f751b821b9374c875127b06 --- overlay/qssi/OPlusWifiResCommon/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/qssi/OPlusWifiResCommon/Android.bp b/overlay/qssi/OPlusWifiResCommon/Android.bp index cc0d4e7..c83779c 100644 --- a/overlay/qssi/OPlusWifiResCommon/Android.bp +++ b/overlay/qssi/OPlusWifiResCommon/Android.bp @@ -5,5 +5,5 @@ runtime_resource_overlay { name: "OPlusWifiResCommon", - device_specific: true, + vendor: true, }