commit | 58b793771c53710dc2cd5f909b63065f4da5346f | [log] [tgz] |
---|---|---|
author | Przemyslaw Szczepaniak <pszczepaniak@google.com> | Tue Feb 20 17:54:46 2018 +0000 |
committer | Przemyslaw Szczepaniak <pszczepaniak@google.com> | Wed Feb 21 18:04:28 2018 +0000 |
tree | 0ef61666708af9f18edc501df25ac5e2fafc03dc | |
parent | 05ae8ed76b0bb859f66d7ace3374d8870c4a5284 [diff] |
Remove org.apache.http.legacy from bootclasspath Test: build, flash and cts/tests/signature/runSignatureTests.sh, manual Bug: 18027885 Change-Id: I6a6d35198c49ed8a0b370fbe4a94320aefc4d7c3
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.