Pārlūkot izejas kodu

PL2: Inherit base makefile instead of embedded

*embedded is merged in base now
 ref: https://github.com/omnirom/android_build/commit/32e70da517b0b18c6ef77b7ea1fee73c6033604a
theimpulson 6 gadi atpakaļ
vecāks
revīzija
ca0daf1f01
2 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 1 1
      BoardConfig.mk
  2. 2 1
      omni_PL2.mk

+ 1 - 1
BoardConfig.mk

@@ -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

+ 2 - 1
omni_PL2.mk

@@ -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)