am: bb344ca
* commit 'bb344ca07fe2000f3e19be0a333b10240431f9cb':
Use exported gtest include directories
Change-Id: Iaae172ea1d6ef0c1dc405d56d00eaaeeb8f3fa85
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")
|
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
|
return flags
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user