commit | d0c8cf02b656ad64436a39553dac2c45a3d50119 | [log] [tgz] |
---|---|---|
author | Sam Delmerico <delmerico@google.com> | Thu Sep 22 14:10:40 2022 -0400 |
committer | Sam Delmerico <delmerico@google.com> | Wed Sep 28 09:52:22 2022 -0400 |
tree | 7ee2225ff1ea60bf0707dcad56b1fdbc8d2ea13a | |
parent | 4f6ca1a546ba33f0ede631fca303673ac3d20d93 [diff] |
re-enable b run commands in test suite Zsh has some incompatibilties that we've been trying to work around in the b command. Hopefully this prevents future issues. Bug: 242759256 Test: build/make/tests/roboleaf_tests.sh Change-Id: I5e887932e943112377d38e77a77a0f294b43d9b6
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.