commit | cbd082d46d59f40c72d3de8c971672bd8e395eb6 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Tue Dec 06 20:11:40 2022 -0800 |
committer | David Anderson <dvander@google.com> | Tue Dec 06 20:13:53 2022 -0800 |
tree | 041ffa2f9432c9803b2b686c261fcbed5f87b192 | |
parent | 48cd41324bce6d166df3a7d26e4642da2de2c001 [diff] [blame] |
Disable multilib for CtsInitTestCases. Bug: 260393485 Test: run cts -m CtsInitTestCases Change-Id: I92a11b7961411b22525d4434312479878b353b55
diff --git a/init/Android.bp b/init/Android.bp index c7e7de8..1aba4b3 100644 --- a/init/Android.bp +++ b/init/Android.bp
@@ -454,15 +454,7 @@ defaults: ["init_defaults"], require_root: true, - compile_multilib: "both", - multilib: { - lib32: { - suffix: "32", - }, - lib64: { - suffix: "64", - }, - }, + compile_multilib: "first", srcs: [ "devices_test.cpp",