Revert "Merge libart and libart-compiler into a single library"

This reverts commit 2b7be1efa1ba363778057d4e42fccab8afe3046b.

Reason for revert: broken build https://android-build.googleplex.com/builds/build-details/9263706/targets/full-eng

Change-Id: I1afd96b314418bc435c029c764fd9e406d2ccefc
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py
index 8f145b9..900ada7 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -475,6 +475,7 @@
     # Check internal libraries for ART.
     self._checker.check_native_library('libadbconnection')
     self._checker.check_native_library('libart')
+    self._checker.check_native_library('libart-compiler')
     self._checker.check_native_library('libart-dexlayout')
     self._checker.check_native_library('libart-disassembler')
     self._checker.check_native_library('libartbase')
@@ -619,6 +620,7 @@
     self._checker.check_native_library('libadbconnectiond')
     self._checker.check_native_library('libartbased')
     self._checker.check_native_library('libartd')
+    self._checker.check_native_library('libartd-compiler')
     self._checker.check_native_library('libartd-dexlayout')
     self._checker.check_native_library('libartd-disassembler')
     self._checker.check_native_library('libopenjdkjvmd')