2025년 3월 27일부터 AOSP를 빌드하고 기여하려면 aosp-main
대신 android-latest-release
를 사용하는 것이 좋습니다. 자세한 내용은 AOSP 변경사항을 참고하세요.
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
FlashingResourceUtil
public
class
FlashingResourceUtil
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.util.FlashingResourceUtil
|
이 유틸리티는 DeviceFlashPreparer
를 통해 플래시할 수 있도록 적절한 버전의 아티팩트를 설정하는 데 도움이 됩니다.
요약
공개 생성자
FlashingResourceUtil
public FlashingResourceUtil ()
공개 메서드
setUpFlashingResources
public static boolean setUpFlashingResources (IBuildInfo info,
keyAndFiles)
플래싱에 필요한 파일을 처리하고 BuildInfo에서 적절한 값을 설정합니다.
매개변수 |
info |
IBuildInfo : 생성된 {IBuildInfo} |
keyAndFiles |
: 다운로드된 파일은 |
반환 값 |
boolean |
플래싱이 설정된 경우 true입니다. |
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 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) | |"]]