mirror of
https://github.com/ittiam-systems/libavc.git
synced 2026-04-02 20:30:48 +07:00
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:
parent
74704cccf3
commit
dd26705c3e
1 changed files with 4 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue