/device/google/cuttlefish/host/commands/fetcher/ |
D | build_api.cc | 62 std::ostream& operator<<(std::ostream& out, const DeviceBuild& build) { in operator <<() argument 63 return out << "(id=\"" << build.id << "\", target=\"" << build.target << "\")"; in operator <<() 66 std::ostream& operator<<(std::ostream& out, const DirectoryBuild& build) { in operator <<() argument 67 auto paths = android::base::Join(build.paths, ":"); in operator <<() 68 return out << "(paths=\"" << paths << "\", target=\"" << build.target << "\")"; in operator <<() 71 std::ostream& operator<<(std::ostream& out, const Build& build) { in operator <<() argument 72 std::visit([&out](auto&& arg) { out << arg; }, build); in operator <<() 111 std::string BuildApi::BuildStatus(const DeviceBuild& build) { in BuildStatus() argument 112 std::string url = BUILD_API + "/builds/" + build.id + "/" + build.target; in BuildStatus() 115 << "build " << build << ". Response was " << response_json; in BuildStatus() [all …]
|
D | fetch_cvd.cc | 76 const Build& build, const std::string& name, in TargetBuildZipFromArtifacts() argument 78 std::string product = std::visit([](auto&& arg) { return arg.product; }, build); in TargetBuildZipFromArtifacts() 79 auto id = std::visit([](auto&& arg) { return arg.id; }, build); in TargetBuildZipFromArtifacts() 90 const Build& build, in download_images() argument 93 auto artifacts = build_api->Artifacts(build); in download_images() 94 std::string img_zip_name = TargetBuildZipFromArtifacts(build, "img", artifacts); in download_images() 96 LOG(ERROR) << "Target " << build << " did not have an img zip"; in download_images() 100 if (!build_api->ArtifactToFile(build, img_zip_name, local_path)) { in download_images() 101 LOG(ERROR) << "Unable to download " << build << ":" << img_zip_name << " to " in download_images() 118 const Build& build, in download_images() argument [all …]
|
D | build_api.h | 101 bool ArtifactToFile(const DeviceBuild& build, const std::string& artifact, 106 bool ArtifactToFile(const DirectoryBuild& build, const std::string& artifact, 109 std::vector<Artifact> Artifacts(const Build& build) { in Artifacts() argument 110 return std::visit([this](auto&& arg) { return Artifacts(arg); }, build); in Artifacts() 113 bool ArtifactToFile(const Build& build, const std::string& artifact, in ArtifactToFile() argument 117 }, build); in ArtifactToFile()
|
/device/google/cuttlefish_vmm/ |
D | rebuild-internal.sh | 79 build-essential \ 98 ninja-build \ 219 meson build \ 227 cd build 241 sed -i "s|_gbm_ver = '0.0.0'|_gbm_ver = '0'|" meson.build 244 …"s|cc.has_header('epoxy/egl.h')|cc.has_header('epoxy/egl.h', dependencies: epoxy_dep)|" meson.build 247 grep "install_rpath" src/meson.build || \ 248 sed -i "s|install : true|install : true, install_rpath : '\$ORIGIN',|" src/meson.build 250 meson build \ 257 cd build [all …]
|
D | rebuild-docker.sh | 84 docker buildx build \ 90 --build-arg USER=${_user} \ 91 --build-arg UID=${_uid} --load 97 docker build \ 102 --build-arg USER=${_user} \ 103 --build-arg UID=${_uid}
|
/device/google/contexthub/firmware/ |
D | README | 6 . build/envsetup.sh 17 1.1. to build any OS variant, run 25 1.2. to build nanoapp, run 36 2.1 to build nanohub OS and all apps 49 2.3 partial build or build without dependencies
|
D | nanohub_aux_os_config.mk | 19 include $(NANOHUB_OS_PATH)/build/config.mk
|
/device/sample/apps/tv/SetupCustomizationSample/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules. 10 classpath 'com.android.tools.build:gradle:3.0.1' 14 // in the individual module build.gradle files
|
/device/sample/apps/tv/SetupValidation/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules. 10 classpath 'com.android.tools.build:gradle:3.0.1' 14 // in the individual module build.gradle files
|
/device/linaro/hikey/factory-images/ |
D | README | 1 How to build factory images: 3 Do a normal build prep, then in the ANDROID_TOP_DIR run: 10 # First download the image to the android build top directory
|
/device/generic/goldfish/fvpbase/ |
D | README.md | 1 This document describes how to build and run an Android system image targeting 7 . build/envsetup.sh 23 BUILD_CONFIG=common/build.config.fvp build/build.sh 55 build-scripts/build-test-uboot.sh -p fvp all 96 MTE in userspace requires a patched common kernel with MTE support. To build 98 ``build.sh`` command, run:
|
/device/google/wahoo/lisa/ |
D | update-script.sh | 6 source build/envsetup.sh 9 . ./build.config 17 source build/envsetup.sh
|
/device/generic/goldfish-opengl/ |
D | GNUmakefile | 21 $(error,This build system requires GNU Make 3.81 or higher to run !) 37 _BUILD_CORE_DIR := ../../../external/qemu/android/build 50 JSON_FILE := /tmp/build.json
|
/device/google/coral-sepolicy/private/ |
D | qti-testscripts.te | 1 #as the exec is defined in file_context it is hitting build 2 # error in user build so moving out of the macro
|
D | property_contexts | 2 ro.build.software.version u:object_r:qcom_ims_prop:s0 exact string
|
/device/google/atv/products/ |
D | sdk_atv_armv7.mk | 50 development/build/sdk.atree \ 54 -include sdk/build/product_sdk.mk 55 -include development/build/product_sdk.mk
|
/device/generic/x86/ |
D | BoardConfig.mk | 37 BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy 38 BOARD_SEPOLICY_DIRS += build/target/board/generic_x86/sepolicy
|
/device/generic/car/tools/ |
D | pack_avd_img.sh | 71 echo build properties 72 cp $ANDROID_PRODUCT_OUT/system/build.prop $OUT_DIR/build.prop
|
D | mk_car_avd.sh | 1 . build/envsetup.sh ; lunch aosp_car_x86_64-userdebug; m -j32
|
/device/google/contexthub/firmware/variant/ |
D | README | 5 build scripts fully support such layout, however this is not necessary in order 6 to build such variants.
|
/device/google/crosshatch-sepolicy/vendor/google/ |
D | property_contexts | 1 # vendor build type 2 ro.vendor.build.type u:object_r:vendor_build_type_prop:s0
|
/device/google/cuttlefish/ |
D | README.md | 3 1. Download, build, and install the host debian package: 16 4. Navigate to `aosp_cf_x86_phone` and click on `userdebug` for the latest build 22 package from the same build as your images.
|
/device/sample/frameworks/PlatformLibrary/ |
D | README.txt | 25 build targets and corresponding build outputs: 31 The top-level Android.mk defines the rules to build the shared library itself, 68 build system. The only two special things needed to use your library are: 70 - A LOCAL_JAVA_LIBRARIES line in the Android.mk to have the build system link
|
/device/sample/ |
D | README.txt | 1 To build the add-on:
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/ |
D | builder_image.txt | 1 …://www.googleapis.com/compute/v1/projects/cloud-android-testing/global/images/jemoreira-build-image
|