OSDN Git Service

Don't include the build number in `toybox --version`. am: bf4741d56c
authorElliott Hughes <enh@google.com>
Tue, 11 Jul 2017 16:03:43 +0000 (16:03 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Tue, 11 Jul 2017 16:03:43 +0000 (16:03 +0000)
am: 7ecc0fa0e3

Change-Id: Ic5abe957351ee098f2a2d23b0dd439e1bbeca5e3

Android.mk

index c1d5959..f0cd500 100644 (file)
@@ -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