Lines Matching refs:build
4 Just build AOSP - Fluoride is there by default.
20 sudo apt-get install repo git-core gnupg flex bison gperf build-essential \
41 and also installs GN (which is the build tool we're using).
45 build/install_deps.sh
49 via a package manager. You may have to build these from source and install them
56 follow the instructions in build/dpkg/README.txt.
59 libgtest-dev) do not provide pkg-config files, so you can build your own
65 $ mkdir build # Create a directory to hold the build output.
66 $ cd build
67 $ cmake .. # Generate native build scripts for GoogleTest.
71 ### Stage your build environment
73 For host build, we depend on a few other repositories:
91 We provide a build script to automate building assuming you've staged your build
96 ./build.py --output ${OUTPUT_DIR} --platform-dir ${STAGING_DIR} --clang
99 This will build all targets to the output directory you've given. You can also
100 build each stage separately (if you want to iterate on something specific):
104 * rust - Build the rust portion of the build
111 Currently, Rust builds are a separate stage that uses Cargo to build. See