commit | 34fe77a493e01f8c13b27a3aa2891fb51d418092 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Nov 02 09:55:26 2023 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Nov 02 10:10:36 2023 -0700 |
tree | 5cb185924bb328d98cb73cd9574ac252cc7a64e6 | |
parent | aed37d79f2cf7870112bad87729e1b1aef13478b [diff] |
Removed unused license code Nothing ever reads ALL_DEPS.*.LICENSE, and its an ever-growing list that is sorted every time, which is extremely expensive. notice_target is never set after I4cddf9a381a1258bdc2b1b42be72c447df10d234, remove all the related code. Test: no change to out/build-aosp_cf_x86_64_phone.ninja Change-Id: I0fa6a46e62ef8aa78873b43d3064b57b1c54de51
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.