From e0e70814dbc0a0c129392e117ca56b0ea8c4d39d Mon Sep 17 00:00:00 2001 From: David Su Date: Wed, 29 Jul 2020 12:54:00 -0700 Subject: [PATCH] sm8250-common: Don't sign Wifi RROs with platform cert Preinstalled overlays needn't be signed with the same cert as the package it overlays, simply being preinstalled is enough. Sign with the default cert instead for now, which provides fewer special privileges. Bug: 162195999 Test: verify values still overlaid correctly Change-Id: I017491fd383551c5aadf8648edb900e0c12a27b8 --- rro_overlays/WifiResCommon/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/rro_overlays/WifiResCommon/Android.bp b/rro_overlays/WifiResCommon/Android.bp index b23d462..859ad2b 100644 --- a/rro_overlays/WifiResCommon/Android.bp +++ b/rro_overlays/WifiResCommon/Android.bp @@ -1,7 +1,6 @@ runtime_resource_overlay { name: "WifiResCommon", theme: "WifiResCommon", - certificate: "platform", sdk_version: "current", product_specific: true }