From 64c412c38dfdc1ba14bdd08dca685c8a106ceeaa Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Mon, 1 Aug 2022 17:29:07 -0400 Subject: [PATCH] AOSP: Sign with platform certificate --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 672d811..331629f 100644 --- a/Android.bp +++ b/Android.bp @@ -32,4 +32,5 @@ android_app { privileged: true, platform_apis: true, system_ext_specific: true, + certificate: "platform", }