Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88db3035 authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar
Browse files

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
parent 1b2995ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ cc_library {
        },
    },
    sanitize: {
        blacklist: "libandroidfw_blacklist.txt",
        blocklist: "libandroidfw_blocklist.txt",
    },
}