summaryrefslogtreecommitdiffstats
path: root/otautil
diff options
context:
space:
mode:
authorTom Marshall <tdm.code@gmail.com>2017-10-25 20:27:08 +0200
committerDees Troy <dees_troy@teamw.in>2018-05-25 18:47:50 +0200
commit981118ec5f6a79df64545ba44132a1be438eb19b (patch)
tree47843fe7a8422ad11fc0c3b6e48c49835405974e /otautil
parentEnable arm64 neon scrypt implementation (diff)
downloadandroid_bootable_recovery-981118ec5f6a79df64545ba44132a1be438eb19b.tar
android_bootable_recovery-981118ec5f6a79df64545ba44132a1be438eb19b.tar.gz
android_bootable_recovery-981118ec5f6a79df64545ba44132a1be438eb19b.tar.bz2
android_bootable_recovery-981118ec5f6a79df64545ba44132a1be438eb19b.tar.lz
android_bootable_recovery-981118ec5f6a79df64545ba44132a1be438eb19b.tar.xz
android_bootable_recovery-981118ec5f6a79df64545ba44132a1be438eb19b.tar.zst
android_bootable_recovery-981118ec5f6a79df64545ba44132a1be438eb19b.zip
Diffstat (limited to 'otautil')
-rw-r--r--otautil/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/otautil/Android.bp b/otautil/Android.bp
index a2eaa0402..0b2314374 100644
--- a/otautil/Android.bp
+++ b/otautil/Android.bp
@@ -18,6 +18,7 @@ cc_library_static {
srcs: [
"SysUtil.cpp",
"DirUtil.cpp",
+ "ZipUtil.cpp",
"ThermalUtil.cpp",
],