summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorzclkkk <2484392714@qq.com>2021-09-10 10:43:46 +0000
committeralk3pInjection <webmaster@raspii.tech>2021-10-15 07:21:41 +0200
commit4a8744eda0425889fca931505e373d1dd599160f (patch)
tree066133646a8003209859b66bdcc16b3deb2f6bcc /Android.bp
parent4510294d34e742d592c876291b546f598b1a31ba (diff)
zlib-ng: Remove flag `-fno-semantic-interposition`lineage-18.1
* runs well on my Arch laptop but fails on our infra :( For now simply apply this workaround from @ zclkkk. Change-Id: Ia164112b8f262f6e3f1bf3714fb4f639069a29ce
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 3dcb4bc..14edf27 100644
--- a/Android.bp
+++ b/Android.bp
@@ -96,7 +96,6 @@ cflags_common = [
"-Wno-implicit-fallthrough",
"-O3",
"-DNDEBUG",
- "-fno-semantic-interposition",
"-std=c99",
"-DUNALIGNED_OK",
]