commit | 6f29441e37efd98b353c08ffa7f0c9e41ac98617 | [log] [tgz] |
---|---|---|
author | Yingzhe Li <yingzheli@google.com> | Fri May 31 23:09:13 2024 +0000 |
committer | Yingzhe Li <yingzheli@google.com> | Fri May 31 23:56:05 2024 +0000 |
tree | 61160ce358bcff92652bf737cca1b9e6ab7e51e6 | |
parent | 26bb2346de82aa566537131ae25ef16482bb833e [diff] |
Enable <uses-library> check for WTS <uses-library> checks are disabled on test suites by default. There were changes merged in WTS that broke regular device build due to the lack of this check in WTS. This change adds such check to WTS. Bug: 341311669 Test: m wts; verifies <uses-library> check is executed Change-Id: Iafb10c15cf3569c500c46354f81325f0d834e0aa
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.