commit | fe150e2fa3031fbc642e2017e354bcb2c37ebac5 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Nov 10 08:18:00 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Nov 10 08:18:00 2022 +0000 |
tree | 895014d35d2b5e6c126c1a637bc0a0b5a8ebad15 | |
parent | c7c2dde523765f5c12ff5fae37594131bb8f175e [diff] | |
parent | 74d79e32843ab04b9778dfa1d7bd12c1914d59c7 [diff] |
Merge "Add a ramdisk stub for targets that referred to goldfish's arm32.mk" am: 74d79e3284 Original change: https://android-review.googlesource.com/c/platform/build/+/2295643 Change-Id: I9616bf9c6a98128a4ebc8ff8a90cd8a34f5178ba 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.