FastbootPack
public
class
FastbootPack
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.image.FastbootPack |
Follow the specification of bootloader to unpack it.
Summary
Public constructors | |
---|---|
FastbootPack()
|
Public methods | |
---|---|
static
void
|
unpack(File bootloader, File outputDir, String product, boolean unpackVersion)
Utility to unpack a bootloader file per specification. |
Public constructors
FastbootPack
public FastbootPack ()
Public methods
unpack
public static void unpack (File bootloader, File outputDir, String product, boolean unpackVersion)
Utility to unpack a bootloader file per specification. Similar to fastboot code.
Parameters | |
---|---|
bootloader |
File |
outputDir |
File |
product |
String |
unpackVersion |
boolean |