commit | ee10d07057c1ec40964d394a36760870f89cde14 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Thu Jun 01 14:18:18 2023 -0700 |
committer | Daniel Zheng <zhengdaniel@google.com> | Thu Jun 01 14:21:58 2023 -0700 |
tree | 9b6079f4714548b36f175aa777f81595c289bdc6 | |
parent | 4f6a18d4cf433461944bee02da4a1fc483afed5d [diff] |
Adding option to disable fastboot_info Fastboot_info can be disabled if use_fastboot_info is set to false. Adding this flag as fastboot-info.txt is currently broken Test: m updatepackage -> inspect contents Bug: 284263071 Change-Id: I3e0ca13968ba9747cc39284ea6798981d22ad5e5
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.