File: aidl-cpp.1.md

package info (click to toggle)
android-platform-system-tools-aidl 1%3A10.0.0%2Br36-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,796 kB
  • sloc: cpp: 19,673; java: 972; yacc: 377; python: 160; lex: 115; xml: 19; makefile: 18; sh: 18
file content (34 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
% AIDL(1)
% The Android Open Source Project

# NAME

aidl-cpp - C++ bindings generator of AIDL interfaces

# SYNOPSIS

**aidl-cpp** _INPUT_FILE_ _HEADER_DIR_ _OUTPUT_FILE_

# OPTIONS

-I\<DIR\>
: Search path for import statements.

-d\<FILE\>
: Generate dependency file.

-ninja
: Generate dependency file in a format ninja understands.

_INPUT_FILE_
: An aidl interface file.

_HEADER_DIR_
: An empty directory to put generated headers.

_OUTPUT_FILE_
: Path to write generated .cpp code

# SEE ALSO

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