From f043538251fec450e5b0744c318c800f605867f6 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Tue, 22 Sep 2020 10:15:09 +0200 Subject: [PATCH] gts3l-common: vintf: Enforce vintf manifest override * Apparently this is now required on all non full treble devices since google added a sleep(1) in libhidl... Change-Id: I9d473c88157d87c440b6f5f07776695a384f0336 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index b1cf76a..d7e7c61 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -125,6 +125,7 @@ TARGET_HW_DISK_ENCRYPTION := true TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/config.fs # HIDL +PRODUCT_ENFORCE_VINTF_MANIFEST_OVERRIDE := true DEVICE_MANIFEST_FILE := $(COMMON_PATH)/manifest.xml DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml