commit | bfa41eef33809a53888327cb16970fa18c8c52f6 | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Thu Jan 16 06:31:08 2020 -0800 |
committer | Roshan Pius <rpius@google.com> | Thu Jan 16 06:31:08 2020 -0800 |
tree | 6dd2aacaea49af6a5c84de1a4f4059768fc2a8ac | |
parent | 1bf3835efdf1f6c4177bdcdaa94a147340472ab8 [diff] |
product: Remove wifi-service off SystemServerClassPath We can dynamically load it instead. Bug: 147799672 Test: Device boots up & connects to wifi networks. Change-Id: I93f2467d0a39719157dac92fd8ba108bb2bde470
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.