Android: Reset update progress when booted into new version. am: 1bafff885b am: 5d33884bcb
am: fd54cc1dee

Change-Id: I45ef56c315a9fc9733f6ec4382cc3101f8153e9b
diff --git a/Android.bp b/Android.bp
index 906731f..24493b7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -723,3 +723,12 @@
         },
     },
 }
+
+// AIDL interface between libupdate_engine and the Things jar.
+filegroup {
+    name: "things_update_engine_aidl",
+    srcs: [
+        "binder_bindings/android/brillo/IUpdateEngine.aidl",
+        "binder_bindings/android/brillo/IUpdateEngineStatusCallback.aidl",
+    ],
+}