From 1b7094d018371f7978460ff65fde97baba1b0eac Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Mon, 24 Aug 2020 09:44:58 +0100 Subject: Remove dead dependency of libartimagevalues. Not used anymore now that A/B doesn't compile images. Test: m Bug: 142946543 Change-Id: I85686098357be044953af8e09404e95f726abe34 --- cmds/installd/Android.bp | 1 - cmds/installd/otapreopt.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/cmds/installd/Android.bp b/cmds/installd/Android.bp index 75dec371bc..3d71f3fcfd 100644 --- a/cmds/installd/Android.bp +++ b/cmds/installd/Android.bp @@ -214,7 +214,6 @@ cc_binary { header_libs: ["dex2oat_headers"], static_libs: [ - "libartimagevalues", "libdiskusage", "libotapreoptparameters", ], diff --git a/cmds/installd/otapreopt.cpp b/cmds/installd/otapreopt.cpp index 9c757815ae..5981014500 100644 --- a/cmds/installd/otapreopt.cpp +++ b/cmds/installd/otapreopt.cpp @@ -31,7 +31,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3