aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Su <dysu@google.com>2020-07-29 12:54:00 -0700
committerDavide Garberi <dade.garberi@gmail.com>2021-10-19 15:09:38 +0200
commitda873706d20b5bbb15d3784a7d1acdf0e418ab9a (patch)
treec7d3b6d02c0adb985c8bec3cffdf9a6001249473
parent7b8a0463e65960ab6c30f09459b60eac3853e413 (diff)
msm8996-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
-rw-r--r--rro_overlays/WifiOverlay/Android.bp1
1 files changed, 0 insertions, 1 deletions
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
}