Merge "Store time until next interaction metric" into sc-dev
diff --git a/apex/Android.bp b/apex/Android.bp
index 4565bae..64d618a 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -36,6 +36,20 @@
     name: "com.android.scheduling-bootclasspath-fragment",
     contents: ["framework-scheduling"],
     apex_available: ["com.android.scheduling"],
+
+    // The bootclasspath_fragments that provide APIs on which this depends.
+    fragments: [
+        {
+            apex: "com.android.art",
+            module: "art-bootclasspath-fragment",
+        },
+    ],
+
+    // Additional stubs libraries that this fragment's contents use which are
+    // not provided by another bootclasspath_fragment.
+    additional_stubs: [
+        "android-non-updatable",
+    ],
 }
 
 apex {