Starting March 27, 2025, we recommend using android-latest-release
instead of aosp-main
to build and contribute to AOSP. For more information, see Changes to AOSP.
Stay organized with collections
Save and categorize content based on your preferences.
BuildInfoKey
public
class
BuildInfoKey
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.build.BuildInfoKey
|
Class holding enumeration related to build information queries.
Summary
Fields
Public constructors
BuildInfoKey
public BuildInfoKey ()
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-03-08 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-03-08 UTC."],[],[],null,["# BuildInfoKey\n============\n\n\n`\npublic\n\n\nclass\nBuildInfoKey\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.build.BuildInfoKey |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nClass holding enumeration related to build information queries.\n\nSummary\n-------\n\n| ### Fields ||\n|-------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` public static final ` | [SHARED_KEY](../../../../../../reference/tradefed/com/android/tradefed/build/BuildInfoKey.html#SHARED_KEY) Files key that should be shared from a resources build info to all build infos via the [IDeviceBuildInfo.getResourcesDir()](../../../../../../reference/tradefed/com/android/tradefed/build/IDeviceBuildInfo.html#getResourcesDir()). |\n\n| ### Public constructors ||\n|--------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[BuildInfoKey](../../../../../../reference/tradefed/com/android/tradefed/build/BuildInfoKey.html#BuildInfoKey())`() ` |\n\nFields\n------\n\n### SHARED_KEY\n\n```\npublic static final SHARED_KEY\n```\n\nFiles key that should be shared from a resources build info to all build infos via the [IDeviceBuildInfo.getResourcesDir()](../../../../../../reference/tradefed/com/android/tradefed/build/IDeviceBuildInfo.html#getResourcesDir()).\n\n\u003cbr /\u003e\n\nPublic constructors\n-------------------\n\n### BuildInfoKey\n\n```\npublic BuildInfoKey ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e"]]