Revert "Add `libartserviced`."

This reverts commit ef6e0914268640249a96652eb5a94c8f682b6ef5.

Reason for revert: DroidMonitor-triggered revert due to breakage, bug b/233954761.

Change-Id: I834092b35a704ed950624fa45ddf981c53e9210e
diff --git a/build/apex/Android.bp b/build/apex/Android.bp
index 3c305b8..6b9e684 100644
--- a/build/apex/Android.bp
+++ b/build/apex/Android.bp
@@ -323,9 +323,6 @@
         art_runtime_run_test_libs +
         art_runtime_debug_native_shared_libs +
         libcore_debug_native_shared_libs,
-    jni_libs: [
-        "libartserviced",
-    ],
     multilib: {
         both: {
             binaries: art_tools_debug_binaries_both +
diff --git a/libartservice/service/Android.bp b/libartservice/service/Android.bp
index b946440..55b63b3 100644
--- a/libartservice/service/Android.bp
+++ b/libartservice/service/Android.bp
@@ -46,20 +46,6 @@
     ],
 }
 
-cc_library {
-    name: "libartserviced",
-    defaults: [
-        "libartservice_defaults",
-        "art_debug_defaults",
-    ],
-    apex_available: [
-        "com.android.art",
-        "com.android.art.debug",
-    ],
-    shared_libs: [
-    ],
-}
-
 // Provides the API and implementation of the ART Service class that will be
 // loaded by the System Server.
 java_sdk_library {