libavc: ignore BTI for now.

The assembler in this project needs updating, but we want to enable the
bti-report=error flag globally.

Change-Id: Ia67dd7bfc9adce5a434f45a783ffbc109dfb4dd4
This commit is contained in:
Elliott Hughes 2026-02-18 21:12:33 +00:00 committed by Harish Mahendrakar
parent 74704cccf3
commit dd26705c3e

View file

@ -288,7 +288,10 @@ cc_library_static {
cc_library_static {
name: "libavcdec",
defaults: ["libavc_dec_defaults"],
defaults: [
"libavc_dec_defaults",
"no_bti",
],
export_include_dirs: [
"common",