Lines Matching refs:to
6 projects necessary to build a given target. If a project isn't used for building
8 used to sync the Android source tree and build the specific target. This sync
12 The `treble_manifest_split` tool is used to automatically create a split
14 and the build outputs. The tool attempts to infer as many dependencies as it
15 can, but some will be missed due to implicit dependencies in the build system
17 specific to your target.
24 completed build in order to have a full view of the dependency graph. While the
28 Use standard Android build commands to build your target.
33 # Change to the directory where you ran the full build.
34 cd /path/to/android
45 # Create the split manifest using a sample config XML specific to aosp_arm64.
56 You should test that the split manifest created by the tool can be used to build
63 1. Use standard `repo sync` commands to sync your repo.
68 Build errors may arise due to missing dependencies that were previously provided
70 or an explicit dependency type that is not yet able to be automatically detected
74 1. Update your config XML to manually add projects to your split manifest.
86 full-manifest directory. Remember to pass the path of your config XML to the
91 A successful build alone is not sufficient to have full confidence in the split