commit | 15d3f8f69736f96cd45c375543a515c5cba00adb | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Wed Nov 18 15:37:01 2020 -0800 |
committer | Dan Shi <dshi@google.com> | Wed Nov 18 15:37:01 2020 -0800 |
tree | 746bb2b05f1ee3b423cb9ef5994a1bb8365b169c | |
parent | 9b9f56d31ed125801d00b4db0adbdaab110d6675 [diff] |
Clear LOCAL_IS_UNIT_TEST Bug: 172006742 Test: none Change-Id: I15c4f5b97bea9e3562766a3fbd3a8058ce042bd4
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.