commit | 4f6ca1a546ba33f0ede631fca303673ac3d20d93 | [log] [tgz] |
---|---|---|
author | Sam Delmerico <delmerico@google.com> | Wed Sep 21 15:29:16 2022 -0400 |
committer | Sam Delmerico <delmerico@google.com> | Wed Sep 28 09:46:21 2022 -0400 |
tree | 6ffbb6f308627497890d011fd1c4575c3e8e0fcc | |
parent | 3e5fcd8a612fad36b4d034a82ef3d1aaedcc71e6 [diff] |
re-enable b test suite Bug: 244771601 Test: build/make/tests/roboleaf_tests.sh Change-Id: I648960b336acd31709aafe858fcbc5be9dc8397a
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.