From 33e044574af6abef05410e3213f045dc73f1916d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 31 Oct 2022 21:32:40 -0700 Subject: [PATCH] libsnapshot: Disable 32-bit VTS tests on 64-bit systems. These tests don't work because 32-bit dependencies are not normally packaged on a 64-bit system. Bug: 263062262 Test: builds Change-Id: I68859a9e9c029a528ee12c02569a3693261c7251 (cherry picked from commit 32fa3e96f4f23256da25fe9115fb3e5011c3299b) --- fs_mgr/libsnapshot/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/fs_mgr/libsnapshot/Android.bp b/fs_mgr/libsnapshot/Android.bp index 6db8f139f..0d8828a47 100644 --- a/fs_mgr/libsnapshot/Android.bp +++ b/fs_mgr/libsnapshot/Android.bp @@ -257,6 +257,7 @@ cc_defaults { }, auto_gen_config: true, require_root: true, + compile_multilib: "first", } cc_test {