diff options
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Android.bp b/compiler/Android.bp index 289adf87b7..01432687b5 100644 --- a/compiler/Android.bp +++ b/compiler/Android.bp @@ -245,8 +245,8 @@ art_cc_library { art_cc_library { name: "libartd-compiler", defaults: [ - "libart-compiler-defaults", "art_debug_defaults", + "libart-compiler-defaults", ], codegen: { arm: { |