diff options
| author | Nicolas Geoffray <ngeoffray@google.com> | 2018-09-10 13:21:16 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-09-10 13:21:16 +0000 |
| commit | e04da79cfca846efa5c5fe3f1a5fff94787c7ca8 (patch) | |
| tree | dc2b5641874d1e32bfed0337f0ea1b03276f3460 /oatdump | |
| parent | 1f16a8bb3734f00ace067d5b93cf59ef4fde465b (diff) | |
| parent | 802bcf50aedd23028226de9057f24d11d81da48a (diff) | |
| download | art-e04da79cfca846efa5c5fe3f1a5fff94787c7ca8.tar.gz art-e04da79cfca846efa5c5fe3f1a5fff94787c7ca8.tar.bz2 art-e04da79cfca846efa5c5fe3f1a5fff94787c7ca8.zip | |
Merge "ART: Let Soong help with dependencies"
Diffstat (limited to 'oatdump')
| -rw-r--r-- | oatdump/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oatdump/Android.bp b/oatdump/Android.bp index 070449967c..7d82ebf182 100644 --- a/oatdump/Android.bp +++ b/oatdump/Android.bp @@ -123,6 +123,7 @@ art_cc_binary { "libvixld-arm", "libvixld-arm64", ], + group_static_libs: true, } art_cc_test { |
