commit | 77614a40bf00d5f74301c608a815388a0bf01a6f | [log] [tgz] |
---|---|---|
author | Michael Groover <mpgroover@google.com> | Tue Nov 23 20:55:43 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Nov 23 20:55:43 2021 +0000 |
tree | a75600895281021c39d51341042d41d296f2e3ef | |
parent | ffde5619342827061200e3b36c6949890bae0820 [diff] | |
parent | a8fcebeb0238fb8d973d24a7da01973a0216ee0d [diff] |
Merge "SignApk - support loading private keys from pkcs#11 keystore" am: 495fafef6f am: 5d6aa9a5b8 am: a8fcebeb02 Original change: https://android-review.googlesource.com/c/platform/build/+/1849654 Change-Id: Iee95700b869d2df7f0cdae3d2bfb037043676daa
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.