summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-29 21:32:22 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-29 21:32:22 +0200
commita488bd992f36ee76a50207c51979865564e85e21 (patch)
tree94b83316c9a841408f82ea92a446f9cccba5dfb2 /updater/Android.mk
parentMerge "tools: Move to Soong." (diff)
parentupdater: Add Commmand class to manage BBOTA commands. (diff)
downloadandroid_bootable_recovery-a488bd992f36ee76a50207c51979865564e85e21.tar
android_bootable_recovery-a488bd992f36ee76a50207c51979865564e85e21.tar.gz
android_bootable_recovery-a488bd992f36ee76a50207c51979865564e85e21.tar.bz2
android_bootable_recovery-a488bd992f36ee76a50207c51979865564e85e21.tar.lz
android_bootable_recovery-a488bd992f36ee76a50207c51979865564e85e21.tar.xz
android_bootable_recovery-a488bd992f36ee76a50207c51979865564e85e21.tar.zst
android_bootable_recovery-a488bd992f36ee76a50207c51979865564e85e21.zip
Diffstat (limited to 'updater/Android.mk')
-rw-r--r--updater/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index 476266400..46c56f4a0 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -56,6 +56,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := libupdater
LOCAL_SRC_FILES := \
+ commands.cpp \
install.cpp \
blockimg.cpp