commit | 47bcda313b3e73247ecf9d06e8899afc0f3bb41f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Jul 15 20:26:05 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jul 15 20:26:05 2024 +0000 |
tree | 99de121ef5c7bb245191ed149ae198b9bb106faf | |
parent | 3b5155764b5e47aefca9f3dea1dec56cd098846b [diff] | |
parent | de49b7e6c42edb6d42e35350509c639c2eb268b0 [diff] |
Merge "Change java codegen to read from new storage" into main am: bce58b3c94 am: de49b7e6c4 Original change: https://android-review.googlesource.com/c/platform/build/+/3174140 Change-Id: Ie284db27fefb30633969dba83a575f5fbc91e384 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.