diff --git a/BoardConfig.mk b/BoardConfig.mk index 5e6b338..edb49d6 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -22,6 +22,9 @@ DEVICE_PATH := device/motorola/pstar # Bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth +# HIDL +DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml + # Kernel TARGET_KERNEL_ADDITIONAL_CONFIG := vendor/lineage_pstar_defconfig diff --git a/manifest.xml b/manifest.xml new file mode 100644 index 0000000..c57fb24 --- /dev/null +++ b/manifest.xml @@ -0,0 +1,19 @@ + + + vendor.lineage.livedisplay + hwbinder + 2.1 + + IPictureAdjustment + default + + + ISunlightEnhancement + default + + + IAntiFlicker + default + + +