commit | b6598cc3b7a7212d4414e48bb1a4ad90860d0b5a | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Thu May 02 22:45:37 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 02 22:45:37 2024 +0000 |
tree | 2cc2d1daa15cdc24a8d1e7adcc761eee2e8d76b4 | |
parent | 76395530f6ba6f4cf5e38ccbb376e8273a23e296 [diff] | |
parent | 5ff777f3333d4790637ca04fc6c5913e0c256005 [diff] |
Merge "Add license metadata declarations which are moved from device/google/trout/Android.mk." into main am: 5ff777f333 Original change: https://android-review.googlesource.com/c/platform/build/+/3065663 Change-Id: Ibecb56c0286c3132090d9ac94dcd25a238ac7290 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.