From 6122d8fdb25726eaa03882aec03ce2fc65a52936 Mon Sep 17 00:00:00 2001 From: Pirama Arumuga Nainar Date: Tue, 28 Jul 2020 14:37:25 -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: I3bd7ee99914a13961e2afa7062a7019c24d01a46 --- Android.bp | 2 +- libxaac_blacklist.txt => libxaac_blocklist.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libxaac_blacklist.txt => libxaac_blocklist.txt (100%) diff --git a/Android.bp b/Android.bp index c5067f6..5c0ceb6 100644 --- a/Android.bp +++ b/Android.bp @@ -137,7 +137,7 @@ cc_library_static { ], // Enable CFI if this becomes a shared library. // cfi: true, - blacklist: "libxaac_blacklist.txt", + blocklist: "libxaac_blocklist.txt", }, arch: { diff --git a/libxaac_blacklist.txt b/libxaac_blocklist.txt similarity index 100% rename from libxaac_blacklist.txt rename to libxaac_blocklist.txt