commit | ff22ed407c74b28b98f72da560d8895606307d48 | [log] [tgz] |
---|---|---|
author | Tim Tsai <mengtingtsai@google.com> | Wed Jan 17 17:44:22 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jan 17 17:44:22 2024 +0000 |
tree | 2fcd94d82391cdcdc73d2206053073a259839571 | |
parent | 6014c0f9109c62f7c1cd8a1761afb27e00a24737 [diff] | |
parent | 7cd5b313f6f40911e31d62e9cdc0fe52af1bb9dd [diff] |
Merge "Fixed not mapping sdk_sandbox key to vendor key" into main am: 7cd5b313f6 Original change: https://android-review.googlesource.com/c/platform/build/+/2903807 Change-Id: Icfa308aa8f39c83164040fb43a26f91d14185f81 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.