commit | 7eb5fbc1ff589d6ebafbde674fd949cf820cf299 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Oct 27 17:30:56 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 27 17:30:56 2020 +0000 |
tree | 8d6f0266a7d5c7ceac1db99015a2c3cb9e37100a | |
parent | 0a4ea06a5cffe63649f3b3b2feaf728f7d6dc6e1 [diff] | |
parent | 0135e981fa957abdd0f72f5d33f700876c053890 [diff] |
Merge "Let genrule have the entrance depend on signapk" am: 76e225f9ad am: 7479ab83a7 am: 0135e981fa Original change: https://android-review.googlesource.com/c/platform/build/+/1476658 Change-Id: I4c2facdb2abc78b32f943689df3f0db802b3453d
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.