commit | c08cbf0f4a6203232bd5fba00b2a685f9369c19f | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Sep 15 19:07:39 2020 +0000 |
committer | Yifan Hong <elsk@google.com> | Tue Sep 15 19:09:26 2020 +0000 |
tree | 77f7349f34ef2d0b10b3e5e068fcfa56dd47472b | |
parent | c0f187f5f9c9bee3591657c1500a3f627fd04964 [diff] |
Revert "Add modules partition." Revert submission 1413808-modules_partition Reason for revert: modules partition no longer needed Reverted Changes: Iceafebd85:Add modules partition I2fa96199a:rootdir: Add modules directory Ie397b9ec6:Add modules partition. I4200d0cf5:fastboot: add modules partition Bug: 163543381 Change-Id: Iec1d9421bbfeb114fb705f85d910c6def1f211b6
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.