From 1f010164bea4714e9f653c52e8948c5d5305040b Mon Sep 17 00:00:00 2001 From: David Sehr Date: Tue, 15 May 2018 08:59:32 -0700 Subject: Move ArtDexFileLoader to libdexfile Adds a dependency from libdexfile on libartbase, but allows the use of MemMap loaders, etc. Bug: 78652467 Test: make -j 40 checkbuild Change-Id: I15cf33893ca9192050762f8350a3cc1e39f88dc5 --- patchoat/Android.bp | 1 - 1 file changed, 1 deletion(-) (limited to 'patchoat/Android.bp') diff --git a/patchoat/Android.bp b/patchoat/Android.bp index 1e2f328ffd..13c8f475f5 100644 --- a/patchoat/Android.bp +++ b/patchoat/Android.bp @@ -59,7 +59,6 @@ art_cc_test { "patchoat_test.cc", ], shared_libs: [ - "libartd", "libcrypto", // For computing the digest of image file ], } -- cgit v1.2.3-59-g8ed1b