commit | 92487b6d25c1e707990ceb0d4342c2bbef530939 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Wed Dec 04 00:50:37 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 04 00:50:37 2024 +0000 |
tree | d8859984558f400f28ce9fb95eeeba9d45a9c92a | |
parent | 634cfabb49df52b3a2dadc0cd6b8bfb7316bd281 [diff] | |
parent | 4498aac5225bda01768b9ce301fbe1bbfce03b28 [diff] |
Merge "apex_utils: do not use `deapexer list`" into main am: f69a185614 am: 4498aac522 Original change: https://android-review.googlesource.com/c/platform/build/+/3383777 Change-Id: Ife6212814d9c8e66ac95f07fd8f2106b526e17ec 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.