diff options
-rw-r--r-- | BoardConfigCommon.mk | 3 | ||||
-rwxr-xr-x | msm8996.mk | 4 |
2 files changed, 3 insertions, 4 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 @@ -153,10 +153,6 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/gps/etc/sap.conf:system/etc/sap.conf \ $(LOCAL_PATH)/gps/etc/xtwifi.conf:system/etc/xtwifi.conf -# HIDL manifest -PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/manifest.xml:system/vendor/manifest.xml - # Graphics PRODUCT_PACKAGES += \ libsdm-disp-apis |