Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FOSS build support #35

Open
wants to merge 1 commit into
base: lineage-18.1
Choose a base branch
from

Conversation

electrikjesus
Copy link
Member

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)

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