Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
DHapUtils.java103 JsonElement jsonElement = curJsonObject.get(COMPRESS_NATIVE_LIBS_OPTION); in checkCompressNativeLibs() local
104 if (jsonElement != null) { in checkCompressNativeLibs()
105 return jsonElement.getAsBoolean(); in checkCompressNativeLibs()