aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-07-11 16:03:43 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-11 16:03:43 +0000
commit3ebb2f4d8aa8fa068692796e8aa44cb0ccbd3358 (patch)
tree8477f34008732aacbe8544d0a5ed603aa2d07d65
parenta546dbb3c8816f3c9ce3a6abeef469a6ecb0395e (diff)
parent7ecc0fa0e33532369a10aa86e9da3ba728235129 (diff)
downloadtoybox-3ebb2f4d8aa8fa068692796e8aa44cb0ccbd3358.tar.gz
Don't include the build number in `toybox --version`. am: bf4741d56c
am: 7ecc0fa0e3 Change-Id: Ic5abe957351ee098f2a2d23b0dd439e1bbeca5e3
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
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