add empty product manifest
* Needed with enforce-product-packages-exist.
* c38cec789c
This commit is contained in:
@@ -41,6 +41,7 @@ BOARD_KERNEL_CMDLINE := console=ttyAMA10,115200 no_console_suspend root=/dev/ram
|
|||||||
# Manifest
|
# Manifest
|
||||||
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := $(DEVICE_PATH)/framework_compatibility_matrix.xml
|
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := $(DEVICE_PATH)/framework_compatibility_matrix.xml
|
||||||
DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml
|
DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml
|
||||||
|
PRODUCT_MANIFEST_FILES := $(DEVICE_PATH)/product_manifest.xml
|
||||||
|
|
||||||
# Partition sizes
|
# Partition sizes
|
||||||
BOARD_FLASH_BLOCK_SIZE := 4096
|
BOARD_FLASH_BLOCK_SIZE := 4096
|
||||||
|
1
product_manifest.xml
Normal file
1
product_manifest.xml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<manifest version="1.0" type="framework" />
|
Reference in New Issue
Block a user