Loading system/vendor_libs/test_vendor_lib/Android.bp +10 −0 Original line number Diff line number Diff line Loading @@ -171,6 +171,16 @@ cc_binary_host { address: true, all_undefined: true, }, target: { // TODO(b/181290178) remove it when sanitize option is supported by linux_bionic as well linux_bionic: { sanitize: { address: false, cfi: false, all_undefined: false, }, }, }, } genrule { Loading Loading
system/vendor_libs/test_vendor_lib/Android.bp +10 −0 Original line number Diff line number Diff line Loading @@ -171,6 +171,16 @@ cc_binary_host { address: true, all_undefined: true, }, target: { // TODO(b/181290178) remove it when sanitize option is supported by linux_bionic as well linux_bionic: { sanitize: { address: false, cfi: false, all_undefined: false, }, }, }, } genrule { Loading