add empty product manifest

* Needed with enforce-product-packages-exist.
* c38cec789c
This commit is contained in:
Konsta
2025-04-05 00:03:40 +03:00
parent b859ded61e
commit 8848000689
2 changed files with 2 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ BOARD_KERNEL_CMDLINE := console=ttyS0,115200 no_console_suspend root=/dev/ram0 r
# Manifest
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := $(DEVICE_PATH)/framework_compatibility_matrix.xml
DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml
PRODUCT_MANIFEST_FILES := $(DEVICE_PATH)/product_manifest.xml
# Partition sizes
BOARD_FLASH_BLOCK_SIZE := 4096

1
product_manifest.xml Normal file
View File

@@ -0,0 +1 @@
<manifest version="1.0" type="framework" />