Disable LinkData test for target

Seems to be failing on the target, disable for now until we
figure out why this is the case.

Bug: 69561363
Test: make
Change-Id: I940055a8576164af5c3a1678d14106595ca540cb
diff --git a/dexlayout/dexlayout_test.cc b/dexlayout/dexlayout_test.cc
index 19c9038..f994fd6 100644
--- a/dexlayout/dexlayout_test.cc
+++ b/dexlayout/dexlayout_test.cc
@@ -734,6 +734,7 @@
 
 // Test that link data is written out (or at least the header is updated).
 TEST_F(DexLayoutTest, LinkData) {
+  TEST_DISABLED_FOR_TARGET();
   ScratchFile temp_dex;
   size_t file_size = 0;
   MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("ManyMethods"), [&] (DexFile* dex) {