aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorHarish Mahendrakar <harish.mahendrakar@ittiam.com>2019-09-09 10:27:12 -0700
committerHarish Mahendrakar <harish.mahendrakar@ittiam.com>2019-09-09 10:27:53 -0700
commit96bcc2c3e07d27b982df2e7f06965a5122e2f876 (patch)
tree9b05a452c4f667696ffd71664c7cb9b13f34edff /Android.bp
parentd28f2210ee8e65afdfb07a1fd6582285d3d178e0 (diff)
downloadlibhevc-96bcc2c3e07d27b982df2e7f06965a5122e2f876.tar.gz
Disable macOS build
There is no memalign on Darwin. So disable the build for macOS till memalign is replaced with an alternative. Test: Review Bug: 140696633 Change-Id: Icf36be19a8b6bd22cf2827e95d262020df5bdba0
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7a7f327..529ac55 100644
--- a/Android.bp
+++ b/Android.bp
@@ -412,6 +412,11 @@ cc_test {
],
srcs: ["test/decoder/main.c"],
static_libs: ["libhevcdec"],
+ target: {
+ darwin: {
+ enabled: false,
+ },
+ },
}
cc_library_static {