aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2019-07-25 04:33:09 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-07-25 04:33:09 -0700
commit6b4b101d3d530a4fcdabecd553a283f2bd0a011f (patch)
tree0d1c0a8f44c012c4748154da42a8a19ff4481f6c
parentc52658307d5ca03002c80b4719a63b3b8c5b9fab (diff)
parent9dbc752ae88366960c4896d340058269f403f50d (diff)
downloadcpu_features-6b4b101d3d530a4fcdabecd553a283f2bd0a011f.tar.gz
Build cpu_features tests for both 32- and 64-bit architectures. am: 9ae23c4ac3
am: 9dbc752ae8 Change-Id: I7afdbb8d52899c28d02ae75e578ce21ee67de814
-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",
],