aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2019-07-24 19:25:53 +0100
committerRoland Levillain <rpl@google.com>2019-07-24 19:59:52 +0100
commit9ae23c4ac3095c2b4826d0830e22f1a74e4e8bf4 (patch)
tree0d1c0a8f44c012c4748154da42a8a19ff4481f6c
parent406e406400b8e63b21bf32ad2d3cb9c2f476f63c (diff)
downloadcpu_features-9ae23c4ac3095c2b4826d0830e22f1a74e4e8bf4.tar.gz
Build cpu_features tests for both 32- and 64-bit architectures.
Test: atest --all-abi --test-mapping external/cpu_features:presubmit Bug: 122712425 Change-Id: Ic916f65e75233e5177c5e8eb2638218929c06e00
-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",
],