Merge "Use prebuilt bionic versioner"

am: 96ef45a3dd

Change-Id: I0221bba145a28e5b611f8028507181df95875169
This commit is contained in:
Logan Chien
2018-10-30 18:52:40 -07:00
committed by android-build-merger

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.