commit | 1e55e74acca3da6db58ea1809aef9e5a21ff86d9 | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Sun May 10 21:32:30 2020 +0800 |
committer | Yo Chiang <yochiang@google.com> | Tue Jun 09 03:28:26 2020 +0000 |
tree | e3ab2168b1a9d5fe4b3031dda94673a0e5453b43 | |
parent | 83e9cfe291c7acde13e36101bb82f66eff59a9af [diff] |
Cleanup unused get-32-bit-modules These are no longer used by anyone: * get-32-bit-modules * get-32-bit-modules-if-we-can * get-host-32-bit-modules * get-host-32-bit-modules-if-we-can Bug: 155869107 Test: TH Change-Id: I441de7f94061efd40186b80d1a2ead11669a5753
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.