Use blocklist sub-property in sanitize

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: I952732a034a660a6a6577195d33b2fc2f4f4c78c
This commit is contained in:
Pirama Arumuga Nainar
2020-07-28 14:38:20 -07:00
parent 1b2995ca3f
commit 88db3035b5
2 changed files with 1 additions and 1 deletions

View File

@@ -103,7 +103,7 @@ cc_library {
},
},
sanitize: {
blacklist: "libandroidfw_blacklist.txt",
blocklist: "libandroidfw_blocklist.txt",
},
}