commit | 54572e583b94b691dbce3803bec6c73732f15bbb | [log] [tgz] |
---|---|---|
author | Jaewoong Jung <jungjw@google.com> | Wed Aug 12 04:42:05 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Aug 12 04:42:05 2020 +0000 |
tree | d8aebb912a58169465bf45e42ad9a54d96d70b16 | |
parent | e73186d2ac5ef4e6e23631033a245ca805d833af [diff] | |
parent | 699634b28df01885102ead1e06226bbacee7c58e [diff] |
[automerger skipped] Mark android_app_set modules PRESIGNED. am: a6bcbd8a4a am: 699634b28d -s ours am skip reason: Change-Id Ie83a05be0d71280644843eddffdbea6bcb429c74 with SHA-1 077891d190 is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/12275601 Change-Id: I20e5e1921bc20dca603c855971f660d0f0e7bbc0
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.