summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--1/Android.bp4
-rwxr-xr-xcurrent/sdk/Android.bp10
2 files changed, 13 insertions, 1 deletions
diff --git a/1/Android.bp b/1/Android.bp
index 575bfad3..fb52db9d 100644
--- a/1/Android.bp
+++ b/1/Android.bp
@@ -691,7 +691,11 @@ cc_prebuilt_library_shared {
sdk_member_name: "libdexfile",
visibility: [
"//art:__subpackages__",
+ "//external/perfetto",
"//prebuilts:__subpackages__",
+ "//system/core/debuggerd",
+ "//system/extras/simpleperf",
+ "//system/unwinding/libunwindstack",
],
apex_available: [
"com.android.art",
diff --git a/current/sdk/Android.bp b/current/sdk/Android.bp
index 7ea17b0d..dcad1470 100755
--- a/current/sdk/Android.bp
+++ b/current/sdk/Android.bp
@@ -1575,7 +1575,11 @@ cc_prebuilt_library_shared {
sdk_member_name: "libdexfile",
visibility: [
"//art:__subpackages__",
+ "//external/perfetto",
"//prebuilts:__subpackages__",
+ "//system/core/debuggerd",
+ "//system/extras/simpleperf",
+ "//system/unwinding/libunwindstack",
],
apex_available: [
"com.android.art",
@@ -1637,7 +1641,11 @@ art_prebuilt_cc_prebuilt_library_shared {
},
visibility: [
"//art:__subpackages__",
+ "//external/perfetto",
"//prebuilts:__subpackages__",
+ "//system/core/debuggerd",
+ "//system/extras/simpleperf",
+ "//system/unwinding/libunwindstack",
],
apex_available: [
"com.android.art",
@@ -2796,4 +2804,4 @@ sdk_snapshot {
enabled: true,
},
},
-} \ No newline at end of file
+}