diff options
| author | Tao Bao <tbao@google.com> | 2017-01-03 23:38:59 -0800 |
|---|---|---|
| committer | Tao Bao <tbao@google.com> | 2017-01-04 13:25:56 -0800 |
| commit | 096d52e4d6facc76ee512715e9fdfda45f8b9b4c (patch) | |
| tree | 2e481fb56e7b8868340b1a891f0032e66eca3fe0 /common | |
| parent | da3e78a7d9da3780cc33e66e94effe1f36fc1a9e (diff) | |
recovery: Drop dead updater code.
The vendor-specific updater extensions (BootUpdateFn and DecryptFn) are
only meaningful for non-A/B updater. They shouldn't be built on A/B
devices.
This CL removes the updater related functions, and renames the module to
libgptutils which is used by boot control HAL.
Bug: 33607778
Test: m checkbuild
Test: Apply an update on top of the new system.
Change-Id: Ifad981602a426bd6560a2a3142f49110522f9c88
Diffstat (limited to 'common')
| -rw-r--r-- | common/base.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/base.mk b/common/base.mk index 8762cf03..00acbb17 100644 --- a/common/base.mk +++ b/common/base.mk @@ -765,8 +765,8 @@ PRODUCT_PACKAGES += \ # Qcril configuration file PRODUCT_PACKAGES += qcril.db -# MSM updater library -PRODUCT_PACKAGES += librecovery_updater_msm +# GPT utils library +PRODUCT_PACKAGES += libgptutils # vcard jar PRODUCT_PACKAGES += vcard |
