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: N/A
Test: builds
Change-Id: I68859a9e9c029a528ee12c02569a3693261c7251
diff --git a/fs_mgr/libsnapshot/Android.bp b/fs_mgr/libsnapshot/Android.bp
index 8e4b556..2165961 100644
--- a/fs_mgr/libsnapshot/Android.bp
+++ b/fs_mgr/libsnapshot/Android.bp
@@ -261,6 +261,7 @@
     },
     auto_gen_config: true,
     require_root: true,
+    compile_multilib: "first",
 }
 
 cc_test {