summaryrefslogtreecommitdiff
path: root/compiler/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/Android.bp')
-rw-r--r--compiler/Android.bp8
1 files changed, 2 insertions, 6 deletions
diff --git a/compiler/Android.bp b/compiler/Android.bp
index 197a283b55..ce087dacf7 100644
--- a/compiler/Android.bp
+++ b/compiler/Android.bp
@@ -50,7 +50,7 @@ art_cc_defaults {
shared_libs: [
"libartbase",
"libprofile",
- "libdexfile",
+ "libdexfile#impl",
],
static_libs: ["libelffile"],
codegen: {
@@ -93,7 +93,7 @@ art_cc_defaults {
shared_libs: [
"libartbased",
"libprofiled",
- "libdexfiled",
+ "libdexfiled#impl",
],
static_libs: ["libelffiled"],
codegen: {
@@ -373,10 +373,6 @@ art_cc_library_static {
],
apex_available: [
"com.android.art.debug",
- // TODO(b/183882457): This lib doesn't go into com.android.art, but
- // apex_available lists need to be the same for internal libs to avoid
- // stubs, and this depends on libdexfiled.
- "com.android.art",
],
}