Skip to content

Add FOSS build support#35

Open
electrikjesus wants to merge 1 commit intowaydroid:lineage-18.1from
electrikjesus:lineage-18.1
Open

Add FOSS build support#35
electrikjesus wants to merge 1 commit intowaydroid:lineage-18.1from
electrikjesus:lineage-18.1

Conversation

@electrikjesus
Copy link
Copy Markdown
Member

@electrikjesus electrikjesus commented Aug 29, 2024

This will add vendor/foss, as well as a CalyxOS microG to the builds to only be included conditionally.

First, you will need to cd into vendor/foss and run the update script (Options: 1:x86_64, 2:arm64-v8a, 3:x86, 4:armeabi-v7a ):
$ cd vendor/foss
$ bash update.sh 1

To compile the OS with these options, use the following:
. build/envsetup.sh && make clean && export LINEAGE_BUILDTYPE=FOSS && export USE_CALYX_MICROG=true && export USE_AURORA_STORE=true && lunch lineage_waydroid_x86_64-userdebug && make systemimage vendorimage -j$(nproc --all)

This will add vendor/foss, as well as a CalyxOS microG to the builds to only be included conditionally.

First, you will need to cd into vendor/foss and run the update script (Options: 1:x80_64, 2:arm64-v8a, 3:x86, 4:armeabi-v7a ):
$ cd vendor/foss
$ bash update.sh 1

To compile the OS with these options, use the following:
. build/envsetup.sh && make clean && export LINEAGE_BUILDTYPE=FOSS && export USE_CALYX_MICROG=true && export USE_AURORA_STORE=true && lunch lineage_waydroid_x86_64-userdebug && make systemimage vendorimage -j$(nproc --all)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant