Merge "otapreopt: remove transitive libapexd dependencies." am: e5500e6b13 am: 0e7cbcfa8c
am: 63c68b87a9
Change-Id: I9eeaa80e3f2a51a9f47d067d4106417ff030a5e4
diff --git a/cmds/installd/Android.bp b/cmds/installd/Android.bp
index 064a268..75dec37 100644
--- a/cmds/installd/Android.bp
+++ b/cmds/installd/Android.bp
@@ -138,6 +138,7 @@
cc_binary {
name: "otapreopt_chroot",
+ defaults: ["libapexd-deps"],
cflags: [
"-Wall",
"-Werror",
@@ -150,22 +151,11 @@
],
shared_libs: [
"libbase",
- "libbinder",
- "libcrypto",
"liblog",
- "libprotobuf-cpp-full",
- "libselinux",
"libutils",
- "libziparchive",
],
static_libs: [
- "libapex",
"libapexd",
- "lib_apex_manifest_proto",
- "libavb",
- "libdm",
- "libverity_tree",
- "libvold_binder",
],
}