commit | be609fb144634b6698435ca0a36990372e0b2abb | [log] [tgz] |
---|---|---|
author | Rob Seymour <rseymour@google.com> | Tue Aug 10 18:28:24 2021 +0000 |
committer | Rob Seymour <rseymour@google.com> | Mon Sep 13 15:59:05 2021 +0000 |
tree | 3a981dc906464d5e5db4420aa3ed38cebb0a5b54 | |
parent | ec37feb5195c22e0a6eabadac265c6c104abecbc [diff] |
Add fake host snapshot support Map HOST_FAKE_SNAPSHOT_ENABLE to HostFakeSnapshotEnabled() method. Bug: 194799048 Test: m HOST_FAKE_SNAPSHOT_ENABLE=true host-fake-snapshot dist -- check snapshot exists in dist Change-Id: Idd343c3dec3cc24514a5d587b06c3b1300598b7d
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.