Skip to content

Commit

Permalink
Add missing instructions for Bliss OS v14/15
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikjesus committed Feb 7, 2024
1 parent 20bf0de commit 7711e3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions development/build-bliss-os-14.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,9 @@ for example -jupiter for Steam Deck or -surface for Microsoft Surface series
```text
$ . build/envsetup.sh
$ lunch android_x86_64-userdebug
$ export NO_KERNEL_CROSS_COMPILE=true
$ export BLISS_BUILD_VARIANT=foss
$ mka iso_img
$ lunch bliss_x86_64-userdebug && make blissify iso_img -j23
```

## Setup FOSS apps or OpenGapps
Expand Down
3 changes: 2 additions & 1 deletion development/build-bliss-os-15.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ And then choose 1 (x86/x86_64) to fetch all the apps. If you want to include Bro
## Building

$ . build/envsetup.sh
$ export BLISS_BUILD_VARIANT=foss
$ lunch bliss_x86_64-userdebug
$ make iso_img
$ make blissify iso_img -j23
***Adding build options***

Expand Down

0 comments on commit 7711e3c

Please sign in to comment.