Remove stale dependencies on libart(d)-dexlayout.

They were added in https://r.android.com/583633 for use in
openjdkjvmti/fixed_up_dex_file.cc, but that file got deleted in
https://r.android.com/1996990.

Test: m
Bug: 196414062
Bug: 256664509
Change-Id: I5c884e19a06027ff06bc9c851dbd3d06bce9ba6e
diff --git a/openjdkjvmti/Android.bp b/openjdkjvmti/Android.bp
index 18c4301..c3df6db 100644
--- a/openjdkjvmti/Android.bp
+++ b/openjdkjvmti/Android.bp
@@ -111,7 +111,6 @@
     shared_libs: [
         "libart",
         "libart-compiler",
-        "libart-dexlayout",
         "libdexfile",
         "libartbase",
     ],
@@ -130,7 +129,6 @@
     shared_libs: [
         "libartd",
         "libartd-compiler",
-        "libartd-dexlayout",
         "libdexfiled",
         "libartbased",
     ],