summaryrefslogtreecommitdiff
path: root/tests/DynamicCodeLoggerIntegrationTests
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-10-23 23:57:51 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-10-23 23:57:51 +0000
commit3f1eba32bdeb7d585776c2198810e69f95e69a38 (patch)
tree5a0469e0809226d9ea4e2457aee1ea21fd74c5ba /tests/DynamicCodeLoggerIntegrationTests
parente69d60f3a6c4e00037db10dae61120a94646b3be (diff)
parent5aeb9fd4d89e9ee3911fc61b29a6b04d693734ed (diff)
Merge "Remove dependencies on the 1-variant fallback" into main
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests')
-rw-r--r--tests/DynamicCodeLoggerIntegrationTests/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/DynamicCodeLoggerIntegrationTests/Android.bp b/tests/DynamicCodeLoggerIntegrationTests/Android.bp
index 3f2c80831565..45bbcb434da5 100644
--- a/tests/DynamicCodeLoggerIntegrationTests/Android.bp
+++ b/tests/DynamicCodeLoggerIntegrationTests/Android.bp
@@ -55,6 +55,8 @@ android_test {
java_resources: [
":DynamicCodeLoggerTestLibrary",
+ ],
+ device_first_java_resources: [
":DynamicCodeLoggerNativeExecutable",
],
}