commit | 73bc3c0e735704535b6cd0c0aa4df09440990190 | [log] [tgz] |
---|---|---|
author | Xuanang Zhao <xuanangz@google.com> | Thu May 02 21:58:16 2024 +0000 |
committer | Android Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Thu May 02 21:58:16 2024 +0000 |
tree | 6bf66896b39cc9f5c747ce523e7e67446f5b8b6f | |
parent | a7df315755f634a6746a053cf1947f9d9c78ce4b [diff] |
Add new trendy team module for Pearl team Bug: 332479829 Ignore-AOSP-First: internal config (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e072257bdaf20c5d0a09f5908123d2d283dedfd3) Merged-In: Ia1ebbf5c6b010b381aa70ba0edd7b00fd05c0e59 Change-Id: Ia1ebbf5c6b010b381aa70ba0edd7b00fd05c0e59
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.