summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-09-26 10:21:56 -0700
committerSteven Moreland <smoreland@google.com>2018-09-27 17:26:50 -0700
commitaa703608c488199f70570d689a09a8e4aa693dee (patch)
tree64b87348984c816bab3ab5a95e73efdb4e2c3024
parenta111998ee1cfa4cb359470a078291d682d5a1ec3 (diff)
downloadlibhidl-aa703608c488199f70570d689a09a8e4aa693dee.tar.gz
@1.2::IServiceManager: remove broadcast TODO
It has been decided not to do this since direct calls from atrace is WAI from security perspective. Bug: 78136428 Test: N/A Change-Id: Ib64e80fb46378aad84b549748bd7e90cff5feb5f
-rw-r--r--transport/manager/1.2/IServiceManager.hal1
1 files changed, 0 insertions, 1 deletions
diff --git a/transport/manager/1.2/IServiceManager.hal b/transport/manager/1.2/IServiceManager.hal
index 503cceb..6305da9 100644
--- a/transport/manager/1.2/IServiceManager.hal
+++ b/transport/manager/1.2/IServiceManager.hal
@@ -25,6 +25,5 @@ interface IServiceManager extends @1.1::IServiceManager {
// - Callbacks to support lazy hal shutdown when there are no clients (b/79983843)
// - Method to list interfaces in the manifest (for b/76108617, since if they are
// lazy, they will no longer show up in listByInterface)
- // - Broadcast to all HALs for systrace w/o root (b/78136428)
// - Register w/o it having to call interface chain (b/36424585)
}; \ No newline at end of file