Build debug library libdexfiled

Add a debug version of libdexfile for use when CHECKs, etc., are
enabled.

Bug: 22322814
Test: make -j 50 checkbuild
Change-Id: I263138611bcdde9dbc8f619bcb2a0a6d3a09fbf6
diff --git a/compiler/Android.bp b/compiler/Android.bp
index 4539659..ba08d79 100644
--- a/compiler/Android.bp
+++ b/compiler/Android.bp
@@ -184,7 +184,6 @@
     },
     generated_sources: ["art_compiler_operator_srcs"],
     shared_libs: [
-        "libdexfile",
         "libbase",
         "libcutils",  // for atrace.
         "liblzma",
@@ -250,6 +249,7 @@
     },
     shared_libs: [
         "libart",
+        "libdexfile",
     ],
 
     pgo: {
@@ -295,6 +295,7 @@
     },
     shared_libs: [
         "libartd",
+        "libdexfiled",
     ],
 }