commit | 95b546475f29747f11cb8448131bdeeb4a2c39fe | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Fri Mar 17 22:19:08 2023 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Fri Mar 17 22:26:54 2023 +0000 |
tree | 5475b2d740f2052682e658346abe476c1cb6bd7f | |
parent | 781e7210e2fefc612f52e89e7ade6100caf242a6 [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. Change-Id: Id0c0e482e2928d57a1bb6ee4f3bcd143ca15122c
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.