Merge "Fix sdk_version: "system_current" when Platform_sdk_final=true" am: b007b2bde5
am: 8c3f398c6c
Change-Id: Ic3265e231d497b973d2747b59c567f089135321c
diff --git a/cc/config/clang.go b/cc/config/clang.go
index 94a8257..08a53c8 100644
--- a/cc/config/clang.go
+++ b/cc/config/clang.go
@@ -97,10 +97,6 @@
pctx.StaticVariable("ClangExtraCflags", strings.Join([]string{
"-D__compiler_offsetof=__builtin_offsetof",
- // Emit address-significance table which allows linker to perform safe ICF. Clang does
- // not emit the table by default on Android since NDK still uses GNU binutils.
- "-faddrsig",
-
// Make implicit fallthrough an error in the future.
"-Wimplicit-fallthrough",
"-Wno-error=implicit-fallthrough",