diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2019-06-24 22:24:49 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-06-24 22:24:49 +0200 |
commit | db0a68e6b7cb8d5824155acfa80e575b812cf4bf (patch) | |
tree | 45242a8d4a930ff3bc4749e8017546d73a6f1523 /updater/update_simulator_main.cpp | |
parent | Merge "updater_sample: Build SystemUpdaterSample as non-privileged app by default." (diff) | |
parent | Implement updater runtime for dynamic partitions (diff) | |
download | android_bootable_recovery-db0a68e6b7cb8d5824155acfa80e575b812cf4bf.tar android_bootable_recovery-db0a68e6b7cb8d5824155acfa80e575b812cf4bf.tar.gz android_bootable_recovery-db0a68e6b7cb8d5824155acfa80e575b812cf4bf.tar.bz2 android_bootable_recovery-db0a68e6b7cb8d5824155acfa80e575b812cf4bf.tar.lz android_bootable_recovery-db0a68e6b7cb8d5824155acfa80e575b812cf4bf.tar.xz android_bootable_recovery-db0a68e6b7cb8d5824155acfa80e575b812cf4bf.tar.zst android_bootable_recovery-db0a68e6b7cb8d5824155acfa80e575b812cf4bf.zip |
Diffstat (limited to 'updater/update_simulator_main.cpp')
-rw-r--r-- | updater/update_simulator_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/updater/update_simulator_main.cpp b/updater/update_simulator_main.cpp index 94924e783..019c404ef 100644 --- a/updater/update_simulator_main.cpp +++ b/updater/update_simulator_main.cpp @@ -48,6 +48,7 @@ int main(int argc, char** argv) { RegisterBuiltins(); RegisterInstallFunctions(); RegisterBlockImageFunctions(); + RegisterDynamicPartitionsFunctions(); TemporaryFile temp_saved_source; TemporaryFile temp_last_command; |