klte-common: Add empty HIDL manifest

Change-Id: I2fcd62b1dd6cbe292d89cf97085c9549bf69ba24
This commit is contained in:
Rashed Abdel-Tawab 2017-10-11 18:59:01 +03:00 committed by Kevin F. Haggerty
parent 9606d62123
commit e43a08af7a
2 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,9 @@ BOARD_HARDWARE_CLASS += $(LOCAL_PATH)/cmhw
# Extended Filesystem Support
TARGET_KERNEL_HAVE_EXFAT := true
# HIDL
DEVICE_MANIFEST_FILE := $(LOCAL_PATH)/manifest.xml
# Legacy BLOB Support
TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true

2
manifest.xml Normal file
View File

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