aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kiss <daniel.kiss@arm.com>2020-12-10 02:01:43 +0100
committerDaniel Kiss <daniel.kiss@arm.com>2020-12-10 02:04:00 +0100
commitf2a68f7753a42e59f048fc6d839c4a1e767f2f0e (patch)
treeeb188699c54a01da2a84d80da1bd777c62758c06
parente0dd2789fe169083ab0eec06d8e4ab36af8aea60 (diff)
downloadlibpng-f2a68f7753a42e59f048fc6d839c4a1e767f2f0e.tar.gz
arm64: armv7 assembly file is not needed.
Test: build Change-Id: I496dfe54a374d7c2a94436ec7f8dd542e71abd89
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5e3158c2d..58e145b8c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,6 +22,9 @@ cc_defaults {
arm64: {
srcs: ["arm/*",],
cflags: ["-O3"],
+ exclude_srcs: [
+ "arm/filter_neon.S"
+ ],
},
x86: {
srcs: ["intel/*"],