Skip to content

Instantly share code, notes, and snippets.

@Haruroid
Haruroid / 304sh.xml
Created August 22, 2019 03:00
local_manifests
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="TingyiChen" fetch="https://github.com/TingyiChen/"/>
<remote name="Haruroid" fetch="https://github.com/Haruroid" />
<remote name="LineageOS" fetch="https://github.com/LineageOS" />
<project name="android_kernel_sharp_msm8974" path="kernel/sharp/msm8974" remote="TingyiChen" revision="lineage-15.1" />
<project name="android_device_sharp_pa24" path="device/sharp/pa24" remote="Haruroid" revision="lineage-15.1" />
<project name="android_vendor_sharp_pa24" path="vendor/sharp/pa24" remote="TingyiChen" revision="cm-14.1" />
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.1.17 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_MMU=y
CONFIG_ARCH_MMAP_RND_BITS_MIN=18
CONFIG_ARCH_MMAP_RND_BITS_MAX=24
@Haruroid
Haruroid / build_ca.sh
Last active August 6, 2020 13:43
instant script for building CA of client authentication
#!/bin/bash
openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 3650 -key ca.key -out ca.crt -subj "/C=CN/ST=Shenzhen/L=ComeCity/O=CA/OU=common/CN=/emailAddress="
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.9.119 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_MMU=y
CONFIG_DEBUG_RODATA=y
CONFIG_ARM64_PAGE_SHIFT=12
@Haruroid
Haruroid / .config.txt
Created July 10, 2022 05:18
[KTS31].config for linux-rtk
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.9.119 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_MMU=y
CONFIG_DEBUG_RODATA=y
CONFIG_ARM64_PAGE_SHIFT=12