aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-12 23:00:39 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-13 00:00:11 +0000
commitde32b49239ca6408954b584355250d9706645460 (patch)
tree13ce9fcca4fcff26abac710436974ee26fc1ace1
parent657e98c060d1d795ee4c43c562b5883476f01cd7 (diff)
parentffbcb3f8570d6550279318065841d61b7bf40100 (diff)
downloadbuild-de32b49239ca6408954b584355250d9706645460.tar.gz
Make change and version bump to TQ3A.230413.001
Snap for 9929149 from ffbcb3f8570d6550279318065841d61b7bf40100 to tm-qpr3-release Change-Id: I76fb035e0fe8910c16ba877f95afd280bca5fba9
-rw-r--r--core/build_id.mk2
-rw-r--r--core/version_defaults.mk2
-rw-r--r--target/board/BoardConfigEmuCommon.mk5
3 files changed, 7 insertions, 2 deletions
diff --git a/core/build_id.mk b/core/build_id.mk
index ae2356de1c..86e03e32c8 100644
--- a/core/build_id.mk
+++ b/core/build_id.mk
@@ -18,4 +18,4 @@
# (like "CRB01"). It must be a single word, and is
# capitalized by convention.
-BUILD_ID=TQ3A.230412.001
+BUILD_ID=TQ3A.230413.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 419ff1aadc..60bd4cdcb2 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -103,7 +103,7 @@ ifndef PLATFORM_SECURITY_PATCH
# It must be of the form "YYYY-MM-DD" on production devices.
# It must match one of the Android Security Patch Level strings of the Public Security Bulletins.
# If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
- PLATFORM_SECURITY_PATCH := 2023-05-05
+ PLATFORM_SECURITY_PATCH := 2023-06-05
endif
include $(BUILD_SYSTEM)/version_util.mk
diff --git a/target/board/BoardConfigEmuCommon.mk b/target/board/BoardConfigEmuCommon.mk
index 5e7647613f..cc5e3ab88a 100644
--- a/target/board/BoardConfigEmuCommon.mk
+++ b/target/board/BoardConfigEmuCommon.mk
@@ -38,6 +38,7 @@ BOARD_SUPER_PARTITION_GROUPS := emulator_dynamic_partitions
BOARD_EMULATOR_DYNAMIC_PARTITIONS_PARTITION_LIST := \
system \
+ system_dlkm \
system_ext \
product \
vendor
@@ -47,6 +48,10 @@ BOARD_PRODUCTIMAGE_FILE_SYSTEM_TYPE := ext4
TARGET_COPY_OUT_SYSTEM_EXT := system_ext
BOARD_SYSTEM_EXTIMAGE_FILE_SYSTEM_TYPE := ext4
+BOARD_USES_SYSTEM_DLKMIMAGE := true
+BOARD_SYSTEM_DLKMIMAGE_FILE_SYSTEM_TYPE := erofs
+TARGET_COPY_OUT_SYSTEM_DLKM := system_dlkm
+
# 8G
BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE := 8589934592