summaryrefslogtreecommitdiffstats
path: root/adb/Android.mk
diff options
context:
space:
mode:
authorSami Tolvanen <samitolvanen@google.com>2015-10-20 13:24:24 +0100
committerSami Tolvanen <samitolvanen@google.com>2015-10-20 13:55:24 +0100
commit8ad80763e4b3bdcd80d16c63f03b19eb9df989b2 (patch)
treeb205336484e7bbc6984a57759212c2016e4de4df /adb/Android.mk
parentc24929373ec0686e0695320d8f10f3bf4fc4547e (diff)
downloadcore-8ad80763e4b3bdcd80d16c63f03b19eb9df989b2.tar.gz
core-8ad80763e4b3bdcd80d16c63f03b19eb9df989b2.tar.bz2
core-8ad80763e4b3bdcd80d16c63f03b19eb9df989b2.zip
adb: use libfec in disable-verity
Use libfec to locate verity metadata and disable verity. Needs changes from I02f83b0d1d4e7ef5cd5d13a37ff0b84f17e23376 Bug: 21893453 Change-Id: Ib43c352400a368664c949c7b8c9961829adf48f4
Diffstat (limited to 'adb/Android.mk')
-rw-r--r--adb/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/adb/Android.mk b/adb/Android.mk
index 4ee1cedbc..e10e3ef08 100644
--- a/adb/Android.mk
+++ b/adb/Android.mk
@@ -294,11 +294,15 @@ LOCAL_STATIC_LIBRARIES := \
libadbd \
libbase \
libfs_mgr \
+ libfec \
+ libfec_rs \
liblog \
libmincrypt \
libselinux \
libext4_utils_static \
+ libsquashfs_utils \
libcutils \
libbase \
+ libcrypto_static
include $(BUILD_EXECUTABLE)