From 4ce5bf57b6ba9a05e8be8e3981c820eded85b307 Mon Sep 17 00:00:00 2001 From: Konsta Date: Sat, 5 Apr 2025 00:03:40 +0300 Subject: [PATCH] add empty product manifest * Needed with enforce-product-packages-exist. * https://android.googlesource.com/device/google/cuttlefish/+/c38cec789c28f6f98547c2b63ba2a62b6d8cbf41 --- BoardConfig.mk | 1 + product_manifest.xml | 1 + 2 files changed, 2 insertions(+) create mode 100644 product_manifest.xml diff --git a/BoardConfig.mk b/BoardConfig.mk index 050ed53..e236366 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -41,6 +41,7 @@ BOARD_KERNEL_CMDLINE := console=ttyAMA10,115200 no_console_suspend root=/dev/ram # 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 diff --git a/product_manifest.xml b/product_manifest.xml new file mode 100644 index 0000000..c1edbba --- /dev/null +++ b/product_manifest.xml @@ -0,0 +1 @@ +