From 05471f5877307acc2bdc4fb6aacfcfbeeb923e6a Mon Sep 17 00:00:00 2001 From: David Su Date: Fri, 14 Feb 2020 14:53:41 -0800 Subject: FrameworksWifiTests: compile multilib Compile this test for both 32 and 64 bit archs so that it can run on more targets. Bug: 146671145 Test: atest FrameworksWifiTests Change-Id: I04d265cf68fe00386aa097eee093fb239fe3af9f --- tests/wifitests/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/wifitests/Android.bp b/tests/wifitests/Android.bp index ec619831d..3d2681d80 100644 --- a/tests/wifitests/Android.bp +++ b/tests/wifitests/Android.bp @@ -107,6 +107,7 @@ android_test { "libdexmakerjvmtiagent", "libstaticjvmtiagent", ], + compile_multilib: "both", min_sdk_version: "29", privileged: true, -- cgit v1.2.3