From: Elliott Hughes Date: Tue, 11 Jul 2017 16:03:43 +0000 (+0000) Subject: Don't include the build number in `toybox --version`. am: bf4741d56c X-Git-Tag: android-x86-8.1-r1^2~1^2^2^2~2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3ebb2f4d8aa8fa068692796e8aa44cb0ccbd3358;hp=a546dbb3c8816f3c9ce3a6abeef469a6ecb0395e;p=android-x86%2Fexternal-toybox.git Don't include the build number in `toybox --version`. am: bf4741d56c am: 7ecc0fa0e3 Change-Id: Ic5abe957351ee098f2a2d23b0dd439e1bbeca5e3 --- diff --git a/Android.mk b/Android.mk index c1d59599..f0cd500e 100644 --- a/Android.mk +++ b/Android.mk @@ -226,7 +226,7 @@ common_CFLAGS := \ toybox_upstream_version := $(shell sed 's/#define.*TOYBOX_VERSION.*"\(.*\)"/\1/p;d' $(LOCAL_PATH)/main.c) -toybox_version := $(toybox_upstream_version)-android-$(BUILD_NUMBER_FROM_FILE) +toybox_version := $(toybox_upstream_version)-android toybox_common_libraries := liblog libcutils libcrypto libz