commit | 1c8cd88feef73d33af3d189eef092984818de50e | [log] [tgz] |
---|---|---|
author | ThiƩbaud Weksteen <tweek@google.com> | Thu Oct 19 23:05:51 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 19 23:05:51 2023 +0000 |
tree | dd334091abe6294bf1bd07e27d7418148ed11672 | |
parent | 5d6a4278b0c6f53e5cc46192aedbde60049a8cb1 [diff] | |
parent | a8c40d74cc389ad814fccf91e2524f837db2719d [diff] |
Merge "Revert "Add sign_sepolicy_path for a binary to sign sepolicy.apex."" into main am: ed5abbdea4 am: a8c40d74cc Original change: https://android-review.googlesource.com/c/platform/build/+/2795612 Change-Id: I5b575e4c8b48875f70c9c01541167250b41233a1 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.