commit | e851b8f7491d2a4599b67ee9b8b4c4550f3efc3f | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Thu Apr 04 09:47:29 2024 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Thu Apr 04 10:45:01 2024 +0200 |
tree | c3629879793ef287d3cdc2957ed42d0ede0d65f5 | |
parent | f8fe85a71d9d9c2ccb0b049e28a68996fc54a878 [diff] |
finalization: step-*.sh: optionally skip `repo upload` Teach the step-*.sh scripts to parse command line options. Add support for --dry-run, which will skip the part where the CLs are uploaded: useful for local experiments. Bug: 323940469 Test: croot && build/tools/finalization/step-1.sh --dry-run # verify no CLs uploaded Ignore-AOSP-first: VIC finalization happens outside AOSP Change-Id: Ia58da02ae7a69c24f8332c90d1c779884e3a1dab
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.