commit | 5bc1844b2a87df6cf324281901f5eb4801bf3638 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Jan 31 17:48:21 2019 -0800 |
committer | Steven Moreland <smoreland@google.com> | Fri Feb 01 01:56:29 2019 +0000 |
tree | dfe28652c1172f351eb6e9a862dc52330e6ea27b | |
parent | 68e2dc2086432aa11858454b73d417762a78d4d0 [diff] |
mainline_system -= ...tests.libhwbinder@1.0-impl Tests are configured to load this statically now. Fixes: 122456128 Test: libhwbinder_benchmark, hwbinderThroughputTest, libhwbinder_latency Change-Id: I5cd53642d8b6ddb85e79fd231280b9d26ce3ee35
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.