commit | d5ee11a531ec0f6bf47ebfe9850a60e3c3e6308f | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri May 25 12:57:04 2018 -0700 |
committer | Yifan Hong <elsk@google.com> | Tue May 29 10:31:07 2018 -0700 |
tree | e7324c73d6236e9acb0a073406856fb22e91caee | |
parent | 2e41461725369ee92a03d9037d472db625472c2b [diff] [blame] |
lshal: Released column is now Y/N/? Y: released N: unreleased ?: unknown Test: lshal_test Change-Id: Ia9d840dd14d07bfbd362bcbc6fe42e58ec5d1d10
diff --git a/libs/binder/include/binder/IInterface.h b/libs/binder/include/binder/IInterface.h index 0f1fe5b..227d0ae 100644 --- a/libs/binder/include/binder/IInterface.h +++ b/libs/binder/include/binder/IInterface.h
@@ -142,7 +142,7 @@ { return remote(); } - + // ---------------------------------------------------------------------- }; // namespace android