diff options
| author | 2021-11-05 18:06:34 +0000 | |
|---|---|---|
| committer | 2021-11-09 13:41:59 +0000 | |
| commit | d1e6bea2c502a72dc5d0c3d16deb591ba61c9d76 (patch) | |
| tree | 451cdd896ed6710e74904dc946b6287d3b290b38 | |
| parent | 05949c6d2adda69b5044996009fa7b0a42de8c34 (diff) | |
Build `odrefresh` ART gtests for both 32- and 64-bit architectures.
This is to address current MTS test failures. This also aligns
`odrefresh` ART gtests with other ART gtests, which are built for both
32- and 64-bit architectures (when supported by the build target).
Test: m mts \
&& mts-tradefed run commandAndExit mts-art \
--module art_standalone_odrefresh_tests
Bug: 203853789
Change-Id: I0d91ee8a5a9b38e5ed2e6a7d4cacd31506635605
| -rw-r--r-- | odrefresh/Android.bp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/odrefresh/Android.bp b/odrefresh/Android.bp index 8d5e44362c..5426e37b80 100644 --- a/odrefresh/Android.bp +++ b/odrefresh/Android.bp @@ -180,11 +180,6 @@ art_cc_defaults { static_libs: [ "libgmock", ], - target: { - android: { - compile_multilib: "first", - }, - }, } // Version of ART gtest `art_odrefresh_tests` bundled with the ART APEX on target. |