commit | d227fac95b7a8bbaf7a6f02ac8096820e5b871c5 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Tue Jun 14 18:18:45 2022 +0000 |
committer | Bob Badour <bbadour@google.com> | Tue Jun 14 11:33:54 2022 -0700 |
tree | c1c4f0837afdf01de9774a99dd14e94220210697 | |
parent | 6ebfaa453b576a0a803500d93638bff0c707b6ec [diff] |
Revert "Revert "Revert "Revert "Create lists of projects to share per dist target"""" This reverts commit 398bd879502c88856cae6daca5b9160bd0bdfae0. Reason for revert: Rolling forward again without 'all' target. Bug: 151177513 Bug: 210912771 Bug: 235333302 Bug: 232138105 Test: build/soong/soong_ui.bash --make-mode TARGET_PRODUCT=aosp_coral_hwasan TARGET_BUILD_VARIANT=userdebug droid dist with-license platform_tests continuous_instrumentation_tests continuous_native_tests Test: tapas google-tradefed-all && m dist Change-Id: I1e5f5639ebf1fa61060124a5183f6f0a2ece04b5
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.