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

Commit 7ffb7670 authored by Mårten Kongstad's avatar Mårten Kongstad Committed by Gerrit Code Review
Browse files

Merge "aapt2: add Baklava" into main

parents 6fc67c2a bc7e7477
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -28,8 +28,19 @@ using namespace std::literals;
namespace aapt {

static constexpr ApiVersion sDevelopmentSdkLevel = 10000;

// clang-format off
static constexpr StringPiece sDevelopmentSdkCodeNames[] = {
    "Q"sv, "R"sv, "S"sv, "Sv2"sv, "Tiramisu"sv, "UpsideDownCake"sv, "VanillaIceCream"sv};
    "Q"sv,
    "R"sv,
    "S"sv,
    "Sv2"sv,
    "Tiramisu"sv,
    "UpsideDownCake"sv,
    "VanillaIceCream"sv,
    "Baklava"sv,
};
// clang-format on

static constexpr auto sPrivacySandboxSuffix = "PrivacySandbox"sv;