Merge "Allow framework-atb-backward-compatibility to be added to bootclasspath"
am: b751443fdc

Change-Id: I5fe374eeb5beeafcaa8f32bb873cc419e56a0abe
diff --git a/Android.bp b/Android.bp
index d58b483..79734df 100644
--- a/Android.bp
+++ b/Android.bp
@@ -768,6 +768,7 @@
 // specified on the build command line.
 java_library {
     name: "framework-atb-backward-compatibility",
+    installable: true,
     srcs: [
         "core/java/android/content/pm/AndroidTestBaseUpdater.java",
     ],