From 6d44b362b97d2262225519f4354d8173f3ab9b53 Mon Sep 17 00:00:00 2001 From: Pirama Arumuga Nainar Date: Tue, 28 Jul 2020 14:27:20 -0700 Subject: [PATCH] Use blocklist sub-property in sanitize MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 topic Change-Id: Id7e09811092c8f026e1006d2a1d8355c444081a6 --- Android.bp | 4 ++-- libavc_blacklist.txt => libavc_blocklist.txt | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename libavc_blacklist.txt => libavc_blocklist.txt (100%) diff --git a/Android.bp b/Android.bp index 500bbf6..5ba9c7a 100644 --- a/Android.bp +++ b/Android.bp @@ -230,7 +230,7 @@ cc_library_static { misc_undefined: ["bounds"], // Enable CFI if this becomes a shared library. // cfi: true, - blacklist: "libavc_blacklist.txt", + blocklist: "libavc_blocklist.txt", }, apex_available: [ "//apex_available:platform", // used by libstagefright_soft_avcdec @@ -491,7 +491,7 @@ cc_library_static { misc_undefined: ["bounds"], // Enable CFI if this becomes a shared library. // cfi: true, - blacklist: "libavc_blacklist.txt", + blocklist: "libavc_blocklist.txt", }, apex_available: [ "//apex_available:platform", //due to libstagefright_soft_avcenc diff --git a/libavc_blacklist.txt b/libavc_blocklist.txt similarity index 100% rename from libavc_blacklist.txt rename to libavc_blocklist.txt