commit | 52b797e74110c983faadce7daf77ccf21faac048 | [log] [tgz] |
---|---|---|
author | Roman Kiryanov <rkir@google.com> | Wed Mar 29 11:47:10 2023 -0700 |
committer | Roman Kiryanov <rkir@google.com> | Mon Apr 10 10:53:25 2023 -0700 |
tree | 305369e23381b5df83c66fef28fd436549577fc2 | |
parent | c3610a1ae7b023353507625a93a0df497573e12f [diff] |
Remove emulator dependencies on non emulator targets (1) Bug: 266607613 Bug: 111538404 Test: presubmit Change-Id: I2c8870d68696f39277a503081c91274b0e9ec1bd Signed-off-by: Roman Kiryanov <rkir@google.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.