diff options
| author | David Sehr <sehr@google.com> | 2018-02-15 09:41:13 -0800 |
|---|---|---|
| committer | David Sehr <sehr@google.com> | 2018-02-15 15:15:13 -0800 |
| commit | fcbe15ce26930c0c4bb33998fc2abbe4f8770dbe (patch) | |
| tree | 6513a2eaf1251e93578916b5171dc42984de7da3 /dexdump/Android.bp | |
| parent | b40fa7c33075292beeb6840ac679ffd08fd1f719 (diff) | |
| download | art-fcbe15ce26930c0c4bb33998fc2abbe4f8770dbe.tar.gz art-fcbe15ce26930c0c4bb33998fc2abbe4f8770dbe.tar.bz2 art-fcbe15ce26930c0c4bb33998fc2abbe4f8770dbe.zip | |
Build debug library libdexfiled
Add a debug version of libdexfile for use when CHECKs, etc., are
enabled.
Bug: 22322814
Test: make -j 50 checkbuild
Change-Id: I263138611bcdde9dbc8f619bcb2a0a6d3a09fbf6
Diffstat (limited to 'dexdump/Android.bp')
| -rw-r--r-- | dexdump/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dexdump/Android.bp b/dexdump/Android.bp index f6b7a6b68a..eca08448bc 100644 --- a/dexdump/Android.bp +++ b/dexdump/Android.bp @@ -45,6 +45,7 @@ art_cc_binary { host_supported: true, device_supported: false, static_libs: [ + "libdexfile", "libbase", ] + art_static_dependencies, target: { |
