diff options
author | 2019-12-12 15:07:01 -0800 | |
---|---|---|
committer | 2020-01-09 12:39:20 -0800 | |
commit | a418452727e7c9a94f1d47fb4801fde02a8baa8d (patch) | |
tree | ac55286e6a838b4f105b92eadb556eb6d15e14a6 | |
parent | c6e54db5b7b0eba9efbf50741a3641f35742caeb (diff) |
Use APk-in-APEX for PermissionController.
Bug: 136503238
Test: m mts && mts-tradefed run mts-permission
Change-Id: I281150603798156ef5f25fbce4b7eee1a4cae82a
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 5945fb381..f232e6274 100644 --- a/Android.bp +++ b/Android.bp @@ -22,6 +22,7 @@ apex_defaults { name: "com.android.permission-defaults", key: "com.android.permission.key", certificate: ":com.android.permission.certificate", + apps: ["PermissionController"], } apex_key { |