commit | b51bc1c77efbbd33f22d301c18959e39a0a505a8 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Jul 13 01:29:47 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jul 13 01:29:47 2023 +0000 |
tree | 976e68ede9abeaf970e5f97de0958bbfaa51ee23 | |
parent | 3505f2b3a4b01ba72e0fcad11c878165d6365699 [diff] | |
parent | 2ecded04a604c9d36a32e2900e55009f9db88cef [diff] |
Merge changes I16be0dcb,I4656d43d,I52b831df into main * changes: Do not install required modules from order-only deps Install vintf_fragments/init_rc along with targets Install vintf_fragments even when they are shared
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.