commit | f9d1c1b714e704c5686b93a3d9bd47218d0b870a | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Fri Feb 24 11:14:36 2023 -0800 |
committer | Florian Mayer <fmayer@google.com> | Mon Feb 27 10:41:53 2023 -0800 |
tree | 8f61527519b81d7cacd3d345674e080ce7de2cf0 | |
parent | ee254eca0f933468a76477a53a020909febd71b7 [diff] |
Add libclang_rt.ubsan_standalone to all debug builds This is needed to run tests that use `sanitize: { undefined: true }`. (this is a cherry-pick of fc6f2a43af1b8954d2780a14a88891fa0dd890c8) Test: run test that needs ubsan on cf_x86_64_phone without this change: fails to link with this change: works Bug: 255414852 Merged-In: Id5d3be9bafcc4dbaaf59ca55728ffc40b5cc4af5 Change-Id: Id5d3be9bafcc4dbaaf59ca55728ffc40b5cc4af5
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.