From ca1b80b52e4120f74e2057857c1e3f983d903236 Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Mon, 28 Jan 2019 11:35:16 +0000 Subject: [PATCH] startop: use static_lib dependency on libdexfile. libdexfile.so is moving to APEX and the external API doesn't include the features needed for startop. Bug: 119632407 Test: Builds Change-Id: I6d33e8737341a508637321921ca732af913827a3 --- startop/view_compiler/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startop/view_compiler/Android.bp b/startop/view_compiler/Android.bp index 7dc83c3db868d..f5b4308a1b505 100644 --- a/startop/view_compiler/Android.bp +++ b/startop/view_compiler/Android.bp @@ -16,12 +16,12 @@ cc_defaults { name: "viewcompiler_defaults", + defaults: ["libdexfile_static_defaults"], header_libs: [ "libbase_headers", ], shared_libs: [ "libbase", - "libdexfile", "libz", "slicer", ],