diff options
-rw-r--r-- | tests/unit/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/Android.bp b/tests/unit/Android.bp index cd8ee97..9209dc4 100644 --- a/tests/unit/Android.bp +++ b/tests/unit/Android.bp @@ -54,6 +54,7 @@ android_test { test_suites: ["device-tests", "mts"], defaults: ["NetworkStackTestsDefaults"], static_libs: ["NetworkStackApiStableLib"], + compile_multilib: "both", } // Additional dependencies of libnetworkstackutilsjni that are not provided by the system when |