diff options
| author | David Sehr <sehr@google.com> | 2018-02-26 16:43:04 -0800 |
|---|---|---|
| committer | David Sehr <sehr@google.com> | 2018-02-28 15:08:21 -0800 |
| commit | 67bf42e89592c3a1c648f927f2ce3ccb189a1161 (patch) | |
| tree | 054d5b7adf7cc62d4d2a2118a70c0fbdd1751610 /libdexfile/dex/compact_offset_table.cc | |
| parent | d961043ff1dd6fddb68aa90c1f939cfafec24219 (diff) | |
| download | art-67bf42e89592c3a1c648f927f2ce3ccb189a1161.tar.gz art-67bf42e89592c3a1c648f927f2ce3ccb189a1161.tar.bz2 art-67bf42e89592c3a1c648f927f2ce3ccb189a1161.zip | |
Header library to remove dependence on runtime/
Add a new header library to remove libdexfile and others' dependence on
runtime (typically runtime/base) includes in libdexfile. Also a small step
to tease dexlayout and profman away from relying on these as well.
Bug: 22322814
Test: make -j 50 checkbuild
make -j 50 test-art-host-gtest
Change-Id: I38e2fe399a75f4bc6318c77a71954c00ea73ec2b
Diffstat (limited to 'libdexfile/dex/compact_offset_table.cc')
| -rw-r--r-- | libdexfile/dex/compact_offset_table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdexfile/dex/compact_offset_table.cc b/libdexfile/dex/compact_offset_table.cc index 60a7b61d11..8601b19613 100644 --- a/libdexfile/dex/compact_offset_table.cc +++ b/libdexfile/dex/compact_offset_table.cc @@ -17,7 +17,7 @@ #include "compact_offset_table.h" #include "compact_dex_utils.h" -#include "leb128.h" +#include "base/leb128.h" namespace art { |
