diff options
author | David Sehr <sehr@google.com> | 2018-02-13 16:29:01 -0800 |
---|---|---|
committer | David Srbecky <dsrbecky@google.com> | 2018-02-14 17:42:59 +0000 |
commit | 3a26c27252637d1f4f983b809739e9fa65fe4fd2 (patch) | |
tree | 83a5ab6d768ed74a54097a55402a73c9100d4a50 /libunwindstack/Android.bp | |
parent | c415d00fbe1b5766924f393bf469775bb026897d (diff) | |
download | core-3a26c27252637d1f4f983b809739e9fa65fe4fd2.tar.gz core-3a26c27252637d1f4f983b809739e9fa65fe4fd2.tar.bz2 core-3a26c27252637d1f4f983b809739e9fa65fe4fd2.zip |
Move libdexfile out of runtime
Move the files out of runtime, leaving unfortunate dependences still
there on runtime/base (for the moment). Also separates the build logic
into two Android.bp files.
Bug: 22322814
Test: make -j 50 test-art-host
Change-Id: I54b06f035034e7564480cd5d4c33c4f62785682d
Diffstat (limited to 'libunwindstack/Android.bp')
-rw-r--r-- | libunwindstack/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp index 34bfceff5..a7bdd2e6d 100644 --- a/libunwindstack/Android.bp +++ b/libunwindstack/Android.bp @@ -171,6 +171,7 @@ cc_test_library { shared_libs: [ "libbase", "libunwindstack", + "libdexfile", ], // libdexfile will eventually properly export headers, for now include |