commit | a3298109716ccf69efd22248ab1d9316aa4ecc98 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Thu Nov 22 18:13:20 2018 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Thu Dec 13 09:28:10 2018 +0900 |
tree | 0ad9683be6a98fd75a62ff002736004cb3e3edb7 | |
parent | 19e65028847461c3ac922aaad68efc79c4bd41ea [diff] |
Build NetworkStack package For go devices, the network stack should not run in a separate process: NetworkStackLib is used in-process instead. Test: built & booted a go and non-go config Bug: b/112869080 Change-Id: I18b0446a0c0d19519ce0ef344f185b54ad7d4ac6
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.