commit | 6506d653a7d49884eb2b450966a8c013d8b9a689 | [log] [tgz] |
---|---|---|
author | Christian Wailes <chriswailes@google.com> | Wed Apr 28 20:23:52 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 28 20:23:52 2021 +0000 |
tree | 2605cb1c5d8fdbfa23bdfc1aba62de886ffeaa70 | |
parent | 8aa7710d010c0e7bc2347840b2ed929b6f28c435 [diff] | |
parent | 6734bccc4732ece3cd1ecaeb8452c9b98e4944b9 [diff] |
Merge "Update init.rc prebuilt handling" am: a6d2d8c79a am: ce4ec04629 am: 6734bccc47 Original change: https://android-review.googlesource.com/c/platform/build/+/1678345 Change-Id: I5b515b60b2392e35758c3849fd3b2083b97b2720
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.