aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-03-18 16:18:19 -0700
committerElliott Hughes <enh@google.com>2020-03-19 13:35:54 -0700
commit1c6b54b0c83804da108a8076034df117ff853e71 (patch)
tree194354b0c9218d12d3d7292891ff95e0fbaed1fe /Android.bp
parent579f4d362b11772e33e29e19eef9b5bda322ec34 (diff)
downloadlibhevc-1c6b54b0c83804da108a8076034df117ff853e71.tar.gz
Make it clear that the cc_tests aren't actually tests.
They should perhaps be cc_binary instead, though cc_test makes it clear we don't want to actually ship them on the device. So just mark them as not being gtests. Test: treehugger Change-Id: Iad72813748b937a5f6f96673954ed0381c3f37d5
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a274618..72375ff 100644
--- a/Android.bp
+++ b/Android.bp
@@ -386,6 +386,7 @@ cc_test {
"-Wall",
"-Werror",
],
+ gtest: false,
srcs: ["test/decoder/main.c"],
static_libs: ["libhevcdec"],
target: {
@@ -759,6 +760,7 @@ cc_test {
"-Wall",
"-Werror",
],
+ gtest: false,
srcs: ["test/encoder/main.c"],
static_libs: ["libhevcenc"],
sanitize: {