Lines Matching defs:LinkOptions
55 struct LinkOptions { struct
56 std::string outputPath;
57 std::string manifestPath;
58 std::vector<std::string> includePaths;
59 std::vector<std::string> overlayFiles;
60 Maybe<std::string> generateJavaClassPath;
61 Maybe<std::u16string> customJavaPackage;
62 std::set<std::u16string> extraJavaPackages;
63 Maybe<std::string> generateProguardRulesPath;
64 bool noAutoVersion = false;
65 bool noVersionVectors = false;
66 bool staticLib = false;
67 bool noStaticLibPackages = false;
68 bool generateNonFinalIds = false;
69 std::vector<std::string> javadocAnnotations;
70 bool outputToDirectory = false;
71 bool autoAddOverlay = false;
72 bool doNotCompressAnything = false;
73 std::vector<std::string> extensionsToNotCompress;
74 Maybe<std::u16string> privateSymbols;
75 ManifestFixerOptions manifestFixerOptions;
76 std::unordered_set<std::string> products;
77 TableSplitterOptions tableSplitterOptions;