diff options
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 88cf736..29f80da 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -140,6 +140,9 @@ SF_VSYNC_EVENT_PHASE_OFFSET_NS := 6000000 # Filesystem TARGET_FS_CONFIG_GEN := $(VENDOR_PATH)/config.fs +# Hidl manifests +DEVICE_MANIFEST_FILE := $(VENDOR_PATH)/manifest.xml + # Init # TARGET_INIT_VENDOR_LIB := libinit_msm8996 # TARGET_RECOVERY_DEVICE_MODULES := libinit_msm8996 |