Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 16 additions & 7 deletions README.mkdn
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

HorizonDroid v5.3 " Earth "
HorizonDroid v5.4 " Hyperion "
===========

![**HorizonBanner**](https://github.com/HorizonV2/.github/blob/main/5.3%20EARTH.png)
![**HorizonBanner**](https://github.com/HorizonV2/.github/blob/main/2025-06-06%2019.18.54.jpg)

Welcome to HorizonDroid!

Expand Down Expand Up @@ -45,14 +45,23 @@ HORIZON_MAINTAINER := superxorn
# Face Unlock
TARGET_FACE_UNLOCK_SUPPORTED := true

# Maintainer username
HORIZON_MAINTAINER := superxorn

# Face Unlock
TARGET_FACE_UNLOCK_SUPPORTED := true

# Gapps flags
WITH_GMS := true
WITH_GMS := true/false
WITH_GMS_VARIANT := pico/core

# Other flags
TARGET_INCLUDE_MATLOG := true/false
TARGET_INCLUDE_ACCORD := true/false
TARGET_PREBUILT_BCR := true/false
PRODUCT_NO_CAMERA := true/false
```
Generate keys command:
```
hk -s
```

Setup environment:

``` bash
Expand Down
2 changes: 1 addition & 1 deletion default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<remote name="aosp"
fetch="https://android.googlesource.com"
review="android-review.googlesource.com"
revision="refs/tags/android-15.0.0_r32" />
revision="refs/tags/android-15.0.0_r36" />

<default revision="refs/heads/lineage-22.2"
remote="github"
Expand Down