commit | efee0692d4bce7aee0993d3f2b059afd78cc75d7 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Fri Mar 06 18:27:52 2020 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Sat Apr 18 21:00:18 2020 -0700 |
tree | c2e9363cfbc2c3cd6c1345497cf11ad98b3f0f28 | |
parent | 58634e148213a9c12aa78ae3fa1da1eb265d7cac [diff] |
Obsolete unused module types These were deprecated in R, which has now branched, and there aren't any users on master. Test: build-aosp_crosshatch.ninja is identical Test: treehugger Change-Id: I6286880e45c0facbae56f9a16e8cfcbde12f121c
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.