commit | 28078172fe4ea52e5cf46239bb4fec8561ce5346 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Mon Sep 12 19:09:52 2022 -0700 |
committer | Bob Badour <bbadour@google.com> | Tue Sep 13 17:20:20 2022 +0000 |
tree | 56a7cbd4c911485c2db529510b80c4b9fa624949 | |
parent | 57b1cc45892dfc2dc2625f2a4e035c689a45ef2c [diff] |
Put host license metadata in OUT_DIR. Test: m droid dist Test: build/soong/soong_ui.bash --make-mode TARGET_PRODUCT=sdk TARGET_BUILD_VARIANT=userdebug sdk dist sdk_repo Change-Id: I9f5d9c1b70eb8469031d49818c32770dcf34fad2 Merged-in: I9f5d9c1b70eb8469031d49818c32770dcf34fad2
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.