diff options
Diffstat (limited to 'compiler/Android.bp')
-rw-r--r-- | compiler/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/Android.bp b/compiler/Android.bp index 05a599cf4a..6409408b02 100644 --- a/compiler/Android.bp +++ b/compiler/Android.bp @@ -542,6 +542,7 @@ art_cc_defaults { shared_libs: [ "libartd-simulator", ], + required: ["art_boot_images"], }, }, } |