Fix package path of android/soong/android pctx am: cc0ce80ed5
am: a1c57b4664

Change-Id: I4628264921585214c04fd62830eb6fca869eb876
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",