Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFlashingResourcesParser.java263 ZipEntry androidInfoEntry = deviceZip.getEntry(ANDROID_INFO_FILE_NAME); in getBuildRequirements() local
264 if (androidInfoEntry == null) { in getBuildRequirements()
270 deviceZip.getInputStream(androidInfoEntry))); in getBuildRequirements()