commit | 49852076dc198f2a9769e4d5bf18fe33e42acc78 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Oct 10 02:35:38 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 10 02:35:38 2024 +0000 |
tree | fc9e703bc821e6a0aed3109b5adb5b53a8eaf120 | |
parent | 86c0c5aed49ae17bb862725367667f819c3443b1 [diff] | |
parent | 3e65051393b621e341a17bb7bfcaef5c2dd6674a [diff] |
Merge "Remove module llndk_in_system in build/make/target/product/gsi/Android.mk and add the required modules to auto-included-modules directly." into main am: 0afe300dbf am: 3e65051393 Original change: https://android-review.googlesource.com/c/platform/build/+/3302916 Change-Id: I93e81ca78bf84cfa91b1335f2a88d1bc5dad5fd7 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.