commit | 9a5a52625777fb9c380095f54fe4d93f72b9a2a5 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Thu Nov 02 16:54:27 2023 +0000 |
committer | Greg Kaiser <gkaiser@google.com> | Thu Nov 02 16:59:23 2023 +0000 |
tree | 20bf603c683c7641ede68d7fb344023404d88ae8 | |
parent | 492220c6957f7de301859e0c84af595416bb6a46 [diff] |
Fix example lunch target We make this example valid for trunk stable. Bug: 307738446 Test: lunch command Change-Id: I25a142f1b87facebdcf2751f3f4cb68a0738945d
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.