commit | bd613de7ff6a6d930a6b225b4834531adee20b0d | [log] [tgz] |
---|---|---|
author | Przemyslaw Szczepaniak <pszczepaniak@google.com> | Thu Feb 22 16:35:12 2018 +0000 |
committer | Przemyslaw Szczepaniak <pszczepaniak@google.com> | Thu Feb 22 16:38:49 2018 +0000 |
tree | 0ef61666708af9f18edc501df25ac5e2fafc03dc | |
parent | 929db472be0bf59ca9980e74a26e6a92832497a0 [diff] |
Remove org.apache.http.legacy from bootclasspath Another attempt, waiting for b/73762903 to be mitigated Change-Id: I496b1297f5dfe0737828ab01fc1b628f64a57304 Test: build, flash and cts/tests/signature/runSignatureTests.sh, manual Bug: 18027885
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.