Remove libartbase from static_libs of odrefresh tests.
This CL reverts a local temporary change that was unexpectedly submitted
with aosp/1829432. libartbase is already in shared_libs of
art_*gtest_defaults.
Bug: 197176583
Test: atest art_standalone_odrefresh_tests
Change-Id: I763b810a0956b340e9486875406cafd1394bad3e
diff --git a/odrefresh/Android.bp b/odrefresh/Android.bp
index e453b1e..9016719 100644
--- a/odrefresh/Android.bp
+++ b/odrefresh/Android.bp
@@ -190,9 +190,6 @@
shared_libs: [
"libdexfiled",
],
- static_libs: [
- "libartbased",
- ],
test_config_template: "art_odrefresh_tests.xml",
}
@@ -206,9 +203,6 @@
shared_libs: [
"libdexfile",
],
- static_libs: [
- "libartbase",
- ],
test_config_template: "art_odrefresh_tests.xml",
}