Add libclang_rt.ubsan_standalone to all debug builds

This is needed to run tests that use `sanitize: { undefined: true }`.

Test: run test that needs ubsan on cf_x86_64_phone
      without this change: fails to link
      with this change: works
Bug: 255414852
Change-Id: Id5d3be9bafcc4dbaaf59ca55728ffc40b5cc4af5
This commit is contained in:
Florian Mayer 2023-02-24 11:14:36 -08:00
parent d2dcc47288
commit fc6f2a43af

View file

@ -392,6 +392,7 @@ PRODUCT_PACKAGES_DEBUG := \
iperf3 \
iw \
layertracegenerator \
libclang_rt.ubsan_standalone \
logpersist.start \
logtagd.rc \
procrank \