diff --git a/Android.bp b/Android.bp index c7a06d1..521828d 100644 --- a/Android.bp +++ b/Android.bp @@ -17,6 +17,7 @@ license { cc_library_static { name: "libmpeg2dec", + defaults: ["no_bti"], vendor_available: true, host_supported: true, shared_libs: [ diff --git a/fuzzer/Android.bp b/fuzzer/Android.bp index d2e8795..6dc1e7e 100644 --- a/fuzzer/Android.bp +++ b/fuzzer/Android.bp @@ -9,6 +9,10 @@ package { cc_fuzz { name: "mpeg2_dec_fuzzer", + //TODO: b/485868924 + defaults: [ + "no_bti", + ], host_supported: true, srcs: [ "mpeg2_dec_fuzzer.cpp",