commit | da2153126cbcd8783e6fc2b69a3df525e7c00512 | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Fri Oct 11 11:29:43 2019 -0700 |
committer | Roshan Pius <rpius@google.com> | Fri Oct 11 11:32:04 2019 -0700 |
tree | cdf547fbec2cb94990b14ecd6f795f0d09a9747c | |
parent | 45c0f56ae9d8a1009b5c85ee07a0849538c1ecc2 [diff] |
base_system.mk: Switch back to InProcessWifiStack Until we fix the RAM usage increase with the out of process version, use the system_server version. Bug: 140564146 Test: Device boots up and connects to wifi networks. Change-Id: I8ebfba7e2ce8fcb7383ce05336dbc0ae7d7a2947
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.