diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-02-09 00:16:15 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-02-09 00:16:15 +0000 |
commit | 5968a3906e7c85b47c998b47ce9ad83b29606dd2 (patch) | |
tree | 76f9917210926bfaf181d0d2a175b471a66a8512 /Android.bp | |
parent | 033681de6b57b4bac466c39001a202983b64bb18 (diff) | |
parent | ddd4aa0a180d9ee9e632109896f6e80ec982de45 (diff) |
Merge "Specify version for aidl_interface explicitly"
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index 6a2bd95a377d..82915b5e753a 100644 --- a/Android.bp +++ b/Android.bp @@ -484,7 +484,7 @@ java_library { "android.hardware.vibrator-V1.3-java", "android.security.apc-java", "android.security.authorization-java", - "android.system.keystore2-java", + "android.system.keystore2-V1-java", "android.system.suspend.control.internal-java", "devicepolicyprotosnano", |