# bbuildbot_config **Repository Path**: mirrors_android_source/bbuildbot_config ## Basic Information - **Project Name**: bbuildbot_config - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-26 - **Last Updated**: 2023-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This repository exists to configure cbuildbot based bruteus builds. To check this out as a repo checkout: ```sh repo init -u https://android.googlesource.com/platform/bbuildbot_config ``` To perform a local build: ```sh bin/cbuildbot --buildroot ~/tmp/test_buildroot \ --buildbot --debug --config_repo \ https://android.googlesource.com/platform/bbuildbot_config \ bbuildbot ``` To perform a test build with local changes: ```sh bin/cbuildbot --nobootstrap --noreexec \ --buildroot ~/tmp/test_buildroot \ --buildbot --debug --config_repo \ https://android.googlesource.com/platform/bbuildbot_config \ bbuildbot ```