AIDL(1) | AIDL(1) |
aidl - Java bindings generator of AIDL interfaces
aidl OPTIONS INPUT [OUTPUT]
aidl –preprocess OUTPUT INPUT...
If OUTPUT is omitted and the -o option is not used, the input filename is used, with the .aidl extension changed to a .java extension.
If the -o option is used, the generated files will be placed in the base output folder under their package folder.
https://developer.android.com/guide/components/aidl.html
The Android Open Source Project.