Searched defs:ObfuscationConfig (Results 1 – 1 of 1) sorted by relevance
59 struct ObfuscationConfig { struct60 std::string abcFilePath;61 std::string obfAbcFilePath;62 std::string obfPaFilePath;63 std::string compileSdkVersion;64 uint8_t targetApiVersion;65 std::string targetApiSubVersion; // This field represents compatibleSdkVersions Stage66 std::string filesInfoPath;67 std::string sourceMapsPath;68 std::string entryPackageInfo;[all …]