summaryrefslogtreecommitdiffstats
path: root/updater/Android.bp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2019-06-24 22:24:49 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-06-24 22:24:49 +0200
commitdb0a68e6b7cb8d5824155acfa80e575b812cf4bf (patch)
tree45242a8d4a930ff3bc4749e8017546d73a6f1523 /updater/Android.bp
parentMerge "updater_sample: Build SystemUpdaterSample as non-privileged app by default." (diff)
parentImplement updater runtime for dynamic partitions (diff)
downloadandroid_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/Android.bp')
-rw-r--r--updater/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/updater/Android.bp b/updater/Android.bp
index 93eeece51..063366e5e 100644
--- a/updater/Android.bp
+++ b/updater/Android.bp
@@ -104,6 +104,7 @@ cc_library_static {
srcs: [
"dynamic_partitions.cpp",
"updater_runtime.cpp",
+ "updater_runtime_dynamic_partitions.cpp",
],
static_libs: [
@@ -129,6 +130,7 @@ cc_library_host_static {
srcs: [
"build_info.cpp",
+ "dynamic_partitions.cpp",
"simulator_runtime.cpp",
"target_files.cpp",
],