aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2018-07-17 09:11:35 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-07-17 09:11:35 -0700
commit37f2b87318a993982088d6db3722b4bdaed84240 (patch)
treeef7e1dc9af429c9d97576d25e4300d5f28445575 /Android.bp
parenta88eeddc7ceebd3e99f2daa6a19ca6ef9cbb9a9a (diff)
parent662b247f656379ca3ed253ddaa96b234c1c49841 (diff)
downloadlibhevc-37f2b87318a993982088d6db3722b4bdaed84240.tar.gz
Build hevcdec with Soong instead of Make.temp_p_merge
am: 662b247f65 Change-Id: I2aee7a803da2214f8c8cdcf3e589d0e8bf0c471c
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d74fb76..13bb2a1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -397,3 +397,17 @@ cc_library_static {
blacklist: "cfi_blacklist.txt",
},
}
+
+cc_test {
+ name: "hevcdec",
+ cflags: [
+ "-DPROFILE_ENABLE",
+ "-DARM",
+ "-fPIC",
+ "-DMD5_DISABLE",
+ "-Wall",
+ "-Werror",
+ ],
+ srcs: ["test/decoder/main.c"],
+ static_libs: ["libhevcdec"],
+}