commit | b5e197491b7c76d75c9c06a9acf84e9f14b5e62a | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Thu Nov 30 08:48:42 2017 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu Nov 30 08:48:42 2017 +0000 |
tree | dda59bc165991fb5f246a512427ba3435b54939b | |
parent | 312d7f616ce9514aedf36f2480663e7d3bac3fa8 [diff] | |
parent | 652ef5e72ee1dbc1a8046c89dd892342e986c092 [diff] |
Snap for 4476081 from 652ef5e72ee1dbc1a8046c89dd892342e986c092 to pi-release Change-Id: Id2b8c69e80af530cf19673dd4eb03a826fec9d2d
diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..c3d164b --- /dev/null +++ b/Android.bp
@@ -0,0 +1,8 @@ +// AIDL interface between libupdate_engine and framework.jar +filegroup { + name: "libupdate_engine_aidl", + srcs: [ + "binder_bindings/android/os/IUpdateEngine.aidl", + "binder_bindings/android/os/IUpdateEngineCallback.aidl", + ], +}