commit | 24c36dbeecf4398c4da8901a047f9708676f3d9b | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Sat Jan 23 02:39:37 2021 +0000 |
committer | Cole Faust <colefaust@google.com> | Tue Jan 26 01:50:18 2021 +0000 |
tree | 6cc3869685889710b0cf5ac03148cd689f069433 | |
parent | caf8f60ae41dfe02a91b722f26dc8fe2af93c39b [diff] |
Add outmod and installmod commands These are analogs to pathmod/gomod that find/install the module's apk instead of cd'ing to its source directory. Bug: None Change-Id: Iad750e154397f7cfcdd620f1ed6478b05c1225bb Test: Manually, with bash and zsh
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.