commit | d99c855d5ce99bb485f63f209098aab6c88a01a3 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Wed Dec 04 00:00:50 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 04 00:00:50 2024 +0000 |
tree | 7390646b2edaef376ba82396460e59272b9c7931 | |
parent | 2188cef02c2698436f3f23f9019b5d74fe6f5264 [diff] | |
parent | fceb0a33f170cdae05b038e4ca267cabe5f24f41 [diff] |
Merge "apex_sepolicy_tests only if default payload type is ext4" into main am: fceb0a33f1 Original change: https://android-review.googlesource.com/c/platform/build/+/3389359 Change-Id: I24a0b2d3482bb7719482337dab01ba83d7195911 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.