Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | binder: Clang format the source code | Roshan Pius | 2016-08-07 | 1 | -3/+3 |
| | | | | | | | Add a ".clang-format" file which is pretty close to the rest of wpa_supplicant code base and reformat the binder codebase. Signed-off-by: Roshan Pius <rpius@google.com> | ||||
* | binder: Expose an aidl interface module | Roshan Pius | 2016-08-07 | 1 | -0/+21 |
Restructure the binder related makefile sections to expose a separate |libwpa_binder_interface| which can be imported by clients/tests. While there, Change the name of the binder service to the name used in the selinux permissions. Signed-off-by: Roshan Pius <rpius@google.com> |