commit | 0c61afb55cff54f04cf7fe123d78c32151f8f68b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Sat Feb 17 02:47:45 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Feb 17 02:47:45 2024 +0000 |
tree | edcc813eba5e708d732c286426c42f376b7a6892 | |
parent | 3902cfc36859d0f84df819599250755d61f1f2db [diff] | |
parent | d11fb36b2ca8892a393ae799ebc7a2cd4e2c6611 [diff] |
[automerger skipped] Merge "Revert "Create a product variable for skipping apex contribution..."" into main am: cdf6054f03 am: d11fb36b2c -s ours am skip reason: Merged-In I5330b44caf15193a00f1e255cef24b67c794382b with SHA-1 fb3ce3331a is already in history. Merged-In was found from reverted change. Reverted change: https://android-review.googlesource.com/c/platform/build/+/2964509 Original change: https://android-review.googlesource.com/c/platform/build/+/2966055 Change-Id: I7e93b8f23179ab553d1081043b326696c961c31a 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.