commit | 02959543d0a585ca313dd37c9a7ff4c344f44db0 | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Fri May 19 22:25:00 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 19 22:25:00 2023 +0000 |
tree | 89387b9d9c6ec20fc870b7a48d34fbc55a8ea025 | |
parent | d6a1f4f22c9fb3de2625702dbb4a97c5818b8c3f [diff] | |
parent | d637b06d8f445f5aa433df413c5bfcb3943a0c6e [diff] |
Export some make variables to soong.variables. am: d637b06d8f Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/23305028 Change-Id: Ia4d6e95b480f97f7e0accb73f99ba7ffc025207c 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.