commit | cd6d27c3ade1835609cfacfe4d6ca488149148b0 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Tue Dec 10 12:21:30 2024 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Tue Dec 10 22:04:41 2024 +0000 |
tree | 2128c540c16d25bb6b1eec7a0810d246d41b21cf | |
parent | 1f07601d45c0a7c3aab78d57d37c4714ae4918bb [diff] |
Include droid in required targets We never want to filter out 'droid' when it exists Test: presubmit Bug: 378704055 Change-Id: I9f8849cc825c19de99321f5687ee655ea2a0503a
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.