Skip to content

Commit

Permalink
Merge "fix hciattatch for phones with custom hciattach" into ics
Browse files Browse the repository at this point in the history
  • Loading branch information
romanbb authored and Gerrit Code Review committed Jun 23, 2012
2 parents ca7737e + 1f5ddd7 commit b8733e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/Android.mk
Expand Up @@ -124,6 +124,7 @@ LOCAL_MODULE:=l2ping

include $(BUILD_EXECUTABLE)

ifneq ($(BOARD_HAVE_BLUETOOTH_CUSTOM_HCIATTACH), true)
#
# hciattach
#
Expand Down Expand Up @@ -154,6 +155,7 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE:=hciattach

include $(BUILD_EXECUTABLE)
endif

#
# rfcomm
Expand Down

0 comments on commit b8733e7

Please sign in to comment.