*embedded is merged in base now ref: https://github.com/omnirom/android_build/commit/32e70da517b0b18c6ef77b7ea1fee73c6033604a
@@ -59,7 +59,7 @@ TARGET_BOARD_PLATFORM := sdm660
TARGET_BOARD_PLATFORM_GPU := qcom-adreno508
# Encryption
-PLATFORM_VERSION := 16.1.0
+#PLATFORM_VERSION := 16.1.0
PLATFORM_SECURITY_PATCH := 2025-12-31
# Partitions
@@ -17,7 +17,8 @@
# Release name
PRODUCT_RELEASE_NAME := PL2
-$(call inherit-product, build/target/product/embedded.mk)
+# Inherit base makefile
+$(call inherit-product, build/target/product/base.mk)
# Inherit from our custom product configuration
$(call inherit-product, vendor/omni/config/common.mk)