commit | a468160ee0ff5cc1ada586601bd5918ada1465c2 | [log] [tgz] |
---|---|---|
author | Richard Coles <torne@google.com> | Thu Feb 01 16:38:56 2024 -0500 |
committer | Richard Coles <torne@google.com> | Wed Feb 07 06:27:27 2024 -0500 |
tree | 55f193f0e906fbaba4c9b03f068fdd008237b92b | |
parent | a8de90ce4cd6279a9f56c740912c5e22f67936e3 [diff] |
Add the WebViewBootstrap module to the base system. When the flag is enabled, add the module to the base system. Bug: 318717084 Test: build with/without flag Change-Id: Ifd8c7cc85c711786f491a76d452ad1cac18b655b
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.