kunlun2: 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
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
Signed-off-by: DennySPb <dennyspb@gmail.com>
This commit is contained in:
David Su 2020-07-29 12:54:00 -07:00 committed by Giammarco Senatore
parent b032505ae4
commit 38ba53ff7c
No known key found for this signature in database
GPG key ID: 661348FC1E144F04

View file

@ -1,7 +1,6 @@
runtime_resource_overlay { runtime_resource_overlay {
name: "WifiOverlay", name: "WifiOverlay",
theme: "WifiOverlay", theme: "WifiOverlay",
certificate: "platform",
sdk_version: "current", sdk_version: "current",
product_specific: true product_specific: true
} }