commit | ef85b4c4d498c1a5aa065d00e98e1e46d86f1e78 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Jul 22 17:52:53 2019 -0700 |
committer | Steven Moreland <smoreland@google.com> | Tue Jul 23 01:28:32 2019 +0000 |
tree | 5ac19a396fb3d1b95f4d221647d57c4b8e7e0bb0 | |
parent | 79da9010d5eb7c3940e833e5b196ae5a458e308f [diff] |
Add libbinder_ndk to ll-ndk. So that it is always in sync w/ system libbinder. Bug: 136027762 Bug: 138152918 Test: binderVendorDoubleLoadTest Change-Id: I46f896ee979d41ed67ac47b7c84652b4b49aa8c9
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.