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:
@@ -392,6 +392,7 @@ PRODUCT_PACKAGES_DEBUG := \
|
||||
iperf3 \
|
||||
iw \
|
||||
layertracegenerator \
|
||||
libclang_rt.ubsan_standalone \
|
||||
logpersist.start \
|
||||
logtagd.rc \
|
||||
procrank \
|
||||
|
Reference in New Issue
Block a user