commit | b44163006754ac18400edf3d21e3ae5d42b61cab | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Jun 12 17:25:23 2019 +0000 |
committer | Dan Willemsen <dwillemsen@google.com> | Wed Jun 12 21:35:46 2019 +0000 |
tree | 6444142bcd12ad362dd42c68820df4e641714e36 | |
parent | bbe4e11a7681c52d2197ce35ae47d4939ca246b6 [diff] |
Depend on NDK libraries Bug: 130111713 Test: treehugger Test: build system image with RBE Change-Id: Ibbe4e11a7681c52d2197ce35ae47d4939ca246b6
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.