aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-17 05:10:52 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-17 05:10:52 +0000
commit10e39b744b3d3ad8044b059a18bc1175804cb1ce (patch)
treeff75999d123b76a7b23c0d29ccd5bcba5b31f912
parentb7999b9f785e5420698f03d2d9b07b0a56b2ff22 (diff)
parentbde4038d1abcdd23bb3090bf96bb0df9e9748f1e (diff)
downloadiproute2-android14-d2-s1-release.tar.gz
Change-Id: I8f80e361f4d215816534abb93899638eca2ebdb9
-rw-r--r--ip/Android.bp4
-rw-r--r--misc/Android.bp4
-rw-r--r--tc/Android.bp4
3 files changed, 0 insertions, 12 deletions
diff --git a/ip/Android.bp b/ip/Android.bp
index b40fc4a0..329f7fa1 100644
--- a/ip/Android.bp
+++ b/ip/Android.bp
@@ -116,8 +116,4 @@ cc_binary {
"-Wl,-export-dynamic",
"-Wl,--no-gc-sections",
],
-
- sanitize: {
- memtag_heap: true,
- },
}
diff --git a/misc/Android.bp b/misc/Android.bp
index 5b75c71a..05376189 100644
--- a/misc/Android.bp
+++ b/misc/Android.bp
@@ -30,8 +30,4 @@ cc_binary {
],
ldflags: ["-Wl,-export-dynamic"],
-
- sanitize: {
- memtag_heap: true,
- },
}
diff --git a/tc/Android.bp b/tc/Android.bp
index 1838acf7..ee84b8b9 100644
--- a/tc/Android.bp
+++ b/tc/Android.bp
@@ -149,8 +149,4 @@ cc_binary {
// This is a work around for b/18403920
ldflags: ["-Wl,--no-gc-sections"],
-
- sanitize: {
- memtag_heap: true,
- },
}