diff options
author | Yabin Cui <yabinc@google.com> | 2015-08-31 12:05:21 -0700 |
---|---|---|
committer | Yabin Cui <yabinc@google.com> | 2015-08-31 12:10:11 -0700 |
commit | c6424585a27bbbf6922574a2cccc3bf6c42bfb2c (patch) | |
tree | 089ba3d96e7b14495dc077a0edd4398b2a659220 /adb/Android.mk | |
parent | 1498261fc5bc8896abbbc586f46992d6bf53ee46 (diff) | |
download | system_core-c6424585a27bbbf6922574a2cccc3bf6c42bfb2c.tar.gz system_core-c6424585a27bbbf6922574a2cccc3bf6c42bfb2c.tar.bz2 system_core-c6424585a27bbbf6922574a2cccc3bf6c42bfb2c.zip |
adb: remove workaround for b/6558362.
I believe the problem has been fixed in https://android-review.googlesource.com/#/c/168412/.
So it's time to remove the workaround.
Bug: 6558362
Change-Id: I399c18eda0693f3c51feac07ff59a0a4b5558128
Diffstat (limited to 'adb/Android.mk')
-rw-r--r-- | adb/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/adb/Android.mk b/adb/Android.mk index f9d44415b..e34c21f4b 100644 --- a/adb/Android.mk +++ b/adb/Android.mk @@ -185,7 +185,6 @@ include $(CLEAR_VARS) ifeq ($(HOST_OS),linux) LOCAL_LDLIBS += -lrt -ldl -lpthread - LOCAL_CFLAGS += -DWORKAROUND_BUG6558362 endif ifeq ($(HOST_OS),darwin) |