diff --git a/README.md b/README.md new file mode 100644 index 0000000..e19edde --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +![Styx Project](assets/gh.png) + +The Styx Project is a simple, clean, beautiful Android based custom ROM that strives to provide a stable and fluid experience, with minimal enhancements and features to bring out the most out of your Android device. + +To get started with Styx, you'll need to get +familiar with [Repo](https://source.android.com/source/using-repo.html) and [Version Control with Git](https://source.android.com/source/version-control.html). + +### Build Environment. + +**Initializing the manifest.** + +``` +repo init -u https://github.com/StyxProject/android -b S +``` + +**Syncing the source.** + +``` +repo sync -j$(nproc --all) --force-sync --no-tags --no-clone-bundle --prune --optimized-fetch +``` + +**Building.** + +``` +source build/envsetup.sh +lunch device-buildtype +m styx-ota +``` + +> **Notes** +If your device requires LineageOS SE rules, you will have to inherit the rules manually from `device/styx/sepolicy`. + +### Credits. + * [**LineageOS**](https://github.com/LineageOS) + * [**Paranoid Android**](https://github.com/AOSPA) + * [**Pixel Experience**](https://github.com/PixelExperience) + * [**ProtonAOSP**](https://github.com/ProtonAOSP) + * [**StormbreakerOSS**](https://github.com/StormbreakerOSS) + * And the list never ends. \ No newline at end of file diff --git a/assets/gh.png b/assets/gh.png new file mode 100644 index 0000000..d417055 Binary files /dev/null and b/assets/gh.png differ diff --git a/default.xml b/default.xml index fa8e723..40d6b8a 100644 --- a/default.xml +++ b/default.xml @@ -2,7 +2,7 @@ + + + + + diff --git a/snippets/lineage.xml b/snippets/lineage.xml new file mode 100644 index 0000000..52d7269 --- /dev/null +++ b/snippets/lineage.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/snippets/remove.xml b/snippets/remove.xml new file mode 100644 index 0000000..7728561 --- /dev/null +++ b/snippets/remove.xml @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/snippets/styx.xml b/snippets/styx.xml new file mode 100644 index 0000000..636474d --- /dev/null +++ b/snippets/styx.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +