commit | 699634b28df01885102ead1e06226bbacee7c58e | [log] [tgz] |
---|---|---|
author | Jaewoong Jung <jungjw@google.com> | Wed Aug 12 04:23:32 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Aug 12 04:23:32 2020 +0000 |
tree | 0c969a8a7a926a219658444e8734994215dc17e3 | |
parent | dca1803d9512cc5b0fcf64c1d9f09243e07960b3 [diff] | |
parent | a6bcbd8a4a62c648cba211a5789a165b99f18f16 [diff] |
Mark android_app_set modules PRESIGNED. am: a6bcbd8a4a Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/12275601 Change-Id: If0bcfa77b226d5ba1e1a3883106f5984042e93a9
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.