GsiDeviceFlashPreparer
public class GsiDeviceFlashPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.GsiDeviceFlashPreparer |
Android の汎用システム イメージを使用してデバイスをフラッシュするターゲット作成ツール。詳細については、https://source.android.com/setup/build/gsi を参照してください。
まとめ
パブリック コンストラクター | |
---|---|
GsiDeviceFlashPreparer () |
公開メソッド | |
---|---|
void | setUp ( TestInformation testInfo)
|
保護されたメソッド | |
---|---|
IHostOptions | getHostOptions () |
IRunUtil | getRunUtil () 使用する |
パブリック コンストラクター
GsiDeviceFlashPreparer
public GsiDeviceFlashPreparer ()
公開メソッド
設定
public void setUp (TestInformation testInfo)
パラメーター | |
---|---|
testInfo | TestInformation |
スロー | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
保護されたメソッド
getHostOptions
protected IHostOptions getHostOptions ()
IHostOptions
への参照を取得する
戻り値 | |
---|---|
IHostOptions | 使用するIHostOptions |