Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DGkiDeviceFlashPreparer.java75 private static final String OTATOOLS_ZIP = "otatools.zip"; field in GkiDeviceFlashPreparer
406 if (buildInfo.getFile(OTATOOLS_ZIP) == null) { in validateGkiBootImg()
408 OTATOOLS_ZIP + " is not provided. Can not generate GKI boot.img.", in validateGkiBootImg()
413 getRequestedFile(device, MKBOOTIMG, buildInfo.getFile(OTATOOLS_ZIP), tmpDir); in validateGkiBootImg()
579 if (buildInfo.getFile(OTATOOLS_ZIP) == null) { in buildGkiSystemDlkmImg()
581 OTATOOLS_ZIP + " is not provided. Can not generate GKI system_dlkm.img.", in buildGkiSystemDlkmImg()
586 getRequestedFile(device, BUILD_IMAGE, buildInfo.getFile(OTATOOLS_ZIP), tmpDir); in buildGkiSystemDlkmImg()
589 getRequestedFile(device, MKUSERIMG_MKE2FS, buildInfo.getFile(OTATOOLS_ZIP), tmpDir); in buildGkiSystemDlkmImg()
590 File mke2fs = getRequestedFile(device, MKE2FS, buildInfo.getFile(OTATOOLS_ZIP), tmpDir); in buildGkiSystemDlkmImg()
592 getRequestedFile(device, E2FSDROID, buildInfo.getFile(OTATOOLS_ZIP), tmpDir); in buildGkiSystemDlkmImg()
[all …]