diff options
author | Tianjie Xu <xunchang@google.com> | 2019-05-03 10:05:04 +0200 |
---|---|---|
committer | Tianjie Xu <xunchang@google.com> | 2019-05-09 08:07:04 +0200 |
commit | 58d59129e1420982f2b184e3fc1e0f5c7c4cf601 (patch) | |
tree | 01067ea1b82ad939e2049218f09924a332a717fd /updater/Android.bp | |
parent | Merge "Track libziparchive API change." (diff) | |
download | android_bootable_recovery-58d59129e1420982f2b184e3fc1e0f5c7c4cf601.tar android_bootable_recovery-58d59129e1420982f2b184e3fc1e0f5c7c4cf601.tar.gz android_bootable_recovery-58d59129e1420982f2b184e3fc1e0f5c7c4cf601.tar.bz2 android_bootable_recovery-58d59129e1420982f2b184e3fc1e0f5c7c4cf601.tar.lz android_bootable_recovery-58d59129e1420982f2b184e3fc1e0f5c7c4cf601.tar.xz android_bootable_recovery-58d59129e1420982f2b184e3fc1e0f5c7c4cf601.tar.zst android_bootable_recovery-58d59129e1420982f2b184e3fc1e0f5c7c4cf601.zip |
Diffstat (limited to 'updater/Android.bp')
-rw-r--r-- | updater/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/updater/Android.bp b/updater/Android.bp index b80cdb3a0..daf7e3277 100644 --- a/updater/Android.bp +++ b/updater/Android.bp @@ -70,6 +70,7 @@ cc_library_static { "commands.cpp", "dynamic_partitions.cpp", "install.cpp", + "updater.cpp", ], include_dirs: [ |