commit | 8414a9e9c04dc26b0a253774d30b452fdd61cf55 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Mar 04 23:30:36 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 04 23:30:36 2022 +0000 |
tree | aee222a58041d36732679930a44f08f0e1182940 | |
parent | dc426cf23b16aa76c30d0071bc65ecd15532e801 [diff] | |
parent | a2d6ed53f01f1d026d659e274934fa3cf03f128b [diff] |
Merge "Allow vendor_otatools arg to be file or folder" am: a2d6ed53f0 Original change: https://android-review.googlesource.com/c/platform/build/+/2007451 Change-Id: Ie7d1ac14913ad484f6c172605da60b9394fd479a
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.