commit | 5e148905f3a0c669b43d93c475b7e2360177f27f | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Sep 09 09:40:54 2021 +0900 |
committer | Inseob Kim <inseob@google.com> | Thu Sep 09 00:44:34 2021 +0000 |
tree | 36292eccbcbf8cc2935c2f3309973fc887e7c63a | |
parent | 04b69ea231c1ea45cec527b18bf9b35e0b503ddb [diff] |
Sign demo app with the platform key Because we'll now allow virtualizationservice permission only to platform_apps. Test: run demo app Change-Id: I1d58403f363c777565f20ae81da447c2d6ce94b6
diff --git a/demo/Android.bp b/demo/Android.bp index 77049de..37fc676 100644 --- a/demo/Android.bp +++ b/demo/Android.bp
@@ -18,4 +18,5 @@ platform_apis: true, use_embedded_native_libs: true, v4_signature: true, + certificate: "platform", }