logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

aidl - Java bindings generator of AIDL interfaces

Authors

       The Android Open Source Project.

                                                                                                         AIDL(1)

Name

       aidl - Java bindings generator of AIDL interfaces

Options

       -I<DIR>
              Search path for import statements.

       -d<FILE>
              Generate dependency file.

       -a     Generate dependency file next to the output file with the name based on the input file.

       -ninja Generate dependency file in a format ninja understands.

       -p<FILE>
              File created by --preprocess to import.

       -o<FOLDER>
              Base output folder for generated files.

       -b     Fail when trying to compile a parcelable.

       INPUT  An aidl interface file.

       OUTPUT The generated interface files.

       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  pack‐
       age folder.

See Also

       https://developer.android.com/guide/components/aidl.html

Synopsis

aidlOPTIONSINPUT [OUTPUT]

       aidl --preprocess OUTPUTINPUT...

See Also