| commit | 023fa5dc1742e6a6a5b411bdc2860d2378c61e13 | [log] [tgz] |
|---|---|---|
| author | Mårten Kongstad <amhk@google.com> | Fri Apr 12 13:59:31 2024 +0200 |
| committer | Mårten Kongstad <amhk@google.com> | Fri Apr 12 14:31:12 2024 +0200 |
| tree | cb766f63a0ae28ce680079b8ef450d942ebb8e54 | |
| parent | e1df175531676b7c72381be21b7b1ccd6d4fc978 [diff] |
finalization: do not generate the ADB keys The ADB keys have already been generated for Android 15. Remove that step from the scripts. Bug: 323940469 Test: TH Ignore-AOSP-first: VIC finalization happens outside AOSP Change-Id: I83184740bfc1db3104e320b76638253a5892507c
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.