commit | 644ffc07922bdff6334d4dde61c2e323bbd53991 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Jul 31 11:18:34 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jul 31 11:18:34 2019 -0700 |
tree | 8d064b7a90d636bdf44f4a6275b76cf385dbe3ab | |
parent | a9eb7e5771e0797804304f69544cd222f89284a1 [diff] | |
parent | c049f93549c6dedef00ac73c5b19f2b875e796e1 [diff] |
[REFACTOR] Move and refactor tests. am: c049f93549 Change-Id: Idb6ae6893efcd865cff4052b5b1e1782d34e51fd
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", + ], +}