Przygotowanie celów jądra miksu

public class MixKernelTargetPreparer
extends BaseTargetPreparer implements IConfigurationReceiver, ILabPreparer

java.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
  com.android.tradefed.targetprep.MixKernelTargetPreparer


ITargetPreparer, który umożliwia połączenie obrazu jądra z obrazem urządzenia.

Podsumowanie

Konstruktory publiczne

MixKernelTargetPreparer()

Metody publiczne

void setConfiguration(IConfiguration configuration)

Wstawia używany IConfiguration.

void setUp(TestInformation testInfo)

Przeprowadź konfigurację miejsca docelowego na potrzeby testów.

Metody chronione

void runMixKernelTool(ITestDevice device, File oldDeviceDir, File kernelDir, File gkiDir, File newDeviceDir)

Uruchom narzędzie do łączenia jądra w celu wygenerowania nowej kompilacji urządzenia

Zastosowanie narzędzia do mieszania: build_mixed_kernels device_dir out_dir target udostępnianych kernel_dir

Konstruktory publiczne

Przygotowanie celów jądra miksu

public MixKernelTargetPreparer ()

Metody publiczne

setConfiguration

public void setConfiguration (IConfiguration configuration)

Wstawia używany IConfiguration.

Parametry
configuration IConfiguration

Konfiguracja

public void setUp (TestInformation testInfo)

Przeprowadź konfigurację miejsca docelowego na potrzeby testów.

Parametry
testInfo TestInformation: element TestInformation wywołania.

Rzuty
BuildError
DeviceNotAvailableException
TargetSetupError

Metody chronione

narzędzie runMixKernelTool

protected void runMixKernelTool (ITestDevice device, 
                File oldDeviceDir, 
                File kernelDir, 
                File gkiDir, 
                File newDeviceDir)

Uruchom narzędzie do łączenia jądra w celu wygenerowania nowej kompilacji urządzenia

Zastosowanie narzędzia do mieszania: build_mixed_kernels device_dir out_dir target udostępnianych kernel_dir

Parametry
device ITestDevice: urządzenie testowe

oldDeviceDir File: katalog ERROR(/File) zawiera stare obrazy urządzeń

kernelDir File: katalog ERROR(/File) zawiera miejsce docelowe obrazów jądra

gkiDir File: katalog ERROR(/File) zawiera miejsce docelowe obrazów jądra GKI

newDeviceDir File: katalog ERROR(/File), w którym będą generowane nowe obrazy urządzeń

Rzuty
TargetSetupError jeśli nie można uruchomić narzędzia do miksowania
IOWyjątek