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 MSM-Xtended #621

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 10 additions & 1 deletion build-dakkar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ ROM types:
rebellion
rr
slim
xtended


Variants are dash-joined combinations of (in order):
* processor type
Expand Down Expand Up @@ -237,7 +239,14 @@ function get_rom_type() {
localManifestBranch="android-9.0"
treble_generate="aosmp"
extra_make_options="WITHOUT_CHECK_API=true"
esac
;;
xtended)
mainrepo="https://github.com/Project-Xtended/manifest.git"
mainbranch="xp"
localManifestBranch="android-9.0"
treble_generate="xtended"
extra_make_options="WITHOUT_CHECK_API=true"
esac
shift
done
}
Expand Down