Fastbootd: fixed missing file in Android.mk

Change-Id: I10927f488e35c688483f2d1d8c9f5b7ea1d7912d
This commit is contained in:
Szymon Starzycki 2013-09-06 15:09:30 -07:00 committed by Colin Cross
parent b6c5f2880e
commit c50dfd178e
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ LOCAL_SRC_FILES := \
commands/boot.c \
commands/flash.c \
commands/partitions.c \
commands/virtual_partitions.c \
fastbootd.c \
protocol.c \
transport.c \