aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2019-07-25 04:23:07 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-07-25 04:23:07 -0700
commit9dbc752ae88366960c4896d340058269f403f50d (patch)
tree0d1c0a8f44c012c4748154da42a8a19ff4481f6c
parent7e76dd68b512af829fff90fecd806ea8666b4fdf (diff)
parent9ae23c4ac3095c2b4826d0830e22f1a74e4e8bf4 (diff)
downloadcpu_features-9dbc752ae88366960c4896d340058269f403f50d.tar.gz
Build cpu_features tests for both 32- and 64-bit architectures.
am: 9ae23c4ac3 Change-Id: I1f34aa85478de08dcaf617ce8cd29c1617506355
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e391e5d..ac007ed 100644
--- a/Android.bp
+++ b/Android.bp
@@ -113,6 +113,7 @@ cc_defaults {
name: "cpu_features-test-defaults",
test_suites: ["device-tests"],
host_supported: true,
+ compile_multilib: "both",
local_include_dirs: [
"include",
],