commit | 920c1a064e5c9192ae5eeeeb8243dcab1605ab62 | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Mon Dec 02 11:13:33 2024 +0900 |
committer | Kiyoung Kim <kiyoungkim@google.com> | Mon Dec 02 02:29:04 2024 +0000 |
tree | 654fd13b7612fd261469823c4e10071d99276bb5 | |
parent | 3475af96e614f040876d763bbca37b21a7fbf504 [diff] |
Add HWASAN libraries in case of ARM64 Based on the implementaion in base_system.mk, add more dependencies with HWASAN libraries in case of ARM64 arch. Bug: 381019466 Test: aosp_shared_system_image on aosp_arm64 contains HWASAN libraries Change-Id: I038930540c6c4380d9f445b1188bb076aea44946
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.