aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2020-08-03 10:39:56 -0700
committerPirama Arumuga Nainar <pirama@google.com>2020-08-03 20:05:19 +0000
commit27d3291ef11ea9043d7b09525245fd30cd31b20d (patch)
tree294ce12a0b988dff27483e1b0662d6f82d23a959
parent1b55a049d465405a36a8860d32f41a4b9db725b0 (diff)
downloadv8-27d3291ef11ea9043d7b09525245fd30cd31b20d.tar.gz
Use blocklist sub-property of sanitize.
Not updating the filename to prevent conflicts when merging from upstream. PS: Android.v8.bp is a generated file but it already has local modifications and genmakefiles.py doesn't run out of the box. Update language to comply with Android’s inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Bug: 162245450 Test: build Change-Id: I15b7a728dc07e9763db247f24497c13418a748b3 Merged-In: I15b7a728dc07e9763db247f24497c13418a748b3 (cherry picked from commit 05e90c2012c661f935e6fc97cf0248cdd5a48d85)
-rw-r--r--Android.v8.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.v8.bp b/Android.v8.bp
index 4c903ae0..bd839ab7 100644
--- a/Android.v8.bp
+++ b/Android.v8.bp
@@ -616,6 +616,6 @@ cc_library_static {
generated_sources: ["v8_torque_file_cc"],
sanitize: {
cfi: true,
- blacklist: "./tools/cfi/blacklist.txt",
+ blocklist: "./tools/cfi/blacklist.txt",
},
}