Home
last modified time | relevance | path

Searched refs:build_id (Results 1 – 4 of 4) sorted by relevance

/packages/modules/common/tools/
Dfinalize_sdk.py47 def fetch_mainline_modules_info_artifact(target, build_id): argument
58 fetch_cmd.extend(['--bid', str(build_id)])
68 % (artifact_path, build_id, target)
72 def fetch_artifacts(target, build_id, module_name): argument
84 fetch_cmd.extend(['--bid', str(build_id)])
94 % (artifact_path, build_id)
/packages/modules/Virtualization/microdroid/kernel/
DREADME.md69 a specific `<build_id>` and make commits with nice history in the message.
75 …=<android_checkout> ./build/kernel/gki/download_from_ci --update-microdroid -b <bug_id> <build_id>
/packages/modules/Bluetooth/system/test/headless/
Dlog.h81 inline std::string build_id() { in build_id() function
Dmain.cc141 LOG_CONSOLE("bt_headless version:\'%s\'", build_id().c_str()); in Run()