commit | 37aa7e48c25b0b3a55df2f3cb1e058568d911b8b | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Tue Feb 01 13:01:28 2022 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Feb 01 15:06:19 2022 +0100 |
tree | 190c0cb3bdd0d2f091f8c0999feeabae8a6195ca | |
parent | afe22b9a74172a021cf97b2ba9e531087896c32c [diff] |
Rename BUILT_PVMFWIMAGE_TARGET to PREBUILT_... Avoid the name as it is currently confusing given that we're not actually building the image. Bug: 216975821 Test: - Change-Id: Ifac7047e72f590d6acb3997efa20f5f348e39491
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.