commit | bdc2693475817e2c26be6f99b76ee3cbfc4ed30e | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 31 17:14:00 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 31 17:14:00 2020 +0000 |
tree | 79c670e83d45db5b08bbe77f13a10fd3cbf720b1 | |
parent | 05e04c0956313783f288e9908a63bfb6118688e2 [diff] | |
parent | 60c3f9d16210fab673ddaca1da0c18d58f197f3a [diff] |
Merge "Pass signing_args to apexer to repack apex" am: 0a6022e781 am: 286af6d8cf am: 60c3f9d162 Change-Id: I2ffebc16e80885cf2edc219075b33ecc36ebef24
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.