summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-05-01 01:17:50 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-01 01:17:50 +0000
commit76e2fecf2dd8449ab4d636dc3e55f1be1d7a56d0 (patch)
tree51043f1f4e295d325432126dbe101311e3f2c714
parent03317c2f8079f3d5f0b184e50e50e4f7db0802de (diff)
parent6c12a1494a7e503ec5d6803df480a24b28e2a67c (diff)
downloadgwp_asan-android11-qpr1-d-s1-release.tar.gz
Change-Id: I508972bf52231744ee26b246360bff54203363c9
-rw-r--r--Android.bp15
1 files changed, 9 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 1112873..dacc40f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,13 +50,16 @@ cc_library_headers {
".",
],
apex_available: [
- // This header lib is depended on by gwp_asan which is available to
- // platform.
+ // This header lib is compiled also as part of the platform due to libasync_safe
+ // and others that are compiled with this header and are statically included
+ // in the platform side.
"//apex_available:platform",
- // GWP-ASan headers are frequently referenced by apexes that include
- // references to libc_headers or libc_scudo. These modules manage apex
- // visibility in Soong, and are globally visible.
- "//apex_available:anyapex",
+ "com.android.runtime",
+ // GWP-ASan headers are currently referenced by the following additional APEXes
+ "com.android.art.debug",
+ "com.android.art.release",
+ "com.android.media",
+ "com.android.media.swcodec",
],
}