commit | a537224b3a925b5308a276a7efe3aaa810ba547d | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Fri Mar 17 22:19:08 2023 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Mon Mar 20 16:21:23 2023 +0000 |
tree | 9df7a4eab1d499559dbe776a8783f8d8077badfd | |
parent | ee254eca0f933468a76477a53a020909febd71b7 [diff] |
Add rkpd to the list of individually toggleable modules This is needed because the rkpd module is optional at runtime and so needs to be optional at build time. Ignore-AOSP-First: rkpd only exists internally Bug: 259958590 Test: # Add prebuilts for the rkpd module. m MODULE_BUILD_FROM_SOURCE=true droid m MODULE_BUILD_FROM_SOURCE=false droid # Make sure that they build from sources and prebuilts respectively. Merged-In: Id0c0e482e2928d57a1bb6ee4f3bcd143ca15122c Change-Id: Id0c0e482e2928d57a1bb6ee4f3bcd143ca15122c (cherry picked from commit 95b546475f29747f11cb8448131bdeeb4a2c39fe)
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.