commit | 3f5a3bb127acde5bb16ed2a1c36c22d121a116ae | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Mon Dec 30 15:59:27 2024 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Dec 30 15:59:27 2024 -0800 |
tree | 285820db18a9a09899160559edb72013d57d2a40 | |
parent | 81b952275fd943ec01b3c493049532e8757bb274 [diff] | |
parent | c0bc89f35b87b1c6e3fc1d072256c9e89e4dbd8e [diff] |
Merge "Fallback to false for exported mode" into main am: c0bc89f35b Original change: https://android-review.googlesource.com/c/platform/build/+/3434464 Change-Id: Id51e072f332b1caf6dcfffaa7035abfe7c0a9e10 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.