From: David Su Date: Wed, 29 Jul 2020 19:54:00 +0000 (-0700) Subject: universal8895: Don't sign Wifi RROs with platform cert X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=595534a764001433e580ff48da8e42109692eaf4;p=GitHub%2Fexynos8895%2Fandroid_device_samsung_universal8895-common.git universal8895: 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 --- diff --git a/rro_overlays/WifiOverlay/Android.bp b/rro_overlays/WifiOverlay/Android.bp index 5407765..c2089a1 100644 --- a/rro_overlays/WifiOverlay/Android.bp +++ b/rro_overlays/WifiOverlay/Android.bp @@ -1,7 +1,6 @@ runtime_resource_overlay { name: "WifiOverlay", theme: "WifiOverlay", - certificate: "platform", sdk_version: "current", product_specific: true }