commit | 04e9258e10ea36c90e75786bb62e105a79497284 | [log] [tgz] |
---|---|---|
author | Patrice Arruda <patricearruda@google.com> | Wed Oct 14 20:01:06 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Oct 14 20:01:06 2020 +0000 |
tree | bbdf8ff6df9b85728deeb5c11060d9b9ae26a10a | |
parent | 39b05f8c783c12cf4917dc4627c6547973335af5 [diff] | |
parent | 76ffe4f5ba0c711b118b9df010ffde328866367d [diff] |
Merge "Source vendorsetup.sh scripts anywhere within the repo." am: e98d29b4ad am: 9b15ad35cf am: 76ffe4f5ba Original change: https://android-review.googlesource.com/c/platform/build/+/1455806 Change-Id: Ifdf45e981d746cadebc513602a52c6064ae855bc
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.