commit | 6e0cde8c980b737c4620c6599ded8f4e57cd6b97 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Sep 25 14:46:14 2019 -0700 |
committer | Bill Yi <byi@google.com> | Tue Oct 01 01:40:09 2019 +0000 |
tree | 1fe289f33cb404320e0245324366a9fb29b5ac0e | |
parent | caa3e38aab00417bdd8df9c55350211f4e64cd35 [diff] |
Remove libhidltransport/libhwbinder from VNDK. Since they are empty. Bug: 135686713 Test: builds Change-Id: Ic7206bfc4fb3ba481ea025eb709054c6b8fc307d (cherry picked from commit 344e791de74c1de8df770b6189988e2224e1b948)
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.