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

Commit 34e09019 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update ro.vendor.api_level for non-GRF devices" am: 075b6d72 am: 8fb7b0d0

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1981186

Change-Id: I9c83f482c028452d0fff56c1b1107acc3a303080
parents 59035e5c 8fb7b0d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1035,8 +1035,8 @@ static void property_initialize_ro_vendor_api_level() {
    constexpr auto VENDOR_API_LEVEL_PROP = "ro.vendor.api_level";

    // Api level properties of the board. The order of the properties must be kept.
    std::vector<std::string> BOARD_API_LEVEL_PROPS = {
            "ro.board.api_level", "ro.board.first_api_level", "ro.vendor.build.version.sdk"};
    std::vector<std::string> BOARD_API_LEVEL_PROPS = {"ro.board.api_level",
                                                      "ro.board.first_api_level"};
    // Api level properties of the device. The order of the properties must be kept.
    std::vector<std::string> DEVICE_API_LEVEL_PROPS = {"ro.product.first_api_level",
                                                       "ro.build.version.sdk"};