Home
last modified time | relevance | path

Searched refs:export_include_dirs (Results 1 – 4 of 4) sorted by relevance

/development/vndk/tools/header-checker/tests/
Dmodule.py41 def __init__(self, name, arch, cflags, export_include_dirs): argument
46 self.export_include_dirs = relative_to_abs_path_list(
47 export_include_dirs)
82 def __init__(self, name, src, export_include_dirs=tuple(), cflags=tuple(), argument
85 export_include_dirs)
95 export_include_dirs=self.export_include_dirs,
99 return SdumpModule(self.name, self.src, self.export_include_dirs,
104 def __init__(self, name, srcs, version_script, export_include_dirs, argument
108 export_include_dirs)
129 src, output_path, self.export_include_dirs,
[all …]
/development/host/windows/
DAndroid.bp19 export_include_dirs: ["usb/api"],
/development/vndk/tools/header-checker/utils/
Dutils.py87 export_include_dirs=EXPORTED_HEADERS_DIR, argument
94 export_include_dirs, cflags, flags)
99 export_include_dirs=tuple(), cflags=tuple(), argument
105 for dir in export_include_dirs:
122 for dir in export_include_dirs:
/development/vndk/tools/header-checker/src/repr/protobuf/proto/
DAndroid.bp43 export_include_dirs: ["."],