commit | 550340760cba8aa3c3e83ce2543b64088992479e | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Mon Nov 05 13:32:59 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Nov 05 13:32:59 2018 -0800 |
tree | 86063b4cdfa0b960f3517cce037d1a6f4b8e9aca | |
parent | c6ed70db1ed3bbc13f45b01939292cae26a3f407 [diff] | |
parent | 0f4e535493e0c345a50faff78530a03f770751d9 [diff] |
Merge "Copy shared libraries used by tests to testcases directory" am: 8b86ca8827 am: 0f4e535493 Change-Id: I632c81b8163efb7ae7d7b223ec505e038a9cc2fb
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.