aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/Makefile2
-rw-r--r--core/build_id.mk2
-rw-r--r--core/version_defaults.mk2
3 files changed, 4 insertions, 2 deletions
diff --git a/core/Makefile b/core/Makefile
index 664573cb25..b018106853 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -5065,8 +5065,10 @@ INTERNAL_OTATOOLS_MODULES := \
INTERNAL_OTATOOLS_MODULES += \
apexer \
apex_compression_tool \
+ blkid \
deapexer \
debugfs_static \
+ fsck.erofs \
merge_zips \
resize2fs \
soong_zip \
diff --git a/core/build_id.mk b/core/build_id.mk
index dfcd22bb85..1b61b849e7 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=331311000
+BUILD_ID=331312000
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index feb643e701..c7aa309ffb 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -78,7 +78,7 @@ endif
.KATI_READONLY := PLATFORM_SDK_VERSION
# This is the sdk extension version of this tree.
-PLATFORM_SDK_EXTENSION_VERSION := 4
+PLATFORM_SDK_EXTENSION_VERSION := 5
.KATI_READONLY := PLATFORM_SDK_EXTENSION_VERSION
# This is the sdk extension version that PLATFORM_SDK_VERSION ships with.