Pavle
Pavle
I have this included inside boardconfig.mk http://pastebin.com/Y90rsaBG
MR_USE_QCOM_OVERLAY := true MR_QCOM_OVERLAY_HEADER := "device/samsung/s3ve3g/headers//msm_mdp.h" MR_QCOM_OVERLAY_HEADER2 := "hardware/qcom/msm8x26/kernel-headers/linux/msm_ion.h" MR_QCOM_OVERLAY_CUSTOM_PIXEL_FORMAT := MDP_RGBX_8888
I don't have this path: MR_QCOM_OVERLAY_HEADER := device/pantech/ef63s/multirom/mr_qcom_overlay.h
But I don't have this file inside my device folder: mr_qcom_overlay.h
I configured boardconfig like this: #Multirom HAVE_SELINUX := true MR_INPUT_TYPE := type_b MR_INIT_DEVICES := device/samsung/s3ve3g/mr_init_devices.c MR_DPI := hdpi MR_DPI_FONT := 216 MR_FSTAB := $(LOCAL_PATH)/recovery/twrp.fstab #End of first RAM region is...
But now I have this problem; uild/core/tasks/kernel.mk:271: warning: overriding recipe for target '/home/toor/Desktop/twrp-6.0/out/target/product/s3ve3g/kernel' build/core/Makefile:72: warning: ignoring old recipe for target '/home/toor/Desktop/twrp-6.0/out/target/product/s3ve3g/kernel' target thumb C: libmultirom_static
https://github.com/TeamWin/android_device_samsung_s3ve3g/compare/android-5.1...Pavlex4:patch-1
+MR_QCOM_OVERLAY_HEADER := "device/samsung/s3ve3g/multirom/mr_qcom_overlay.h
How to push device to github?