mirror of
https://github.com/ittiam-systems/libavc.git
synced 2026-04-02 20:30:48 +07:00
Also ignore missing BTI for the examples, fuzzers, and tests.
Some checks are pending
CMake / build (push) Waiting to run
Some checks are pending
CMake / build (push) Waiting to run
Change-Id: Ic4e60685efde008d04e0c070d35bc207564c9fcb
This commit is contained in:
parent
dd26705c3e
commit
81d765231f
3 changed files with 12 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ package {
|
|||
|
||||
cc_defaults {
|
||||
name: "avcdec_defaults",
|
||||
defaults: [
|
||||
"no_bti",
|
||||
],
|
||||
gtest: false,
|
||||
host_supported: true,
|
||||
cflags: [
|
||||
|
|
@ -29,6 +32,9 @@ cc_defaults {
|
|||
|
||||
cc_defaults {
|
||||
name: "avcenc_defaults",
|
||||
defaults: [
|
||||
"no_bti",
|
||||
],
|
||||
gtest: false,
|
||||
host_supported: true,
|
||||
cflags: [
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@ package {
|
|||
|
||||
cc_defaults {
|
||||
name: "libavc_fuzzer_defaults",
|
||||
defaults: [
|
||||
"no_bti",
|
||||
],
|
||||
host_supported: true,
|
||||
static_libs: ["liblog"],
|
||||
target: {
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@ package {
|
|||
|
||||
cc_test {
|
||||
name: "AvcEncTest",
|
||||
defaults: [
|
||||
"no_bti",
|
||||
],
|
||||
gtest: true,
|
||||
test_suites: ["device-tests"],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue