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

Commit 285417ab authored by Mårten Kongstad's avatar Mårten Kongstad
Browse files

aapt2: add CANARY codename

Add CANARY to aapt2's list of known development SDK code names.

Bug: 427118822
Test: atest aapt2_tests
Flag: EXEMPT introducing new version codes can not be flagged
Change-Id: Ie02d6326414fedf09c102f6306de4e537455cd3c
parent 93f0314f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ static constexpr StringPiece sDevelopmentSdkCodeNames[] = {
    "UpsideDownCake"sv,
    "VanillaIceCream"sv,
    "Baklava"sv,
    "CANARY"sv,
};
// clang-format on