commit | a3933f760ec31a73db8fe161250cb3c622e8dccb | [log] [tgz] |
---|---|---|
author | Ramy Medhat <abdelaal@google.com> | Wed Sep 02 10:56:06 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 02 10:56:06 2020 +0000 |
tree | cc0e2830d45d212c590d53f5b15773ab4c9f7fce | |
parent | fc82cb6c31e02f0ec2faca718b4e75921b4d51ab [diff] | |
parent | 0ba998c3763ff932dd5f8b4dc1c272458ac08713 [diff] |
[DO NOT MERGE] Modify D8 template to not have inputs under the output directory. am: 0ba998c376 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/12468476 Change-Id: I7f218170ca51b9d7e40394cb5a91e31ea0ab26d9
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.