summaryrefslogtreecommitdiffstats
path: root/tools/hiddenapi/Android.bp
diff options
context:
space:
mode:
authorDavid Sehr <sehr@google.com>2018-01-25 17:11:07 -0800
committerDavid Sehr <sehr@google.com>2018-01-30 01:17:58 -0800
commitb40b7e73469339a6b667b4a2e2b8690112a74dc9 (patch)
tree7e8a34d9c7894c4c946f674f19f0a0a512b95184 /tools/hiddenapi/Android.bp
parent9690ad794b324ba54e936608881ac0f62538b97a (diff)
downloadart-b40b7e73469339a6b667b4a2e2b8690112a74dc9.tar.gz
art-b40b7e73469339a6b667b4a2e2b8690112a74dc9.tar.bz2
art-b40b7e73469339a6b667b4a2e2b8690112a74dc9.zip
Make libdexfile build independent of runtime dir
Remove libdexfile's dependency on utils.cc and move utf.cc into /dex. Remove libdexfile's constituent sources from libart and use libdexfile wherever libart is. Also remove some ART-specific interfaces. Libdexfile's tests remain to be converted, plus moving the files to a new directory peer to runtime/. Bug: 22322814 Test: make -j 50 test-art-host Change-Id: Ifaf695216e4a0e43d3aa377984d933f7a2a243c2
Diffstat (limited to 'tools/hiddenapi/Android.bp')
-rw-r--r--tools/hiddenapi/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/hiddenapi/Android.bp b/tools/hiddenapi/Android.bp
index a78bc43aa4..f9824f1fa3 100644
--- a/tools/hiddenapi/Android.bp
+++ b/tools/hiddenapi/Android.bp
@@ -30,6 +30,7 @@ cc_defaults {
},
shared_libs: [
+ "libdexfile",
"libbase",
],
}