From 4a8744eda0425889fca931505e373d1dd599160f Mon Sep 17 00:00:00 2001 From: zclkkk <2484392714@qq.com> Date: Fri, 10 Sep 2021 10:43:46 +0000 Subject: zlib-ng: Remove flag `-fno-semantic-interposition` * runs well on my Arch laptop but fails on our infra :( For now simply apply this workaround from @ zclkkk. Change-Id: Ia164112b8f262f6e3f1bf3714fb4f639069a29ce --- Android.bp | 1 - 1 file changed, 1 deletion(-) 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", ] -- cgit v1.2.3