commit | 9d5549675aacb057691681266c8e2ef1047fff4e | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Aug 29 20:52:48 2018 -0700 |
committer | Steven Moreland <smoreland@google.com> | Wed Aug 29 20:52:48 2018 -0700 |
tree | bb267c0df6973009ab502ff5c1085e701be4a0eb | |
parent | 7c76579e7ae4aab9d9a6923b7148f97793c2f0e2 [diff] |
Install libbinder_ndk to the system. This library is in the NDK, so it needs to be guaranteed to be installed even thought there are no platform dependencies on it. Bug: 111445392 Test: it is installed Change-Id: Iba7b224f0d95c62634a728ce7e178af6d08aa7dc
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.