commit | e7d26816bbdbd9322fafd26f8c0f679c42dcb751 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Dec 04 03:45:35 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Dec 04 03:45:35 2021 +0000 |
tree | 41fc6d0a71f99b3ac2281d7781e4f89be4537dfe | |
parent | 8b078073c0a7bd9dfb291bc7f4505c4a7365ebc7 [diff] | |
parent | 45deca7ff73afad8003ab85205718f6c2ba647ce [diff] |
Merge "compliance package policy and resolves" am: 45deca7ff7 Original change: https://android-review.googlesource.com/c/platform/build/+/1870078 Change-Id: Ied21f22a1230f7865aad360c9bf77aadccd9fffa
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.