Merge "Revert "Fix absolute paths in clang debug output"" am: 19e62e5ebf

am: 6efd825af7

Change-Id: I3c7bd0f5f22289b926ea4d1c841c4f1c79e71cd0
This commit is contained in:
Dan Willemsen
2018-03-09 21:16:04 +00:00
committed by android-build-merger

View File

@@ -116,10 +116,6 @@ func init() {
// http://b/68236239 Allow 0/NULL instead of using nullptr everywhere.
"-Wno-zero-as-null-pointer-constant",
// http://b/36463318 Clang executes with an absolute path, so clang-provided
// headers are now absolute.
"-fdebug-prefix-map=$$PWD/=",
}, " "))
pctx.StaticVariable("ClangExtraCppflags", strings.Join([]string{