diff options
author | Jed Estep <jestep@google.com> | 2016-01-09 00:28:32 +0100 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-01-09 00:28:32 +0100 |
commit | b1cc5d8434c0216a1d7174d18c53054e46a51f76 (patch) | |
tree | b979d15382f002d7df1dd5be49999d3462564838 /updater/Android.mk | |
parent | Merge "updater: Add a function to check first block" am: 6f8b9b60db (diff) | |
parent | IO fault injection for OTA packages (diff) | |
download | android_bootable_recovery-b1cc5d8434c0216a1d7174d18c53054e46a51f76.tar android_bootable_recovery-b1cc5d8434c0216a1d7174d18c53054e46a51f76.tar.gz android_bootable_recovery-b1cc5d8434c0216a1d7174d18c53054e46a51f76.tar.bz2 android_bootable_recovery-b1cc5d8434c0216a1d7174d18c53054e46a51f76.tar.lz android_bootable_recovery-b1cc5d8434c0216a1d7174d18c53054e46a51f76.tar.xz android_bootable_recovery-b1cc5d8434c0216a1d7174d18c53054e46a51f76.tar.zst android_bootable_recovery-b1cc5d8434c0216a1d7174d18c53054e46a51f76.zip |
Diffstat (limited to 'updater/Android.mk')
-rw-r--r-- | updater/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/Android.mk b/updater/Android.mk index dcf437474..d74dffc0c 100644 --- a/updater/Android.mk +++ b/updater/Android.mk @@ -45,7 +45,7 @@ LOCAL_STATIC_LIBRARIES += \ endif LOCAL_STATIC_LIBRARIES += $(TARGET_RECOVERY_UPDATER_LIBS) $(TARGET_RECOVERY_UPDATER_EXTRA_LIBS) -LOCAL_STATIC_LIBRARIES += libapplypatch libbase libedify libmtdutils libminzip libz +LOCAL_STATIC_LIBRARIES += libapplypatch libbase libotafault libedify libmtdutils libminzip libz LOCAL_STATIC_LIBRARIES += libmincrypt libbz LOCAL_STATIC_LIBRARIES += libcutils liblog libc LOCAL_STATIC_LIBRARIES += libselinux |