Remove libartbase from static_libs of odrefresh tests. am: 7cbd0e8b3f am: 26b2436bde
Original change: https://android-review.googlesource.com/c/platform/art/+/1833356
Change-Id: I599e3d335d1bb7d41bdf2ac5e12c8af2a981017b
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",
}