commit | 7c3c40d964fdfb087b04ed64b80e3dbceea286d4 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Mon Jul 22 14:57:52 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jul 22 14:57:52 2024 +0000 |
tree | 6f8a6b0cf697aba49edc8394de58befccb0ff858 | |
parent | d4f5bac462e2dda104e904c562c29a942d0f8e81 [diff] | |
parent | 9cb3450ee434e6d2e3ba01e377f9a267779bd416 [diff] |
Merge "make java reader library availiable for mainline" into main am: 8a9a52d140 am: 9cb3450ee4 Original change: https://android-review.googlesource.com/c/platform/build/+/3185681 Change-Id: If427d3d6941dc7e9be7dde239c5496ac98047747 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.