commit | d2badf92947c08d7127bd638331d629b1a3c81e3 | [log] [tgz] |
---|---|---|
author | Jae Hoon Kim <kimjae@google.com> | Mon Sep 30 23:29:52 2024 +0000 |
committer | Jae Hoon Kim <kimjae@google.com> | Tue Oct 01 23:42:32 2024 +0000 |
tree | 24add9408322e1ae3df79bb5c2c7694981d28007 | |
parent | 03b680d4ba121ead55546438280748a7d9002f92 [diff] |
core/Makefile: Add experimental desktop recovery image option .. allowing for experimental recovery images to be produced based on the value of `PACK_RECOVERY_IMAGE_EXPERIMENTAL` Bug: 370047983 Test: m pack-recovery-image # w/ option Flag: EXEMPT desktop only change Change-Id: Id913d9a23f7dc34d0a334ab2b84bb46636913160
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.