Skip to content

Instantly share code, notes, and snippets.

@d-vogel
d-vogel / sony_pollux.xml
Created November 10, 2017 12:18
Local manifest for Halium 7.1 on pollux (Sony Tablet Z)
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="lnj2"
fetch="http://github.com/LNJ2"
revision="refs/heads/halium-7.1" />
<!-- sony specific -->
<remove-project name="android_hardware_qcom_media" />
<remove-project name="Halium/hybris-boot" />
@d-vogel
d-vogel / fusion3_pollux_defconfig
Last active November 10, 2017 12:18
Kernel config for Halium 7.1 on pollux (Sony Tablet Z)
# CONFIG_ARM_PATCH_PHYS_VIRT is not set
CONFIG_EXPERIMENTAL=y
CONFIG_LOCALVERSION="-pollux"
CONFIG_KERNEL_LZ4=y
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
CONFIG_RCU_FAST_NO_HZ=y
CONFIG_IKCONFIG=y
<ParaView>
<ServerManagerState version="5.3.0">
<Proxy group="animation" type="AnimationScene" id="263" servers="16">
<Property name="AnimationTime" id="263.AnimationTime" number_of_elements="1">
<Element index="0" value="0"/>
</Property>
<Property name="Cues" id="263.Cues" number_of_elements="1">
<Proxy value="265"/>
<Domain name="groups" id="263.Cues.groups"/>
</Property>
@d-vogel
d-vogel / FindDDCUtil.cmake
Last active March 22, 2017 22:18
cmake module for ddcutil
# - Try to find Libddcutil
# Once done this will define
#
# DDCUTIL_FOUND - system has DDCUtil
# DDCUTIL_INCLUDE_DIR - the libddcutil include directory
# DDCUTIL_LIBS - The libddcutil libraries
# Copyright (c) 2017, Dorian Vogel, <dorianvogel@gmail.com>
#
# Redistribution and use in source and binary forms, with or without