commit | 29252f8001f4fbdaf4977d32f6b64fdecc5f5224 | [log] [tgz] |
---|---|---|
author | Fabián Cañas <fabiancanas@google.com> | Mon Apr 29 22:58:11 2024 +0000 |
committer | Fabián Cañas <fabiancanas@google.com> | Mon Apr 29 22:58:11 2024 +0000 |
tree | 4efef25fbb4d354f19a6560af8d7a6f0332ffd7a | |
parent | 5deb660e32382b27d0b0fc468d1e462ffbc12708 [diff] |
Add tool to determine if products can be lunched This could aid in cleaning unmaintained products from manifests. Change-Id: Ic1ae4d62711cf27f17c1e4c770f64db074768fd5 Test: lunchable
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.