commit | 3a2809ab8c7b65c8a2428f64b325fbe4f8c0b5e1 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Thu Oct 10 22:36:46 2024 +0000 |
committer | Android Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Thu Oct 10 22:36:46 2024 +0000 |
tree | 708b98f4579dc65fe745a9aca4386889edc93acc | |
parent | c10db178dcbf30b6cd788e2f8e75648d8b3e22a6 [diff] |
Add missing modules to the internal system image DeviceDiagnostics is defined in handheld_system.mk Bug: 365670526 Test: lunch aosp_cf_x86_64_phone_soong_system-trunk_staging-userdebug && m Ignore-AOSP-First: The module is internal-only. Flag: NONE This does not change the existing behavior. (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:8add49972f2ceef4e01c8cc802f88e3c6bc2f42e) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:364469d1b22fe9e1c3d168bab2996bfe4802e8c2) Merged-In: I7beb3ad6be7f5aa5d55c72de4e809cfbbf32f61b Change-Id: I7beb3ad6be7f5aa5d55c72de4e809cfbbf32f61b
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.