diff options
Diffstat (limited to 'compiler/Android.bp')
-rw-r--r-- | compiler/Android.bp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/Android.bp b/compiler/Android.bp index 532f7d6051..dfd71f1bb2 100644 --- a/compiler/Android.bp +++ b/compiler/Android.bp @@ -266,10 +266,6 @@ art_cc_library { }, }, }, - apex_available: [ - "com.android.art.release", - "com.android.art.debug", - ], } cc_defaults { @@ -334,9 +330,6 @@ art_cc_library { "libdexfiled", ], whole_static_libs: ["libelffiled"], - apex_available: [ - "com.android.art.debug", - ], } cc_defaults { |