summaryrefslogtreecommitdiff
path: root/odrefresh
diff options
context:
space:
mode:
authorDmitrii Ishcheikin <ishcheikin@google.com>2023-06-12 18:51:58 +0000
committerTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-06-12 20:25:01 +0000
commitb89b62d8ca79c1a8d349c6c30f43bfa8b9a43ed3 (patch)
tree16529ffeef91802ec7fd28efd2f161fff12d0ed0 /odrefresh
parent56fd682c0523a99991b04f8714d174492e6908ce (diff)
downloadart-b89b62d8ca79c1a8d349c6c30f43bfa8b9a43ed3.tar.gz
Revert "Static link gtests with ART libraries"
This reverts commit 66244e2af2e9ee54b57022eeeabb7230109a98fa. Reason for revert: broken tests on art-gtest-asan32 Change-Id: I069a6a177a8eb95a383719e3fdadc698dd2fb4b8
Diffstat (limited to 'odrefresh')
-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 {