Home
last modified time | relevance | path

Searched defs:LinkOptions (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
DLink.h44 struct LinkOptions { struct
45 std::string output_path;
46 std::string manifest_path;
47 std::vector<std::string> include_paths;
48 std::vector<std::string> overlay_files;
49 std::vector<std::string> assets_dirs;
50 bool output_to_directory = false;
51 bool auto_add_overlay = false;
52 bool override_styles_instead_of_overlaying = false;
53 OutputFormat output_format = OutputFormat::kApk;
[all …]