Merge "Fix panic when missing hiddenapi jar" am: f5df780fc2
am: f5a8e0e88d
Change-Id: Id434ff90e8e23a84d751ce1dfb5ec674b3434333
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",