diff options
| author | Szymon Starzycki <sstar@google.com> | 2013-09-06 15:09:30 -0700 |
|---|---|---|
| committer | Colin Cross <ccross@android.com> | 2013-12-04 15:00:51 -0800 |
| commit | c50dfd178ebd159d82f5577a96d743b0e831dba6 (patch) | |
| tree | a0c863d4e1e6b6dc2f47be7170d062bd03ed8aa2 /fastbootd | |
| parent | b6c5f2880e39526cddc9259b962911c0a3bb1f1d (diff) | |
| download | system_core-c50dfd178ebd159d82f5577a96d743b0e831dba6.tar.gz system_core-c50dfd178ebd159d82f5577a96d743b0e831dba6.tar.bz2 system_core-c50dfd178ebd159d82f5577a96d743b0e831dba6.zip | |
Fastbootd: fixed missing file in Android.mk
Change-Id: I10927f488e35c688483f2d1d8c9f5b7ea1d7912d
Diffstat (limited to 'fastbootd')
| -rw-r--r-- | fastbootd/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastbootd/Android.mk b/fastbootd/Android.mk index 148d9fd9c..f7c67a9bd 100644 --- a/fastbootd/Android.mk +++ b/fastbootd/Android.mk @@ -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 \ |
