Another question to @DroidThug about Camera. As i see you use in your tree many camera-related flags, but most of them don't use in Lineage sources. For example:
USE_MTK_CAMERA_WRAPPER := true - this is don't used, it uses by Camera Wrapper by @danielhk here, but as i see in this tree don't use any camera wrapper source.
TARGET_HAS_LEGACY_LP_CAM - is also not standart LineageOS 14.1 flag too. As a previous here it doesn't affect anything in build.
Main question: have you working camera in your buid? Or sometimes see stack crash when call to ACDK_SENSOR_RESOLUTION_INFO_STRUCT in mgSensorDrv::getResolution() (see description of this error here). If all working - do you use any specific LIBC build flag?
Another question to @DroidThug about Camera. As i see you use in your tree many camera-related flags, but most of them don't use in Lineage sources. For example:
USE_MTK_CAMERA_WRAPPER := true - this is don't used, it uses by Camera Wrapper by @danielhk here, but as i see in this tree don't use any camera wrapper source.
TARGET_HAS_LEGACY_LP_CAM - is also not standart LineageOS 14.1 flag too. As a previous here it doesn't affect anything in build.
Main question: have you working camera in your buid? Or sometimes see stack crash when call to ACDK_SENSOR_RESOLUTION_INFO_STRUCT in mgSensorDrv::getResolution() (see description of this error here). If all working - do you use any specific LIBC build flag?