commit | 6fcd2b432564ee425a45140ac1da8ed0e407ad0c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Sep 15 02:29:49 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 15 02:29:49 2022 +0000 |
tree | dcfede175837692d149bb747e8de3bc1dc57904a | |
parent | a21737a58ff72844aa8d42c81f4028e8b5829b55 [diff] | |
parent | e98964339e1a2f9f93e4f1fe03e69abee25fefbf [diff] |
Merge "Fix incorrect input for path and entry" am: e98964339e Original change: https://android-review.googlesource.com/c/platform/build/+/2215166 Change-Id: I6297abfe1e46c071a6e54660bc43a6a91c5d66d4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.