summaryrefslogtreecommitdiff
path: root/fastboot/fastboot.cpp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-25 01:10:17 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-25 01:10:17 +0000
commit2b57438a5176a445465d19c67c126f39e8f36c52 (patch)
treefa3db2b4ecf794d1d674de5e561cc20deacca877 /fastboot/fastboot.cpp
parentc4af7288b147b097ea033425ad9c31a846e7e5e3 (diff)
parentd9d84c9062a558ee539dfd9856033f1c43d09169 (diff)
Snap for 7233012 from d9d84c9062a558ee539dfd9856033f1c43d09169 to sc-release
Change-Id: I0a44fe46c22bb6bbce0c330250665c407dbd408d
Diffstat (limited to 'fastboot/fastboot.cpp')
-rw-r--r--fastboot/fastboot.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp
index 783cd1974..f720ddaa4 100644
--- a/fastboot/fastboot.cpp
+++ b/fastboot/fastboot.cpp
@@ -1391,6 +1391,7 @@ static void CancelSnapshotIfNeeded() {
class ImageSource {
public:
+ virtual ~ImageSource() {};
virtual bool ReadFile(const std::string& name, std::vector<char>* out) const = 0;
virtual unique_fd OpenFile(const std::string& name) const = 0;
};