| commit | 9861b785c119f65f6c329061b1afc3dd99228898 | [log] [tgz] |
|---|---|---|
| author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Jun 04 22:11:33 2024 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 04 22:11:33 2024 +0000 |
| tree | 319f767eae2c0202f7953b481132bd7db17cd35a | |
| parent | 391609c3bf20b409bc4c8605dac9a1ca69895bef [diff] | |
| parent | 9830e817d62bdc2587b1367621acc5a57603052f [diff] |
Merge "Reland "check_elf_file: check prebuilts are aligned"" into main am: 69e8c9be5f am: 9830e817d6 Original change: https://android-review.googlesource.com/c/platform/build/+/3110301 Change-Id: I482fad100593b127dd8fb9e35bdabcfc4cfcd123 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.