commit | 2c9ae905cb05cd3a20a68f15dbf6830e3e2f9ccb | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jun 18 07:05:19 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 18 07:05:19 2021 +0000 |
tree | 780f402c51c280188b2f0ed0fecc9a4c744b0f7e | |
parent | 61f19204f54fc95554babd5cd2d0159b483a382a [diff] | |
parent | 65f4412cc81d2922c7cd0e53a37ae53a1b93c5b1 [diff] |
Merge "android-info.txt: do not output 'board=' if no board_name" am: 65f4412cc8 Original change: https://android-review.googlesource.com/c/platform/build/+/1726355 Change-Id: I030c40c0d2eb9e8d7d98eb691f6fdf58bdce3153
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.