From 50c6114ee1ca3ae7fb5c51477cc33878710ea4a4 Mon Sep 17 00:00:00 2001 From: jhenrique09 Date: Fri, 29 Jan 2021 23:22:05 -0300 Subject: [PATCH] Move to system_ext Change-Id: I361666f74499a6cc8a69ef69b600f1fa2c4774dd --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index b41ce97..30e15a9 100644 --- a/Android.bp +++ b/Android.bp @@ -9,6 +9,7 @@ android_app { manifest: "AndroidManifest.xml", + system_ext_specific: true, platform_apis: true, certificate: "platform", privileged: true,