commit | 888d3bed8b80d74e2e80ed9d4135e5fb30ecc9c5 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Tue May 21 09:56:51 2024 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Tue May 28 23:39:16 2024 +0900 |
tree | 60577c12d28df5d053a65a76704fbe38769ef845 | |
parent | 59009e97e420cbc975496440c95820c4449407f9 [diff] |
pvmfw-tool: Fix runtime crash Bug: 341187900 Test: Manually Change-Id: I93b907b7a920ba5bb052676e97103abbca73ad21
diff --git a/tests/pvmfw/helper/Android.bp b/tests/pvmfw/helper/Android.bp index 90ca03e..a75f034 100644 --- a/tests/pvmfw/helper/Android.bp +++ b/tests/pvmfw/helper/Android.bp
@@ -5,7 +5,7 @@ java_library_host { name: "PvmfwHostTestHelper", srcs: ["java/**/*.java"], - libs: [ + static_libs: [ "androidx.annotation_annotation", "truth", ],