Use the payload size as the base to calculate download overhead
am: 21030c18fc
Change-Id: I587f59decebc94623b5e0c83f94e58cbb7e351c4
diff --git a/Android.bp b/Android.bp
index 57b2feb..a13a92b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -740,3 +740,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",
+ ],
+}