Export TARGET_TOOLCHAIN_ROOT am: 0bd588787b am: f56a2b16f8

am: 81d0bec0df

* commit '81d0bec0df9044aae99a4fcb93dd6b35e88ee13d':
  Export TARGET_TOOLCHAIN_ROOT

Change-Id: I8cdf160f75e1cc8fe17200f7f0490066aba7fa9e
This commit is contained in:
Dan Willemsen
2016-05-27 00:17:26 +00:00
committed by android-build-merger

View File

@@ -175,6 +175,7 @@ func makeVarsToolchain(ctx android.MakeVarsContext, secondPrefix string,
ctx.Strict(makePrefix+"NDK_GCC_VERSION", toolchain.GccVersion())
}
ctx.Strict(makePrefix+"TOOLCHAIN_ROOT", toolchain.GccRoot())
ctx.Strict(makePrefix+"TOOLS_PREFIX", gccCmd(toolchain, ""))
ctx.Strict(makePrefix+"SHLIB_SUFFIX", toolchain.ShlibSuffix())
ctx.Strict(makePrefix+"EXECUTABLE_SUFFIX", toolchain.ExecutableSuffix())