commit | d6e2bb6f8b22c62ad1e8a0af0e969598b13740af | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Mon Nov 11 03:53:01 2019 +0000 |
committer | Remi NGUYEN VAN <reminv@google.com> | Mon Nov 11 03:53:01 2019 +0000 |
tree | c066e3a929a1d0d76c06836f82a748a134559c6c | |
parent | a60d3c0dc1b87c1cfebfc9b42488e2147a6bd21a [diff] |
Revert "Revert "Use NetworkStackNext as preinstalled network stack"" This reverts commit a60d3c0dc1b87c1cfebfc9b42488e2147a6bd21a. Reason for revert: Roll forward after fixing tests in b/144168912 Change-Id: Ibe68f086f10bbef7590ac4b721be4e1709e154dc
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.