mirror of
https://github.com/ittiam-systems/libhevc.git
synced 2026-04-02 20:30:49 +07:00
libhevc: ignore BTI for now.
The assembler in this project needs updating, but we want to enable the bti-report=error flag globally. Change-Id: Id7d8e3c52c74f007c73729bac35b76c23cd02956
This commit is contained in:
parent
a960c019e0
commit
b9c1bf8bbf
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ cc_library_headers {
|
|||
|
||||
cc_library_static {
|
||||
name: "libhevcdec",
|
||||
defaults: ["no_bti"],
|
||||
vendor_available: true,
|
||||
host_supported: true,
|
||||
|
||||
|
|
@ -441,6 +442,7 @@ cc_test {
|
|||
|
||||
cc_library_static {
|
||||
name: "libhevcenc",
|
||||
defaults: ["no_bti"],
|
||||
vendor_available: true,
|
||||
host_supported: true,
|
||||
cflags: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue