commit | 2161dc2706cc373b16ba5fb392008f1a59800405 | [log] [tgz] |
---|---|---|
author | Nick Chalko <nchalko@google.com> | Thu Dec 12 16:00:50 2024 -0800 |
committer | Android Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Thu Dec 12 16:00:50 2024 -0800 |
tree | fc0888bd6c9e252cd925c7cccaedbad89311a8a2 | |
parent | ed045d3050d09d5eb4d186ded3e868e61f5018a6 [diff] |
Refactor backported_fixes rules to share with cts The sharable rules include proto libary and file Combining BackportedFix files Converting BockportedFix text protos to binary protos Test: atest backported_fixes_main_lib_test backported_fixes_common_test Bug: 375460641 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:13a26b80a4250ff54bc6364ea01e1b9ede8558f5) Merged-In: Ie75ede120d5555119ad265e4def728af9535bb1f Change-Id: Ie75ede120d5555119ad265e4def728af9535bb1f
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.