Fix resuming updates on DAP launch devices. am: 8546a717e5 am: 3af8947d54
am: acb1c0506e
Change-Id: Ie0c3e519410fdcba4f87fb251cfcec7d236bf87f
diff --git a/Android.bp b/Android.bp
index dac1acd..fef664e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -724,3 +724,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",
+ ],
+}