commit | b3526e1ee8b97e9909d380ffcc2f68ce6a083cc9 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Wed May 10 18:15:03 2017 +0800 |
committer | SzuWei Lin <szuweilin@google.com> | Wed May 10 18:52:02 2017 +0800 |
tree | 704230db5fe0947d9612961c12b7f4d2bab9062e | |
parent | 01e7990a10237571bd8da196ef07fc64cebd5dd5 [diff] [blame] |
Fix build error when (ADB|FASTBOOT)_VERSION has space Test: make, and build pass Change-Id: I8fc608a5b8bccb43b8af72978ce16a945147f62d
diff --git a/adb/Android.mk b/adb/Android.mk index ca337ee..6bfc503 100644 --- a/adb/Android.mk +++ b/adb/Android.mk
@@ -15,7 +15,7 @@ -Wno-unused-parameter \ -Wno-missing-field-initializers \ -Wvla \ - -DADB_VERSION=\"$(tool_version)\" \ + -DADB_VERSION="\"$(tool_version)\"" ADB_COMMON_posix_CFLAGS := \ -Wexit-time-destructors \