| commit | e4e5103a590704e4688109fc9cf9631cd129f807 | [log] [tgz] |
|---|---|---|
| author | Pechetty Sravani (xWF) <pechetty@google.com> | Mon Jun 02 20:00:42 2025 -0700 |
| committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Jun 02 20:00:54 2025 -0700 |
| tree | 28438b8c082c91b8894a221370f08601cff058f4 | |
| parent | ed9f86630f25668733f96bba56260f35d7171230 [diff] |
Revert "Build apkcerts.txt with soong" Revert submission 33834291-soong_built_apkcerts Reason for revert: <Droidmonitor created revert due to b/422004566.Will be verified through ABTD for standard investigation.> Reverted changes: /q/submissionid:33834291-soong_built_apkcerts Bug: 422004566 Change-Id: Iadd718d0a246fee5a4126cd65740b634b25895c6
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.