commit | af116f56bd73880977672d9779d8642c6db476be | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Thu Feb 20 07:51:02 2020 -0800 |
committer | Roshan Pius <rpius@google.com> | Thu Feb 20 07:51:02 2020 -0800 |
tree | b4229e9710f2c146d82d51bcc6581eb57fc87d76 | |
parent | ac79359a2591c23176cc6aee2f350a9e352e263d [diff] |
base_system.mk: Package wifi.rc separately into the build These contain a bunch of action triggers for setting some kernel flags for wifi driver logging. Apex'es don't support .rc with action triggers, so package it separately into the build. Bug: 149909892 Test: Device boots up and connects to wifi networks. Test: Manually verified that the .rc file is run on bootup. Change-Id: I05f055ec68d47a1d158135f5454389a786884f9b
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.