commit | 09970c7ee86194e7a90f6700729586db82201df1 | [log] [tgz] |
---|---|---|
author | Matt Casey <mrcasey@google.com> | Tue Aug 02 01:17:22 2022 +0000 |
committer | Matt Casey <mrcasey@google.com> | Tue Aug 02 15:51:59 2022 +0000 |
tree | 26dddc8d5549e41b81cf6b64d110fe27d9142813 | |
parent | 0d2ebdd4e8e2f5b9aa23d7060f10eaee4ef46098 [diff] |
Revert "Remove IntentResolver from build" This reverts commit 42d97799f33ec94f631d97d2b2f140db96b016aa. Reason for revert: Resuming unbundled sharesheet development Bug: 241104067 Change-Id: I4f62185350d71621291f71d70fa63793d31a4706
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.