Lines Matching refs:a
6 projects necessary to build a given target. If a project isn't used for building
9 should be faster and smaller than a sync of a full manifest because it is
12 The `treble_manifest_split` tool is used to automatically create a split
13 manifest from a full manifest using dependency information from the source tree
16 and source tree. This is solved by manually fine-tuning a tool configuration XML
21 ### 1. Run a full build using a full manifest
23 The `treble_manifest_split` tool needs the ninja build graph and deps log from a
24 completed build in order to have a full view of the dependency graph. While the
25 build graph is created at the beginning of a ninja build, the deps log is not
41 # Build treble_manifest_split as a python binary.
45 # Create the split manifest using a sample config XML specific to aosp_arm64.
59 1. Initialize a new repo directory using the steps in
60 https://source.android.com/setup/build/downloading#initializing-a-repo-client.
64 1. Attempt a build of your target.
77 directory specifies a project that should be included in the split
100 or on a zipped target-files archive if you are creating `dist` builds.