diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2020-07-28 14:38:20 -0700 |
---|---|---|
committer | Pirama Arumuga Nainar <pirama@google.com> | 2020-07-28 14:38:20 -0700 |
commit | 88db3035b57a8e034e1de72e2c70b8854c23729b (patch) | |
tree | 7df4033900297baca1ad01adbf82227e697bb154 /libs/androidfw/Android.bp | |
parent | 1b2995ca3f1a224f1765b8b0ce0f76351d0665ce (diff) |
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
Diffstat (limited to 'libs/androidfw/Android.bp')
-rw-r--r-- | libs/androidfw/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/androidfw/Android.bp b/libs/androidfw/Android.bp index eeaefc5b157c..a35143756d65 100644 --- a/libs/androidfw/Android.bp +++ b/libs/androidfw/Android.bp @@ -103,7 +103,7 @@ cc_library { }, }, sanitize: { - blacklist: "libandroidfw_blacklist.txt", + blocklist: "libandroidfw_blocklist.txt", }, } |