Use InstallOperation::Type instead of InstallOperation_Type. am: cebb6882f8 am: 210d099872
am: 26e23d7031

Change-Id: I10cb0e72bf2b259a13e7c939a07c9e775c9c448a
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",
+    ],
+}