summaryrefslogtreecommitdiffstats
path: root/install/Android.bp
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-11-15 05:42:33 +0100
committerandroid-build-merger <android-build-merger@google.com>2019-11-15 05:42:33 +0100
commit49c03e1babca8694e577fe163a3dfa8a78d4ee46 (patch)
tree73f39f6821b8f68b3792af93e55b77af02f62641 /install/Android.bp
parentMerge "Consolidate the vendor space misc usage for Pixels" am: 423f0d109b (diff)
parentMerge "Force merges to complete before wiping data or metadata." (diff)
downloadandroid_bootable_recovery-49c03e1babca8694e577fe163a3dfa8a78d4ee46.tar
android_bootable_recovery-49c03e1babca8694e577fe163a3dfa8a78d4ee46.tar.gz
android_bootable_recovery-49c03e1babca8694e577fe163a3dfa8a78d4ee46.tar.bz2
android_bootable_recovery-49c03e1babca8694e577fe163a3dfa8a78d4ee46.tar.lz
android_bootable_recovery-49c03e1babca8694e577fe163a3dfa8a78d4ee46.tar.xz
android_bootable_recovery-49c03e1babca8694e577fe163a3dfa8a78d4ee46.tar.zst
android_bootable_recovery-49c03e1babca8694e577fe163a3dfa8a78d4ee46.zip
Diffstat (limited to 'install/Android.bp')
-rw-r--r--install/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/Android.bp b/install/Android.bp
index d4606e92c..be08506e5 100644
--- a/install/Android.bp
+++ b/install/Android.bp
@@ -39,6 +39,7 @@ cc_defaults {
static_libs: [
"librecovery_utils",
"libotautil",
+ "libsnapshot_nobinder",
// external dependencies
"libvintf_recovery",
@@ -60,6 +61,7 @@ cc_library_static {
"fuse_install.cpp",
"install.cpp",
"package.cpp",
+ "snapshot_utils.cpp",
"verifier.cpp",
"wipe_data.cpp",
"wipe_device.cpp",