Merge "Revert^2: "Remove implict jni.h include path"" am: 8b1531e7df
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1326314 Change-Id: I45068a8fb9985d23da62da90b7d4304d71448664
This commit is contained in:
@@ -300,8 +300,7 @@ func (compiler *baseCompiler) compilerFlags(ctx ModuleContext, flags Flags, deps
|
|||||||
if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() {
|
if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() {
|
||||||
flags.SystemIncludeFlags = append(flags.SystemIncludeFlags,
|
flags.SystemIncludeFlags = append(flags.SystemIncludeFlags,
|
||||||
"${config.CommonGlobalIncludes}",
|
"${config.CommonGlobalIncludes}",
|
||||||
tc.IncludeFlags(),
|
tc.IncludeFlags())
|
||||||
"${config.CommonNativehelperInclude}")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ctx.useSdk() {
|
if ctx.useSdk() {
|
||||||
|
Reference in New Issue
Block a user