Searched defs:ObfuscationConfig (Results 1 – 1 of 1) sorted by relevance
50 struct ObfuscationConfig { struct51 std::string abcFilePath;52 std::string obfAbcFilePath;53 std::string obfPaFilePath;54 std::string compileSdkVersion;55 uint8_t targetApiVersion;56 std::string targetApiSubVersion; // This field represents compatibleSdkVersions Stage57 std::string filesInfoPath;58 std::string sourceMapsPath;59 std::string entryPackageInfo;[all …]