summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-05-02 02:12:29 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-05-02 02:12:29 +0000
commit5ac9b6bc2e85e44071c8876a7bffebbaf5f738b1 (patch)
tree51043f1f4e295d325432126dbe101311e3f2c714
parent4b5dcb41097f34b042487635636c68e2fc224f35 (diff)
parent6c12a1494a7e503ec5d6803df480a24b28e2a67c (diff)
downloadgwp_asan-android11-d1-s6-release.tar.gz
Change-Id: I0e9380a56780cc944ab84ddda615fcdf0a9a6541
-rw-r--r--Android.bp14
1 files changed, 10 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 5fa7e11..dacc40f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,10 +50,16 @@ cc_library_headers {
".",
],
apex_available: [
- // 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",
+ // 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",
+ "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",
],
}