commit | e4d626ea35b7a402388b524e2feafc81e6387697 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Tue Feb 02 17:19:04 2016 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Tue Feb 23 17:35:52 2016 +0900 |
tree | 38a40bd14c090f037d8678d2a18a26a947c09650 | |
parent | 904ce3a4fadf47dd2490e274febcb38844d994a2 [diff] |
Initial netd binder interface. In this change: 1. AIDL files for a new, android.net.INetd service, and corresponding implementation using generated code. For now the interface is just a prototype: it only has one trivial method. 2. Permission checking code to check for CONNECTIVITY_INTERNAL. 3. Add a Big Netd Lock and provide a wrapper that makes it easy to ensure that it is taken by every CommandListener command. Bug: 27239233 Change-Id: I448d0ac233edd0e351a7fe7f13901fb6871683a2