commit | 8ef100aee95b33b530effe4f8783c87d9eb912d0 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Tue Jun 07 21:07:11 2022 -0700 |
committer | Bob Badour <bbadour@google.com> | Wed Jun 08 18:28:04 2022 -0700 |
tree | a9d8adc0837f25fe42ec90b9f9c468f6a3449328 | |
parent | 5c6b4e029b2db2847431a43000e800baf1ad8005 [diff] |
Fix license package name and provide license text. 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 Change-Id: Ic450732083773668bf9d9d0e1fffa1852f88ab45
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.