summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNan Zhang <nanzhang@google.com>2018-02-22 22:09:42 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-22 22:09:42 +0000
commit07411b9a2e090bebc9c078d959bb10600194a262 (patch)
treedc271660b9bcaf1a77cb228af4ef7b311362fc4b
parent3d9a3af9518996abcecb084671cd752dc1f4377f (diff)
parent7887ff0b100b0d1bdf109c122754429a4f25e6b4 (diff)
downloadextras-07411b9a2e090bebc9c078d959bb10600194a262.tar.gz
Merge "Fix the build failure for iot targets in master-iot-dev" am: 6e7c4df7cc
am: 7887ff0b10 Change-Id: I3cf9e3ff4dfec75e6aeaa63785c519ccddf2a284
-rw-r--r--brillo_config/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/brillo_config/Android.mk b/brillo_config/Android.mk
index c132f195..cefc0826 100644
--- a/brillo_config/Android.mk
+++ b/brillo_config/Android.mk
@@ -82,7 +82,7 @@ endif
$(LOCAL_BUILT_MODULE):
$(hide) mkdir -p $(dir $@)
ifeq ($(strip $(HAS_BUILD_NUMBER)),true)
- echo $(BRILLO_SYSTEM_VERSION).$(file <$(BUILD_NUMBER_FILE)) > $@
+ echo $(BRILLO_SYSTEM_VERSION).$(shell cat $(BUILD_NUMBER_FILE)) > $@
else
echo $(BRILLO_SYSTEM_VERSION).$(BUILD_DATETIME_FROM_FILE) > $@
endif