├── Android.mk ├── BoardConfigCommon.mk ├── cmhw └── org │ └── cyanogenmod │ └── hardware │ ├── DisplayColorCalibration.java │ ├── PersistentStorage.java │ └── UniqueDeviceId.java ├── configs ├── WMT_SOC.cfg ├── agps_profiles_conf2.xml ├── audio_device.xml ├── audio_policy.conf ├── media_codecs.xml ├── media_codecs_mediatek_audio.xml ├── media_codecs_mediatek_video.xml ├── mtk_omx_core.cfg ├── p2p_supplicant_overlay.conf ├── wpa_supplicant.conf └── wpa_supplicant_overlay.conf ├── include ├── asm │ └── cache.h ├── bits_api.h ├── camera_fdvt.h ├── camera_isp.h ├── camera_isp_D2.h ├── camera_isp_FrmB_D2.h ├── camera_pipe_mgr_D2.h ├── camera_pipe_mgr_imp_D2.h ├── camera_sysram.h ├── camera_sysram_D2.h ├── camera_sysram_imp_D2.h ├── cmdq_def.h ├── cmdq_driver.h ├── cmdq_engine.h ├── cmdq_engine_common.h ├── cmdq_event.h ├── cmdq_event_D1.h ├── cmdq_event_D2.h ├── cmdq_event_D3.h ├── cmdq_event_common.h ├── cmdq_subsys.h ├── cmdq_subsys_common.h ├── ddp_aal.h ├── ddp_data_type.h ├── ddp_drv.h ├── ddp_gamma.h ├── ddp_hal.h ├── ddp_ovl.h ├── disp_event.h ├── errata.h ├── hal_api.h ├── hal_types_private.h ├── hal_types_public.h ├── hevcd_if.h ├── jpeg_drv.h ├── kd_camera_feature.h ├── kd_camera_feature_enum.h ├── kd_camera_feature_id.h ├── kd_imgsensor.h ├── kd_imgsensor_define.h ├── kd_imgsensor_errcode.h ├── libmtk_cipher_export.h ├── linux │ ├── almk_drv.h │ ├── cache.h │ ├── ccci_ipc_task_ID.h │ ├── cmdq │ │ ├── cmdq_event.h │ │ └── cmdq_subsys.h │ ├── ddp_od.h │ ├── disp_session.h │ ├── disp_svp.h │ ├── fm.h │ ├── hdmitx.h │ ├── hwmsensor.h │ ├── ion_debugger.h │ ├── ion_drv.h │ ├── kpd.h │ ├── libmtk_cipher_export.h │ ├── matv.h │ ├── mman-proprietary.h │ ├── mmc │ │ └── sd_misc.h │ ├── mmprofile.h │ ├── mmprofile_internal.h │ ├── mmprofile_static_event.h │ ├── mt_sched.h │ ├── mt_sched_ioctl.h │ ├── mtcombo.h │ ├── mtgpio.h │ ├── mtk_agps_common.h │ ├── mtk_ion.h │ ├── mtkfb.h │ ├── mtkfb_info.h │ ├── mtkfb_vsync.h │ ├── rrc_drv.h │ ├── rtpm_prio.h │ ├── sensors_io.h │ ├── slab.h │ └── vow.h ├── mt_smi.h ├── sync_write.h ├── val_api_private.h ├── val_api_public.h ├── val_log.h ├── val_oal.h ├── val_types_private.h ├── val_types_public.h ├── val_vcodec_utility.h ├── vcodec_OAL_v2.h ├── vcodec_customization.h ├── vcodec_dec_demuxer_if_v2.h ├── vcodec_if_v2.h ├── vcodec_log.h ├── vdec_drv_base.h ├── vdec_drv_if_dep.h ├── vdec_drv_if_private.h ├── vdec_drv_if_public.h ├── venc_drv_base.h ├── venc_drv_if_dep.h ├── venc_drv_if_private.h ├── venc_drv_if_public.h ├── video_custom_sp.h └── videocodec_kernel_driver.h ├── keylayouts ├── ACCDET.kl └── mtk-kpd.kl ├── mt6735.mk ├── overlay ├── frameworks │ └── base │ │ └── core │ │ └── res │ │ └── res │ │ └── values │ │ └── config.xml └── packages │ ├── apps │ └── FMRadio │ │ └── res │ │ └── values │ │ └── config.xml │ └── services │ └── Telephony │ └── res │ └── values │ └── config.xml ├── power ├── Android.mk └── power.c ├── releasetools.py ├── ril └── telephony │ └── java │ └── com │ └── android │ └── internal │ └── telephony │ ├── MT6735.java │ └── MtkEccList.java ├── rootdir ├── Android.mk ├── factory_init.project.rc ├── factory_init.rc ├── factory_init.usb.rc ├── fstab.mt6735 ├── init.mt6735.modem.rc ├── init.mt6735.rc ├── init.mt6735.usb.rc ├── meta_init.modem.rc ├── meta_init.project.rc ├── meta_init.rc └── ueventd.mt6735.rc ├── sepolicy ├── af7133d.te ├── agpsd.te ├── bluetooth.te ├── ccci_fsd.te ├── ccci_mdinit.te ├── conn_launcher.te ├── device.te ├── emdlogger.te ├── factory.te ├── file.te ├── file_contexts ├── fsck.te ├── fuelgauged.te ├── genfs_contexts ├── gsm0710muxd.te ├── healthd.te ├── init.te ├── installd.te ├── kernel.te ├── md_ctrl.te ├── mediaserver.te ├── meta_tst.te ├── mnld.te ├── mobile_log_d.te ├── msensord.te ├── mtklogger.te ├── muxreport.te ├── netd.te ├── netdiag.te ├── nvram_daemon.te ├── pq.te ├── property.te ├── property_contexts ├── radio.te ├── ril-daemon-mtk.te ├── seapp_contexts ├── service.te ├── service_contexts ├── slpd.te ├── surfaceflinger.te ├── system_app.te ├── system_server.te ├── terservice.te ├── thermal_manager.te ├── ueventd.te ├── vold.te ├── wifi2agps.te └── wmt_loader.te ├── system.prop ├── wifi ├── Android.mk ├── arm │ └── libwifi-hal-mt66xx.a └── arm64 │ └── libwifi-hal-mt66xx.a └── wpa_supplicant_8_lib ├── Android.mk └── mediatek_driver_cmd_nl80211.c /Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/Android.mk -------------------------------------------------------------------------------- /BoardConfigCommon.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/BoardConfigCommon.mk -------------------------------------------------------------------------------- /cmhw/org/cyanogenmod/hardware/DisplayColorCalibration.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/cmhw/org/cyanogenmod/hardware/DisplayColorCalibration.java -------------------------------------------------------------------------------- /cmhw/org/cyanogenmod/hardware/PersistentStorage.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/cmhw/org/cyanogenmod/hardware/PersistentStorage.java -------------------------------------------------------------------------------- /cmhw/org/cyanogenmod/hardware/UniqueDeviceId.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/cmhw/org/cyanogenmod/hardware/UniqueDeviceId.java -------------------------------------------------------------------------------- /configs/WMT_SOC.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/configs/WMT_SOC.cfg -------------------------------------------------------------------------------- /configs/agps_profiles_conf2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/configs/agps_profiles_conf2.xml -------------------------------------------------------------------------------- /configs/audio_device.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/configs/audio_device.xml -------------------------------------------------------------------------------- /configs/audio_policy.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/configs/audio_policy.conf -------------------------------------------------------------------------------- /configs/media_codecs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/configs/media_codecs.xml -------------------------------------------------------------------------------- /configs/media_codecs_mediatek_audio.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/configs/media_codecs_mediatek_audio.xml -------------------------------------------------------------------------------- /configs/media_codecs_mediatek_video.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/configs/media_codecs_mediatek_video.xml -------------------------------------------------------------------------------- /configs/mtk_omx_core.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/configs/mtk_omx_core.cfg -------------------------------------------------------------------------------- /configs/p2p_supplicant_overlay.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/configs/p2p_supplicant_overlay.conf -------------------------------------------------------------------------------- /configs/wpa_supplicant.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/configs/wpa_supplicant.conf -------------------------------------------------------------------------------- /configs/wpa_supplicant_overlay.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/configs/wpa_supplicant_overlay.conf -------------------------------------------------------------------------------- /include/asm/cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/asm/cache.h -------------------------------------------------------------------------------- /include/bits_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/bits_api.h -------------------------------------------------------------------------------- /include/camera_fdvt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/camera_fdvt.h -------------------------------------------------------------------------------- /include/camera_isp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/camera_isp.h -------------------------------------------------------------------------------- /include/camera_isp_D2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/camera_isp_D2.h -------------------------------------------------------------------------------- /include/camera_isp_FrmB_D2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/camera_isp_FrmB_D2.h -------------------------------------------------------------------------------- /include/camera_pipe_mgr_D2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/camera_pipe_mgr_D2.h -------------------------------------------------------------------------------- /include/camera_pipe_mgr_imp_D2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/camera_pipe_mgr_imp_D2.h -------------------------------------------------------------------------------- /include/camera_sysram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/camera_sysram.h -------------------------------------------------------------------------------- /include/camera_sysram_D2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/camera_sysram_D2.h -------------------------------------------------------------------------------- /include/camera_sysram_imp_D2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/camera_sysram_imp_D2.h -------------------------------------------------------------------------------- /include/cmdq_def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/cmdq_def.h -------------------------------------------------------------------------------- /include/cmdq_driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/cmdq_driver.h -------------------------------------------------------------------------------- /include/cmdq_engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/cmdq_engine.h -------------------------------------------------------------------------------- /include/cmdq_engine_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/cmdq_engine_common.h -------------------------------------------------------------------------------- /include/cmdq_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/cmdq_event.h -------------------------------------------------------------------------------- /include/cmdq_event_D1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/cmdq_event_D1.h -------------------------------------------------------------------------------- /include/cmdq_event_D2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/cmdq_event_D2.h -------------------------------------------------------------------------------- /include/cmdq_event_D3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/cmdq_event_D3.h -------------------------------------------------------------------------------- /include/cmdq_event_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/cmdq_event_common.h -------------------------------------------------------------------------------- /include/cmdq_subsys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/cmdq_subsys.h -------------------------------------------------------------------------------- /include/cmdq_subsys_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/cmdq_subsys_common.h -------------------------------------------------------------------------------- /include/ddp_aal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/ddp_aal.h -------------------------------------------------------------------------------- /include/ddp_data_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/ddp_data_type.h -------------------------------------------------------------------------------- /include/ddp_drv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/ddp_drv.h -------------------------------------------------------------------------------- /include/ddp_gamma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/ddp_gamma.h -------------------------------------------------------------------------------- /include/ddp_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/ddp_hal.h -------------------------------------------------------------------------------- /include/ddp_ovl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/ddp_ovl.h -------------------------------------------------------------------------------- /include/disp_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/disp_event.h -------------------------------------------------------------------------------- /include/errata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/errata.h -------------------------------------------------------------------------------- /include/hal_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/hal_api.h -------------------------------------------------------------------------------- /include/hal_types_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/hal_types_private.h -------------------------------------------------------------------------------- /include/hal_types_public.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/hal_types_public.h -------------------------------------------------------------------------------- /include/hevcd_if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/hevcd_if.h -------------------------------------------------------------------------------- /include/jpeg_drv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/jpeg_drv.h -------------------------------------------------------------------------------- /include/kd_camera_feature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/kd_camera_feature.h -------------------------------------------------------------------------------- /include/kd_camera_feature_enum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/kd_camera_feature_enum.h -------------------------------------------------------------------------------- /include/kd_camera_feature_id.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/kd_camera_feature_id.h -------------------------------------------------------------------------------- /include/kd_imgsensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/kd_imgsensor.h -------------------------------------------------------------------------------- /include/kd_imgsensor_define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/kd_imgsensor_define.h -------------------------------------------------------------------------------- /include/kd_imgsensor_errcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/kd_imgsensor_errcode.h -------------------------------------------------------------------------------- /include/libmtk_cipher_export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/libmtk_cipher_export.h -------------------------------------------------------------------------------- /include/linux/almk_drv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/almk_drv.h -------------------------------------------------------------------------------- /include/linux/cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/cache.h -------------------------------------------------------------------------------- /include/linux/ccci_ipc_task_ID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/ccci_ipc_task_ID.h -------------------------------------------------------------------------------- /include/linux/cmdq/cmdq_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/cmdq/cmdq_event.h -------------------------------------------------------------------------------- /include/linux/cmdq/cmdq_subsys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/cmdq/cmdq_subsys.h -------------------------------------------------------------------------------- /include/linux/ddp_od.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/ddp_od.h -------------------------------------------------------------------------------- /include/linux/disp_session.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/disp_session.h -------------------------------------------------------------------------------- /include/linux/disp_svp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/disp_svp.h -------------------------------------------------------------------------------- /include/linux/fm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/fm.h -------------------------------------------------------------------------------- /include/linux/hdmitx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/hdmitx.h -------------------------------------------------------------------------------- /include/linux/hwmsensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/hwmsensor.h -------------------------------------------------------------------------------- /include/linux/ion_debugger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/ion_debugger.h -------------------------------------------------------------------------------- /include/linux/ion_drv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/ion_drv.h -------------------------------------------------------------------------------- /include/linux/kpd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/kpd.h -------------------------------------------------------------------------------- /include/linux/libmtk_cipher_export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/libmtk_cipher_export.h -------------------------------------------------------------------------------- /include/linux/matv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/matv.h -------------------------------------------------------------------------------- /include/linux/mman-proprietary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/mman-proprietary.h -------------------------------------------------------------------------------- /include/linux/mmc/sd_misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/mmc/sd_misc.h -------------------------------------------------------------------------------- /include/linux/mmprofile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/mmprofile.h -------------------------------------------------------------------------------- /include/linux/mmprofile_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/mmprofile_internal.h -------------------------------------------------------------------------------- /include/linux/mmprofile_static_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/mmprofile_static_event.h -------------------------------------------------------------------------------- /include/linux/mt_sched.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/mt_sched.h -------------------------------------------------------------------------------- /include/linux/mt_sched_ioctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/mt_sched_ioctl.h -------------------------------------------------------------------------------- /include/linux/mtcombo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/mtcombo.h -------------------------------------------------------------------------------- /include/linux/mtgpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/mtgpio.h -------------------------------------------------------------------------------- /include/linux/mtk_agps_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/mtk_agps_common.h -------------------------------------------------------------------------------- /include/linux/mtk_ion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/mtk_ion.h -------------------------------------------------------------------------------- /include/linux/mtkfb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/mtkfb.h -------------------------------------------------------------------------------- /include/linux/mtkfb_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/mtkfb_info.h -------------------------------------------------------------------------------- /include/linux/mtkfb_vsync.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/mtkfb_vsync.h -------------------------------------------------------------------------------- /include/linux/rrc_drv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/rrc_drv.h -------------------------------------------------------------------------------- /include/linux/rtpm_prio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/rtpm_prio.h -------------------------------------------------------------------------------- /include/linux/sensors_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/sensors_io.h -------------------------------------------------------------------------------- /include/linux/slab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/slab.h -------------------------------------------------------------------------------- /include/linux/vow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/linux/vow.h -------------------------------------------------------------------------------- /include/mt_smi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/mt_smi.h -------------------------------------------------------------------------------- /include/sync_write.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/sync_write.h -------------------------------------------------------------------------------- /include/val_api_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/val_api_private.h -------------------------------------------------------------------------------- /include/val_api_public.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/val_api_public.h -------------------------------------------------------------------------------- /include/val_log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/val_log.h -------------------------------------------------------------------------------- /include/val_oal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/val_oal.h -------------------------------------------------------------------------------- /include/val_types_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/val_types_private.h -------------------------------------------------------------------------------- /include/val_types_public.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/val_types_public.h -------------------------------------------------------------------------------- /include/val_vcodec_utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/val_vcodec_utility.h -------------------------------------------------------------------------------- /include/vcodec_OAL_v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/vcodec_OAL_v2.h -------------------------------------------------------------------------------- /include/vcodec_customization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/vcodec_customization.h -------------------------------------------------------------------------------- /include/vcodec_dec_demuxer_if_v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/vcodec_dec_demuxer_if_v2.h -------------------------------------------------------------------------------- /include/vcodec_if_v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/vcodec_if_v2.h -------------------------------------------------------------------------------- /include/vcodec_log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/vcodec_log.h -------------------------------------------------------------------------------- /include/vdec_drv_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/vdec_drv_base.h -------------------------------------------------------------------------------- /include/vdec_drv_if_dep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/vdec_drv_if_dep.h -------------------------------------------------------------------------------- /include/vdec_drv_if_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/vdec_drv_if_private.h -------------------------------------------------------------------------------- /include/vdec_drv_if_public.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/vdec_drv_if_public.h -------------------------------------------------------------------------------- /include/venc_drv_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/venc_drv_base.h -------------------------------------------------------------------------------- /include/venc_drv_if_dep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/venc_drv_if_dep.h -------------------------------------------------------------------------------- /include/venc_drv_if_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/venc_drv_if_private.h -------------------------------------------------------------------------------- /include/venc_drv_if_public.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/venc_drv_if_public.h -------------------------------------------------------------------------------- /include/video_custom_sp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/video_custom_sp.h -------------------------------------------------------------------------------- /include/videocodec_kernel_driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/include/videocodec_kernel_driver.h -------------------------------------------------------------------------------- /keylayouts/ACCDET.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/keylayouts/ACCDET.kl -------------------------------------------------------------------------------- /keylayouts/mtk-kpd.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/keylayouts/mtk-kpd.kl -------------------------------------------------------------------------------- /mt6735.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/mt6735.mk -------------------------------------------------------------------------------- /overlay/frameworks/base/core/res/res/values/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/overlay/frameworks/base/core/res/res/values/config.xml -------------------------------------------------------------------------------- /overlay/packages/apps/FMRadio/res/values/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/overlay/packages/apps/FMRadio/res/values/config.xml -------------------------------------------------------------------------------- /overlay/packages/services/Telephony/res/values/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/overlay/packages/services/Telephony/res/values/config.xml -------------------------------------------------------------------------------- /power/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/power/Android.mk -------------------------------------------------------------------------------- /power/power.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/power/power.c -------------------------------------------------------------------------------- /releasetools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/releasetools.py -------------------------------------------------------------------------------- /ril/telephony/java/com/android/internal/telephony/MT6735.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/ril/telephony/java/com/android/internal/telephony/MT6735.java -------------------------------------------------------------------------------- /ril/telephony/java/com/android/internal/telephony/MtkEccList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/ril/telephony/java/com/android/internal/telephony/MtkEccList.java -------------------------------------------------------------------------------- /rootdir/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/rootdir/Android.mk -------------------------------------------------------------------------------- /rootdir/factory_init.project.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/rootdir/factory_init.project.rc -------------------------------------------------------------------------------- /rootdir/factory_init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/rootdir/factory_init.rc -------------------------------------------------------------------------------- /rootdir/factory_init.usb.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/rootdir/factory_init.usb.rc -------------------------------------------------------------------------------- /rootdir/fstab.mt6735: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/rootdir/fstab.mt6735 -------------------------------------------------------------------------------- /rootdir/init.mt6735.modem.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/rootdir/init.mt6735.modem.rc -------------------------------------------------------------------------------- /rootdir/init.mt6735.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/rootdir/init.mt6735.rc -------------------------------------------------------------------------------- /rootdir/init.mt6735.usb.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/rootdir/init.mt6735.usb.rc -------------------------------------------------------------------------------- /rootdir/meta_init.modem.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/rootdir/meta_init.modem.rc -------------------------------------------------------------------------------- /rootdir/meta_init.project.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/rootdir/meta_init.project.rc -------------------------------------------------------------------------------- /rootdir/meta_init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/rootdir/meta_init.rc -------------------------------------------------------------------------------- /rootdir/ueventd.mt6735.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/rootdir/ueventd.mt6735.rc -------------------------------------------------------------------------------- /sepolicy/af7133d.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/af7133d.te -------------------------------------------------------------------------------- /sepolicy/agpsd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/agpsd.te -------------------------------------------------------------------------------- /sepolicy/bluetooth.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/bluetooth.te -------------------------------------------------------------------------------- /sepolicy/ccci_fsd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/ccci_fsd.te -------------------------------------------------------------------------------- /sepolicy/ccci_mdinit.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/ccci_mdinit.te -------------------------------------------------------------------------------- /sepolicy/conn_launcher.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/conn_launcher.te -------------------------------------------------------------------------------- /sepolicy/device.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/device.te -------------------------------------------------------------------------------- /sepolicy/emdlogger.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/emdlogger.te -------------------------------------------------------------------------------- /sepolicy/factory.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/factory.te -------------------------------------------------------------------------------- /sepolicy/file.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/file.te -------------------------------------------------------------------------------- /sepolicy/file_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/file_contexts -------------------------------------------------------------------------------- /sepolicy/fsck.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/fsck.te -------------------------------------------------------------------------------- /sepolicy/fuelgauged.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/fuelgauged.te -------------------------------------------------------------------------------- /sepolicy/genfs_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/genfs_contexts -------------------------------------------------------------------------------- /sepolicy/gsm0710muxd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/gsm0710muxd.te -------------------------------------------------------------------------------- /sepolicy/healthd.te: -------------------------------------------------------------------------------- 1 | allow healthd device:dir r_dir_perms; 2 | -------------------------------------------------------------------------------- /sepolicy/init.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/init.te -------------------------------------------------------------------------------- /sepolicy/installd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/installd.te -------------------------------------------------------------------------------- /sepolicy/kernel.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/kernel.te -------------------------------------------------------------------------------- /sepolicy/md_ctrl.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/md_ctrl.te -------------------------------------------------------------------------------- /sepolicy/mediaserver.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/mediaserver.te -------------------------------------------------------------------------------- /sepolicy/meta_tst.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/meta_tst.te -------------------------------------------------------------------------------- /sepolicy/mnld.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/mnld.te -------------------------------------------------------------------------------- /sepolicy/mobile_log_d.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/mobile_log_d.te -------------------------------------------------------------------------------- /sepolicy/msensord.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/msensord.te -------------------------------------------------------------------------------- /sepolicy/mtklogger.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/mtklogger.te -------------------------------------------------------------------------------- /sepolicy/muxreport.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/muxreport.te -------------------------------------------------------------------------------- /sepolicy/netd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/netd.te -------------------------------------------------------------------------------- /sepolicy/netdiag.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/netdiag.te -------------------------------------------------------------------------------- /sepolicy/nvram_daemon.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/nvram_daemon.te -------------------------------------------------------------------------------- /sepolicy/pq.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/pq.te -------------------------------------------------------------------------------- /sepolicy/property.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/property.te -------------------------------------------------------------------------------- /sepolicy/property_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/property_contexts -------------------------------------------------------------------------------- /sepolicy/radio.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/radio.te -------------------------------------------------------------------------------- /sepolicy/ril-daemon-mtk.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/ril-daemon-mtk.te -------------------------------------------------------------------------------- /sepolicy/seapp_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/seapp_contexts -------------------------------------------------------------------------------- /sepolicy/service.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/service.te -------------------------------------------------------------------------------- /sepolicy/service_contexts: -------------------------------------------------------------------------------- 1 | PQ u:object_r:pq_service:s0 2 | -------------------------------------------------------------------------------- /sepolicy/slpd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/slpd.te -------------------------------------------------------------------------------- /sepolicy/surfaceflinger.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/surfaceflinger.te -------------------------------------------------------------------------------- /sepolicy/system_app.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/system_app.te -------------------------------------------------------------------------------- /sepolicy/system_server.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/system_server.te -------------------------------------------------------------------------------- /sepolicy/terservice.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/terservice.te -------------------------------------------------------------------------------- /sepolicy/thermal_manager.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/thermal_manager.te -------------------------------------------------------------------------------- /sepolicy/ueventd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/ueventd.te -------------------------------------------------------------------------------- /sepolicy/vold.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/vold.te -------------------------------------------------------------------------------- /sepolicy/wifi2agps.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/wifi2agps.te -------------------------------------------------------------------------------- /sepolicy/wmt_loader.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/sepolicy/wmt_loader.te -------------------------------------------------------------------------------- /system.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/system.prop -------------------------------------------------------------------------------- /wifi/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/wifi/Android.mk -------------------------------------------------------------------------------- /wifi/arm/libwifi-hal-mt66xx.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/wifi/arm/libwifi-hal-mt66xx.a -------------------------------------------------------------------------------- /wifi/arm64/libwifi-hal-mt66xx.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/wifi/arm64/libwifi-hal-mt66xx.a -------------------------------------------------------------------------------- /wpa_supplicant_8_lib/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/wpa_supplicant_8_lib/Android.mk -------------------------------------------------------------------------------- /wpa_supplicant_8_lib/mediatek_driver_cmd_nl80211.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LineageOS/android_device_cyanogen_mt6735-common/HEAD/wpa_supplicant_8_lib/mediatek_driver_cmd_nl80211.c --------------------------------------------------------------------------------