Fix style nits in adb's Android.mk.

We [try to] always use trailing \s in lists.

Bug: N/A
Test: builds
Change-Id: Ibc1ccacbe8a31f784f206d29a8c4f0f4650f7bde
This commit is contained in:
Elliott Hughes 2017-05-10 08:41:33 -07:00
parent 3d29736d6b
commit 8964fbfa5f
1 changed files with 4 additions and 4 deletions

View File

@ -15,11 +15,11 @@ ADB_COMMON_CFLAGS := \
-Wno-unused-parameter \
-Wno-missing-field-initializers \
-Wvla \
-DADB_VERSION="\"$(tool_version)\""
-DADB_VERSION="\"$(tool_version)\"" \
ADB_COMMON_posix_CFLAGS := \
-Wexit-time-destructors \
-Wthread-safety
-Wthread-safety \
ADB_COMMON_linux_CFLAGS := \
$(ADB_COMMON_posix_CFLAGS) \
@ -232,7 +232,7 @@ LOCAL_STATIC_LIBRARIES := \
libcutils \
libdiagnose_usb \
libmdnssd \
libgmock_host
libgmock_host \
LOCAL_STATIC_LIBRARIES_linux := libusb
LOCAL_STATIC_LIBRARIES_darwin := libusb
@ -300,7 +300,7 @@ LOCAL_STATIC_LIBRARIES := \
libcrypto \
libdiagnose_usb \
liblog \
libmdnssd
libmdnssd \
# Don't use libcutils on Windows.
LOCAL_STATIC_LIBRARIES_darwin := libcutils