commit | 5db9488bbbb1df943f66c008fecbed8ad1dbfdc3 | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Fri May 19 23:07:00 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 19 23:07:00 2023 +0000 |
tree | 15070f0423b53551236b60702881baecd04f66a3 | |
parent | b0ea07fc2c54c1b060acb59b47319a4541cbbfc1 [diff] | |
parent | 02959543d0a585ca313dd37c9a7ff4c344f44db0 [diff] |
[automerger skipped] Export some make variables to soong.variables. am: d637b06d8f am: 02959543d0 -s ours am skip reason: Merged-In I2e7a07007224364418659453d979e2bee58fe5f9 with SHA-1 d637b06d8f is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/23305028 Change-Id: I9116fe6ed58853fcd5137999be9e5517985bc590 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.