summaryrefslogtreecommitdiffstats
path: root/install/Android.bp
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-11-15 05:38:26 +0100
committerandroid-build-merger <android-build-merger@google.com>2019-11-15 05:38:26 +0100
commitbc4b39efffd37ab0b4238f3234909eb369bc478b (patch)
tree73f39f6821b8f68b3792af93e55b77af02f62641 /install/Android.bp
parentMerge "Consolidate the vendor space misc usage for Pixels" (diff)
parentMerge "Force merges to complete before wiping data or metadata." (diff)
downloadandroid_bootable_recovery-bc4b39efffd37ab0b4238f3234909eb369bc478b.tar
android_bootable_recovery-bc4b39efffd37ab0b4238f3234909eb369bc478b.tar.gz
android_bootable_recovery-bc4b39efffd37ab0b4238f3234909eb369bc478b.tar.bz2
android_bootable_recovery-bc4b39efffd37ab0b4238f3234909eb369bc478b.tar.lz
android_bootable_recovery-bc4b39efffd37ab0b4238f3234909eb369bc478b.tar.xz
android_bootable_recovery-bc4b39efffd37ab0b4238f3234909eb369bc478b.tar.zst
android_bootable_recovery-bc4b39efffd37ab0b4238f3234909eb369bc478b.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",