summaryrefslogtreecommitdiff
path: root/odrefresh/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'odrefresh/Android.bp')
-rw-r--r--odrefresh/Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/odrefresh/Android.bp b/odrefresh/Android.bp
index 97fec58853..809e18d2bb 100644
--- a/odrefresh/Android.bp
+++ b/odrefresh/Android.bp
@@ -207,6 +207,9 @@ art_cc_test {
"art_odrefresh_tests_defaults",
],
host_supported: false,
+ shared_libs: [
+ "libdexfiled",
+ ],
// The test config template is needed even though it's not used by the test
// runner. Otherwise, Soong will generate a test config, which is adding
// `art-host-test` as a test tag, while this test does not support running
@@ -222,6 +225,9 @@ art_cc_test {
"art_standalone_gtest_defaults",
"art_odrefresh_tests_defaults",
],
+ shared_libs: [
+ "libdexfile",
+ ],
}
genrule {