Skip to content

Commit

Permalink
RMX3706: The correct sdk version is 32
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterZtr committed Apr 24, 2024
1 parent 7d4ca37 commit ce3d9be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# SDK
BOARD_SYSTEMSDK_VERSIONS := 31
BOARD_SYSTEMSDK_VERSIONS := 32

# Architecture
TARGET_ARCH := arm64
Expand Down
12 changes: 6 additions & 6 deletions device.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024The Android Open Source Project
# Copyright (C) 2024 The Android Open Source Project
# SPDX-License-Identifier: Apache-2.0

# Inherit from common AOSP config
Expand All @@ -20,7 +20,7 @@ TARGET_BOOTLOADER_BOARD_NAME := $(TARGET_BOARD_PLATFORM)
AB_OTA_UPDATER := true

# VNDK
PRODUCT_TARGET_VNDK_VERSION := 31
PRODUCT_TARGET_VNDK_VERSION := 32

# Virtual A/B
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
Expand Down Expand Up @@ -67,10 +67,10 @@ AB_OTA_POSTINSTALL_CONFIG += \
POSTINSTALL_OPTIONAL_vendor=true

# Set GRF/Vendor freeze properties
BOARD_SHIPPING_API_LEVEL := 31
BOARD_API_LEVEL := 31
SHIPPING_API_LEVEL := 31
PRODUCT_SHIPPING_API_LEVEL := 31
BOARD_SHIPPING_API_LEVEL := 32
BOARD_API_LEVEL := 32
SHIPPING_API_LEVEL := 32
PRODUCT_SHIPPING_API_LEVEL := 32

# Dynamic partitions
PRODUCT_USE_DYNAMIC_PARTITIONS := true
Expand Down

0 comments on commit ce3d9be

Please sign in to comment.