- Why it exists
- How to build on ROMs that support it
- List of ROMs that support it
- How to build on ROMs that don't support it
- How to migrate from a "normal" device tree to a "SmartBuild" device tree
- Modifying
AndroidProducts.mk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In this guide we will learn about writing overlayed dtsi. | |
It will involve changing OEM dtsi commit (https://github.com/stormbreaker-project/kernel_asus_X01AD/commit/d4fd8d9a664672056e4b68a31da298a4d4bc79ac) | |
to a fully overlayed dts (https://github.com/stormbreaker-project/kernel_asus_X01AD/commit/85b3cb884acf30831a4185327a19a2c4268e457a) | |
1.) | |
First check the initial dts import of your device . | |
For example my device initial dts imports -> |
This document was created back in 2020 and might not be actual nowadays. It is not supported anymore, so use thise information at your own risk.
- Download WSL2 Kernel
- run
wsl --set-default-version 2
in windows command line, so that all future WSL machine will use WSL2.