commit | 6a8fff595ba4cbb87b7e124fd630f548c5c4e2cb | [log] [tgz] |
---|---|---|
author | Qing Shen <qingshen@google.com> | Fri Aug 23 04:09:18 2024 +0000 |
committer | Qing Shen <qingshen@google.com> | Fri Aug 23 20:53:15 2024 +0000 |
tree | 47809ba8563d1049247b7aefa89d9a8cd57939b4 | |
parent | 939326d3be866e8a8fbd9b654294b4ee539e8d48 [diff] |
Revert "Revert "Add a coverage suffix to avoid Ninja file regene..." Revert submission 3235973-revert-3207217-emma-flip-time-saver-BYWASVIMTD Reason for revert: Rolling forward with a fix. Also add coverage suffix for module-info.mk. https://android-build.corp.google.com/builds/abtd/run/L52600030005977043 shows the failure: FAILED: ninja: 'out/soong/module-info-sdv_ivi_cf.json', needed by 'out/target/product/sdv_ivi_cf/module-info.json', missing and no known rule to make it Reverted changes: /q/submissionid:3235973-revert-3207217-emma-flip-time-saver-BYWASVIMTD Change-Id: I0088fa18bf4d24a1c1d55389bd4a4b952ca2002b TESTED: https://android-build.corp.google.com/builds/abtd/run/L00600030005992749 Bug: 331444846
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.