commit | b83c3c55ff55fa8539bc3d0cdfc255d94296da9c | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Thu Jul 13 17:58:18 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jul 13 17:58:18 2023 +0000 |
tree | 01f6d9fec420321bc983acbcb37c85cbb7440dbd | |
parent | 9f7e7e7e00c46468b3faab3b175b6e9b0d92b3fd [diff] | |
parent | 9c1a67551870f649f259a6c9e48adb4958f9fbc2 [diff] |
Merge "aconfig: add c codegen" into main am: afd8b2d75b am: 24ecb48d89 am: f91df0cd73 am: 008d729b86 am: 9c1a675518 Original change: https://android-review.googlesource.com/c/platform/build/+/2653700 Change-Id: Ie8b5f3c6f999892703530dd09e45e253c595c441 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.