Merge "Fix warning on the build servers" am: 7b45384a7a am: 2968e8c28a am: 60d2f533e2

am: fbff313cc9

Change-Id: Id68eaf5fafd5173c2d4c12c6e25d0fe9623bb50b
This commit is contained in:
Dan Willemsen 2017-05-25 21:48:18 +00:00 committed by android-build-merger
commit e59874a081
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@
# literal instead. Using 0 lets us easily distinguish non-canonical builds.
platform_tools_version := $(shell sed \
's/$${PLATFORM_SDK_VERSION}/0/ ; s/^Pkg.Revision=\(.*\)/\1/p ; d' \
$(ANDROID_BUILD_TOP)/development/sdk/plat_tools_source.prop_template \
development/sdk/plat_tools_source.prop_template \
)
tool_version := $(platform_tools_version)-$(BUILD_NUMBER_FROM_FILE)