commit | 07356db38d4dd112ee0f9f3fd7354f956c2d0800 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Apr 09 17:40:20 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Apr 09 17:40:20 2019 -0700 |
tree | 4866308459ecf6d422a138f6c6c7643d166b4ea6 | |
parent | ec870fe90cace8b0998e15a8b1d1a515db7b1346 [diff] | |
parent | f1f33dc1dd02309eb630e7f7f54b9568713beaa7 [diff] |
Merge "Add BUILD_BROKEN_USES_NETWORK" am: f1f33dc1dd Change-Id: I48db684809426c29944a6fd9a00a89aa102d82b2
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.