Use exported gtest include directories am: 737cb65
am: 5fb8a48
* commit '5fb8a48a1a466cc617e949d85234990ea2f0bcc8':
Use exported gtest include directories
Change-Id: Ie4589ada42f4d260c523e833fafe906f673b24a7
This commit is contained in:
4
cc/cc.go
4
cc/cc.go
@@ -1997,10 +1997,6 @@ func (test *testLinker) flags(ctx ModuleContext, flags Flags) Flags {
|
||||
flags.CFlags = append(flags.CFlags, "-DGTEST_OS_LINUX_ANDROID")
|
||||
}
|
||||
|
||||
// TODO(danalbert): Make gtest export its dependencies.
|
||||
flags.CFlags = append(flags.CFlags,
|
||||
"-I"+common.PathForSource(ctx, "external/gtest/include").String())
|
||||
|
||||
return flags
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user