Od 27 marca 2025 r. zalecamy używanie android-latest-release
zamiast aosp-main
do kompilowania i wspołtworzenia AOSP. Więcej informacji znajdziesz w artykule o zmianach w AOSP.
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
FlashingResourceUtil
public
class
FlashingResourceUtil
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.util.FlashingResourceUtil
|
To narzędzie pomaga ustawić odpowiednią wersję artefaktów, aby można je było zaprogramować za pomocą DeviceFlashPreparer
.
Podsumowanie
Metody publiczne |
static
boolean
|
setUpFlashingResources(IBuildInfo info, keyAndFiles)
Obsługa plików potrzebnych do flashowania i ustawienia ich odpowiedniej wartości w BuildInfo
|
Konstruktory publiczne
FlashingResourceUtil
public FlashingResourceUtil ()
Metody publiczne
setUpFlashingResources
public static boolean setUpFlashingResources (IBuildInfo info,
keyAndFiles)
Obsługa plików potrzebnych do flashowania i ustawienia ich odpowiedniej wartości w BuildInfo
Parametry |
info |
IBuildInfo : {IBuildInfo} został utworzony |
keyAndFiles |
: rozpatrywane pobrane pliki |
Zwroty |
boolean |
Wartość Prawda, jeśli miganie zostało skonfigurowane |
Treść strony i umieszczone na niej fragmenty kodu podlegają licencjom opisanym w Licencji na treści. Java i OpenJDK są znakami towarowymi lub zastrzeżonymi znakami towarowymi należącymi do firmy Oracle lub jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-27 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-27 UTC."],[],[],null,["# FlashingResourceUtil\n====================\n\n\n`\npublic\n\n\nclass\nFlashingResourceUtil\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|------------------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.tradefed.util.FlashingResourceUtil |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nThis utility helps setting the appropriate version of artifacts so they can be flashed via [DeviceFlashPreparer](../../../../../../reference/tradefed/com/android/tradefed/targetprep/DeviceFlashPreparer.html).\n\nSummary\n-------\n\n| ### Public constructors ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[FlashingResourceUtil](../../../../../../reference/tradefed/com/android/tradefed/util/FlashingResourceUtil.html#FlashingResourceUtil())`() ` |\n\n| ### Public methods ||\n|-------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` static boolean` | ` `[setUpFlashingResources](../../../../../../reference/tradefed/com/android/tradefed/util/FlashingResourceUtil.html#setUpFlashingResources(com.android.tradefed.build.IBuildInfo,%20\u003cany\u003e))`(`[IBuildInfo](../../../../../../reference/tradefed/com/android/tradefed/build/IBuildInfo.html)` info, ` keyAndFiles) Handle the files needed for flashing and setting their appropriate value in the BuildInfo |\n\nPublic constructors\n-------------------\n\n### FlashingResourceUtil\n\n```\npublic FlashingResourceUtil ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic methods\n--------------\n\n### setUpFlashingResources\n\n```\npublic static boolean setUpFlashingResources (IBuildInfo info, \n keyAndFiles)\n```\n\nHandle the files needed for flashing and setting their appropriate value in the BuildInfo\n\n\u003cbr /\u003e\n\n| Parameters ||\n|---------------|---------------------------------------------------|\n| `info` | `IBuildInfo`: The {IBuildInfo} constructed \u003cbr /\u003e |\n| `keyAndFiles` | : The files downloaded considered \u003cbr /\u003e |\n\n| Returns ||\n|-----------|-----------------------------------|\n| `boolean` | True if flashing was setup \u003cbr /\u003e |\n\n| Throws ||\n|-----------------------------------------------------------------------------------------------------------------|------------------------------------------------|\n| | com.android.tradefed.build.BuildRetrievalError |\n| [BuildRetrievalError](../../../../../../reference/tradefed/com/android/tradefed/build/BuildRetrievalError.html) | |"]]