commit | 78943363464737451a99304d7d3adba51c75e31d | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Apr 04 07:57:35 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Apr 04 07:57:35 2023 +0000 |
tree | 6cb5ea80f3b0f4f9231f81f90dfc7b01eb2de7ba | |
parent | f8dfc30a5f3d20663f1a90d73495856a0be95f2b [diff] | |
parent | 4091559a4a458a7acec594610cf06a2ef88a5074 [diff] |
Merge "Move PRODUCT_BRAND to module_common.mk" am: 70c0c6eb81 am: 4091559a4a Original change: https://android-review.googlesource.com/c/platform/build/+/2521235 Change-Id: I0cd8f53371f9fee16e1ede1b46cd55726825fb03 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.