File: aidl-cpp.1.md

package info (click to toggle)
android-platform-system-tools-aidl 1%3A8.1.0%2Br23-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 900 kB
  • sloc: cpp: 11,257; java: 824; yacc: 284; lex: 106; python: 97; xml: 19; sh: 18; makefile: 17
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