commit | 236ddb61fdecc69150e13634024e8f568ed57900 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Aug 08 14:16:06 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Aug 08 14:16:06 2019 -0700 |
tree | 42d9a9bcd73a10b02ea2e748e47b91e94c2a56dd | |
parent | d824c627e4cd58f7827361684a9eeafd7f54dcf7 [diff] | |
parent | 14715ced5bbe551e06009afdd3712f84dc5b1818 [diff] |
Stop using unzip -p when extracting images am: 14715ced5b Change-Id: I04b8df5e64864d396f476080d40fa25b0f5bf581
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", + ], +}