Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a06b9185 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove implict jni.h include path" am: 2ebae3e9

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1316577

Change-Id: I2f224cf67f0ea8f12f82281d5185f8baa684172d
parents 6704d57d 2ebae3e9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -300,8 +300,7 @@ func (compiler *baseCompiler) compilerFlags(ctx ModuleContext, flags Flags, deps
	if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() {
		flags.SystemIncludeFlags = append(flags.SystemIncludeFlags,
			"${config.CommonGlobalIncludes}",
			tc.IncludeFlags(),
			"${config.CommonNativehelperInclude}")
			tc.IncludeFlags())
	}

	if ctx.useSdk() {