commit | 86783d4e33f8e2852373f455167bd8184bb743eb | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Mon Nov 11 09:11:00 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Nov 11 09:11:00 2019 -0800 |
tree | 176e2cddaac7b327e0e442f491fb31eb523d3d8f | |
parent | e276889771ddd979e4c153d1bed082b7e82f94a1 [diff] | |
parent | af94c1ea25a45185e4407c6f93cb26d6bf64bc88 [diff] |
Merge "Revert "Use NetworkStackNext as preinstalled network stack"" am: 7017d37675 am: af94c1ea25 Change-Id: I0783b7266b747fe5fa3ecdd931e03de91f0b1cc3
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.