aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2019-07-25 04:54:11 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-07-25 04:54:11 -0700
commit3276eed182d138a200bf13cbc20f39134cbf58b2 (patch)
tree0d1c0a8f44c012c4748154da42a8a19ff4481f6c
parentd045e65ec8b15082912a3fe6e96a014f5574da1b (diff)
parent174885e5a7662e70b472c56adb0ff635852f0576 (diff)
downloadcpu_features-3276eed182d138a200bf13cbc20f39134cbf58b2.tar.gz
Build cpu_features tests for both 32- and 64-bit architectures. am: 9ae23c4ac3 am: 9dbc752ae8 am: 6b4b101d3d
am: 174885e5a7 Change-Id: Ie6e57e4df478ddc6c00e0d7aaf72cc112d1b89ca
-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",
],