commit | 9cd47bd8ffb0d0028cfa3a97e55a695822b7af7d | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Sat May 20 01:58:18 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat May 20 01:58:18 2023 +0000 |
tree | 74fc01cf96492d069e2e066f7c6db1d83cb5cd1b | |
parent | 1e3cf6d665508d3b793646965adb8c574ee66425 [diff] | |
parent | 40ce3a43486d5ed20f72db6b1a456e88d943fb52 [diff] |
Merge "16k: Add 16K variant kernel/ramdisk build targets" am: c179330edb am: 233236fa17 am: 4552dd8a21 am: 562fabb016 am: 40ce3a4348 Original change: https://android-review.googlesource.com/c/platform/build/+/2595672 Change-Id: Ib5371825f26dc4cb8b61d6718473453084948899 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.