commit | 78549acb477c6dd0e0abba3184357280e7111c5a | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Jun 02 22:53:03 2023 +0000 |
committer | Steven Moreland <smoreland@google.com> | Wed Jun 07 20:57:38 2023 +0000 |
tree | 9c380c3ff85c984e3242fed4d3f50807a575c747 | |
parent | 3cda7834aa0add6921970dd0141f52ca7c10228d [diff] |
BOARD_VNDK_VERSION must be set first pass Removing all places that consider that this might not be set. Bug: 122954981 Test: build Change-Id: I62107d041410f4ee1d3652e394ed5e7688c12f25
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.