summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libartbase/Android.bp3
-rw-r--r--libartpalette/Android.bp3
-rw-r--r--libdexfile/Android.bp6
3 files changed, 0 insertions, 12 deletions
diff --git a/libartbase/Android.bp b/libartbase/Android.bp
index c110315bb2..8e33752941 100644
--- a/libartbase/Android.bp
+++ b/libartbase/Android.bp
@@ -176,9 +176,6 @@ art_cc_library {
apex_available: [
"com.android.art.release",
"com.android.art.debug",
- // TODO(b/142944931) Clean this up. This is due to the dependency to libdexfile_support_static
- // from /system/core, etc.
- "//apex_available:platform",
],
shared_libs: [
diff --git a/libartpalette/Android.bp b/libartpalette/Android.bp
index 63abfe2024..b4b2e0bf75 100644
--- a/libartpalette/Android.bp
+++ b/libartpalette/Android.bp
@@ -92,9 +92,6 @@ art_cc_library {
"com.android.art.debug",
// TODO(b/142944931): remove this
"com.android.runtime", // due to the transitive dependency from linker
- // TODO(b/142944931) Clean this up. This is due to the dependency to libdexfile_support_static
- // from /system/core, etc.
- "//apex_available:platform",
],
}
diff --git a/libdexfile/Android.bp b/libdexfile/Android.bp
index d9e1ada7df..664fc1bbe3 100644
--- a/libdexfile/Android.bp
+++ b/libdexfile/Android.bp
@@ -178,9 +178,6 @@ art_cc_library {
apex_available: [
"com.android.art.release",
"com.android.art.debug",
- // TODO(b/142944931) Clean this up. This is due to the dependency to libdexfile_support_static
- // from /system/core, etc.
- "//apex_available:platform",
],
}
@@ -317,9 +314,6 @@ cc_library {
apex_available: [
"com.android.art.release",
"com.android.art.debug",
- // TODO(b/142944931) Clean this up. This is due to the dependency to libdexfile_support_static
- // from /system/core, etc.
- "//apex_available:platform",
],
}