Merge "Use prebuilt bionic versioner"

This commit is contained in:
Logan Chien
2018-10-31 01:30:54 +00:00
committed by Gerrit Code Review

View File

@@ -44,7 +44,7 @@ var (
) )
func init() { func init() {
pctx.HostBinToolVariable("versionerCmd", "versioner") pctx.SourcePathVariable("versionerCmd", "prebuilts/clang-tools/${config.HostPrebuiltTag}/bin/versioner")
} }
// Returns the NDK base include path for use with sdk_version current. Usable with -I. // Returns the NDK base include path for use with sdk_version current. Usable with -I.