commit | 19dae885ab7458f405b73142c0228cdfedc3e038 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue May 28 20:41:11 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 28 20:41:11 2024 +0000 |
tree | fbb9eea12289bcbc6ab5f78a602214fd6e91d0e9 | |
parent | e73a902801f5c95d0199d76048f1a49cf697f666 [diff] | |
parent | 31e9d3d1b26f6b4882ba66ce3742a44c873ee495 [diff] |
Merge "Add instructions to generate java keystore" into main am: 31e9d3d1b2 Original change: https://android-review.googlesource.com/c/platform/build/+/3104279 Change-Id: I4d8f3b5ffb70c6eb707717884f9ebf440924ba61 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.