commit | b2efa69c98461784b1f3eebd552dc46974a62d55 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue Jun 05 11:32:31 2018 +0100 |
committer | Anton Hansson <hansson@google.com> | Tue Jun 05 11:36:29 2018 +0100 |
tree | 171619eb347c251f183c54932e551f2c1599a422 | |
parent | 50a356048574f73fc920961df8c9a638784545f3 [diff] |
Remove redundant package includes from makefiles. These packages are all included in other makefiles in the include hierarchy: - atrace, libdl, libtuils are in embedded.mk - pppd is in base.mk Bug: 80410283 Test: None Change-Id: Id00e1af58f2db57090e89348a19c9b1ee7e3311a
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.