commit | fd224efb7f0a66b809d81f7bd4cce5bd7efb73a5 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Jul 08 14:21:11 2021 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Thu Jul 08 14:26:03 2021 -0700 |
tree | 78f80a643ba7cd0a5509a3c4df64f45e465a3584 | |
parent | 61de59bc360f370c2ca902bda01dd892f0ea4e08 [diff] |
Imply ALLOW_MISSING_DEPENDENCIES for Mac builds At least until the device builds are largely disabled and host builds become opt-in rather than opt-out. Otherwise every host test that depends on a linux-only library breaks the mac build, even if it won't be used. Bug: 187222815 Change-Id: Ic598f2b66a949b90e5b3fbebf463f28278e4834f
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.