commit | 124f8813856f13033dc2efd50c65562cd2f95816 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Sep 15 20:57:47 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Sep 15 20:57:47 2016 -0700 |
tree | 2bd22fd9d75ad99d0f6f44a77eb3e09f7fc5b7ed | |
parent | 6e95dd56e43b3a29fb8360bd94e31cd2eaab1d3d [diff] |
Fix HOST_PREFER_32_BITS tests When HOST_PREFER_32_BITS is set, HOST_ARCH is still x86_64 but art tests are only built for x86. Use ART_HOST_ARCH, which will be set to x86, to find the list of host tests. Test: m -j HOST_PREFER_32_BITS=true test-art-host-gtest32 Change-Id: I11a9e1b5111c3c06139b44e364fdcd04bb8db4c6