commit | 0b96c9ab8ce17ffcd803a60f783441899d02bb0d | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Thu Jul 26 15:19:17 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jul 26 15:19:17 2018 -0700 |
tree | c6716638a303307527e4ab271f66ffedd8f3e7e3 | |
parent | 6ed868eb9575bc6a0ab42cdcd90bfb0a02fb2596 [diff] | |
parent | 3c745e832460bb310849305eb660a83e4ccdfc58 [diff] |
Merge "Update default template for suites native tests" am: 8e472bc42e am: 64d524ec44 am: c8841cdc6a am: 3c745e8324 Change-Id: I2a40053184c0ca50d97a5f7453c2a2318444b5b6
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.