commit | 2ebae3e9365a5ff55608387917d260aa5a9a31d7 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jun 05 13:26:32 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jun 05 13:26:32 2020 +0000 |
tree | b83dee47b4f5be006e1406171ad956f9c277c8d5 | |
parent | 3ef493ff91c343881191b1fd813f57f92f3d85eb [diff] | |
parent | e68926d4d3b8f954d8727350872c6c0018208fa5 [diff] |
Merge "Remove implict jni.h include path"
diff --git a/cc/compiler.go b/cc/compiler.go index 681b1ab..e7495da 100644 --- a/cc/compiler.go +++ b/cc/compiler.go
@@ -300,8 +300,7 @@ if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() { flags.SystemIncludeFlags = append(flags.SystemIncludeFlags, "${config.CommonGlobalIncludes}", - tc.IncludeFlags(), - "${config.CommonNativehelperInclude}") + tc.IncludeFlags()) } if ctx.useSdk() {