diff options
| author | David Sehr <sehr@google.com> | 2018-04-05 12:23:54 -0700 |
|---|---|---|
| committer | David Sehr <sehr@google.com> | 2018-04-09 23:30:08 +0000 |
| commit | 9c4a015cf01989597fd899011dba310b704dacaa (patch) | |
| tree | 17101dd177beb28c1d28c8eddab645bc7d1af984 /libdexfile/Android.bp | |
| parent | 6485701497edf2fd4e5296c3715929ad44ea9752 (diff) | |
| download | art-9c4a015cf01989597fd899011dba310b704dacaa.tar.gz art-9c4a015cf01989597fd899011dba310b704dacaa.tar.bz2 art-9c4a015cf01989597fd899011dba310b704dacaa.zip | |
Move more runtime code to libartbase, libdexfile
Move some code that logically belongs to libartbase or libdexfile to
those places respectively.
Bug: 22322814
Test: make -j 50 checkbuild
Change-Id: Idfded5d24b40d8587011681e6235b6672846da19
Diffstat (limited to 'libdexfile/Android.bp')
| -rw-r--r-- | libdexfile/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdexfile/Android.bp b/libdexfile/Android.bp index 3fd61ee251..b2c041c81f 100644 --- a/libdexfile/Android.bp +++ b/libdexfile/Android.bp @@ -32,6 +32,7 @@ cc_defaults { "dex/modifiers.cc", "dex/primitive.cc", "dex/standard_dex_file.cc", + "dex/type_lookup_table.cc", "dex/utf.cc", ], @@ -123,6 +124,7 @@ art_cc_test { "dex/dex_instruction_test.cc", "dex/primitive_test.cc", "dex/string_reference_test.cc", + "dex/type_lookup_table_test.cc", "dex/utf_test.cc", ], shared_libs: [ |
