commit | 2cb4f090ae08e0dc4e4ee13df10418c7466c9246 | [log] [tgz] |
---|---|---|
author | Janis Danisevskis <jdanis@google.com> | Mon May 17 13:25:07 2021 -0700 |
committer | Janis Danisevskis <jdanis@google.com> | Mon May 17 13:41:32 2021 -0700 |
tree | 3e205467cd4b61a11f1c5c89d024e5ac51b786af | |
parent | 8176ec07ce217bd5aaca53c6dceb2d27b4253b1a [diff] [blame] |
Keystore 2.0: CLI fixes. * Fix keystore_cli_v2 and have it installed on the device by default again. * Fix confirmationui invocation test by statically linking dependencies. Bug: 188450250 Test: atest confirmationui_invocation_test run any keystore_cli_v2 command Merged-In: I7097646b6714214782cf15c51dffb7368d62761b Change-Id: I7097646b6714214782cf15c51dffb7368d62761b
diff --git a/keystore2/Android.bp b/keystore2/Android.bp index 0ba49ed..32493c0 100644 --- a/keystore2/Android.bp +++ b/keystore2/Android.bp
@@ -145,4 +145,6 @@ ], vintf_fragments: ["android.system.keystore2-service.xml"], + + required: ["keystore_cli_v2"], }