commit | 80c808fcafd5c316e78a1d2af806e0735999cac3 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Sep 05 14:30:43 2019 -0700 |
committer | Steven Moreland <smoreland@google.com> | Thu Sep 05 14:30:43 2019 -0700 |
tree | 5e197074aaae9cd527dfb22a6fe2ba2fd89c8bbd | |
parent | c271afebaafd23614788934ba77e533585d722ee [diff] |
VNDK -= libhwbinder_noltopgo This library is being deleted. People who need symbols from this library should use libhwbinder instead. Bug: 135558503 Test: build only Change-Id: I7dd343cf2b95047f9c22b39bbc5cd9fa98c6c0b3
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.