commit | f9d23a9f51e5f879e6f0755ed28783b459e0ea5f | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Sun Dec 18 14:19:47 2022 -0800 |
committer | Bob Badour <bbadour@google.com> | Wed Jan 04 00:02:02 2023 +0000 |
tree | a06010eae09b1f4f3ae196e1d51a90e1cbccc3ca | |
parent | 3fe369c271888fef9b2d21a145b241aa36314bfd [diff] |
Fix concurrency bug in bottom-up resolution walk. Concurrency is hard, and now that we no longer track origin it doesn't improve performance in any meaningful way. Bug: 261787132 Test: m droid dist compliance_dumpgraph compliance_dumpresolutions \ compliance_sbom compliance_listshare compliance_rtrace \ compliance_checkshare xmlnotice textnotice htmlnotice \ compliancenotice_shippedlibs compliancenotice_bom Test: m compliance_checkshare cts && \ out/host/linux-x86/bin/compliance_checkshare out/host/linux-x86/gen/META/lic_intermediates/out/host/linux-x86/cts/android-cts.zip.meta_lic Test: similar command as above for gts on internal Test: m compliance_checksare droid dist && \ out/host/linux-x86/bin/compliance_checkshare out/target/product/sunfish/gen/META/lic_intermediates/out/target/product/sunfish/obj/PACKAGING/systemimage_intermediates/system.img.meta_lic Change-Id: I57a75927bf879c3ce6603049d8d583211dc0ce29
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.