commit | 811cd6e8a561e01d32370e1732161dcbac03e7db | [log] [tgz] |
---|---|---|
author | Christopher Wiley <wiley@google.com> | Thu Jun 23 17:45:19 2016 -0700 |
committer | Christopher Wiley <wiley@google.com> | Thu Jun 23 18:22:58 2016 -0700 |
tree | 2a0cda381e6f7ac81f8b8a709df62ad69c5bbe92 | |
parent | 24ab6c0a526a7c46c9dc7a0a5894c6c1bada91bb [diff] [blame] |
Mark update engine binder interfaces as hidden After generated .java files are prevented from escaping their directories, this trips up the system api verification. Bug: 29619260 Change-Id: If6c47fd118056b5f7f8b74b17e81d7556cd60bac
diff --git a/binder_bindings/android/os/IUpdateEngineCallback.aidl b/binder_bindings/android/os/IUpdateEngineCallback.aidl index 729abdd..ee15c8b 100644 --- a/binder_bindings/android/os/IUpdateEngineCallback.aidl +++ b/binder_bindings/android/os/IUpdateEngineCallback.aidl
@@ -16,7 +16,10 @@ package android.os; +/** @hide */ oneway interface IUpdateEngineCallback { + /** @hide */ void onStatusUpdate(int status_code, float percentage); + /** @hide */ void onPayloadApplicationComplete(int error_code); }