universal8895: Don't sign Wifi RROs with platform cert
authorDavid Su <dysu@google.com>
Wed, 29 Jul 2020 19:54:00 +0000 (12:54 -0700)
committerPythonLimited <Leonardomeitz@gmail.com>
Wed, 10 Mar 2021 18:51:05 +0000 (19:51 +0100)
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/WifiOverlay/Android.bp

index 54077654b8c012917223f2346f4e98c286962724..c2089a10222e2bf497ed083d31f314e9406dccb6 100644 (file)
@@ -1,7 +1,6 @@
 runtime_resource_overlay {
     name: "WifiOverlay",
     theme: "WifiOverlay",
-    certificate: "platform",
     sdk_version: "current",
     product_specific: true
 }