commit | 8498ceddaaf66fc186b100f86047e4ad7cf800c6 | [log] [tgz] |
---|---|---|
author | Jackeagle <jackeagle102@gmail.com> | Tue Dec 24 17:14:47 2024 -0500 |
committer | Jackeagle <jackeagle102@gmail.com> | Fri Jan 10 09:37:24 2025 -0500 |
tree | 40724b8cbf8d5bbd5f40fa37288c6b6ab748fadf | |
parent | 1511e30373c8ae65f9599a38dc8ee261aba2a52b [diff] |
[SQUASH] manifest: Initial manifest changes for QPR1 based Android-15 manifest: Track OmniJaws from us Change-Id: I79c30ee30c25e0f27398ee7978b19a479f50b7e8 Signed-off-by: Jackeagle <jackeagle102@gmail.com> manifest: Track more repos from us Change-Id: Ia6275f8557fb5c7c274341856e2a02339c5f6997 Signed-off-by: Jackeagle <jackeagle102@gmail.com> manifest: Update to SSH remotes Change-Id: I5b9e399513d5cfefaea232c7697e85b70047f422 Signed-off-by: Jackeagle <jackeagle102@gmail.com> manifest: Remove build/release from being tracked - Earlier it was needed to fix OmniJaws weather and FaceUnlock, not needed anymore Change-Id: I1ee87a6aec715c0f11bc1f7088d3a537bb6a3ff7 Signed-off-by: Jackeagle <jackeagle102@gmail.com> Manifest for Android 15.0.0 Release 8 (AP4A.241205.013.B1) Change-Id: Ifdf0ca1bdb53f4665521ef77289d00f8b2b47c4b Manifest for Android 15.0.0 Release 9 Manifest for Android 15.0.0 Release 10 manifest: Stop tracking AOSP sdm845/sm8150/sm7250 media HALs Pixel 4.9 and newer use c2 exclusively and the media HAL only contains some no longer used OMX libraries. Change-Id: If0f3b7317032bbaeadbf8faa29189b91f5ae3fb9 Signed-off-by: Jackeagle <jackeagle102@gmail.com> manifest: Stop tracking AOSP sdm845/sm8150 ipacfg-mgr HALs We can simply use qcom data-ipa-cfg-mgr-legacy-um Change-Id: I8e56452906fdce32404a32197f7082fdcde07d9e Signed-off-by: Jackeagle <jackeagle102@gmail.com> manifest: Stop tracking AOSP sdm845 bluetooth It's not used for anything Change-Id: I0e6849785c1c084671fb1f093b20d66ebbd62cc6 Signed-off-by: Jackeagle <jackeagle102@gmail.com> manifest: Stop tracking sm8450/sm8550 media HALs These platforms use exclusively c2 and the media HALs only contain some no longer used OMX libraries. Change-Id: I7b2c584f1f532215e90b9d7f85fe4ef3ce8b43df Signed-off-by: Jackeagle <jackeagle102@gmail.com> manifest: January 2025 Security update Change-Id: Ifccc1d9ea8ac2854a0a2cb53d4ae4b73df4b1703 Signed-off-by: Jackeagle <jackeagle102@gmail.com>
Download the BlissRoms source code, based on AOSP & BlissRoms
Please read the AOSP building instructions before proceeding.
Latest Ubuntu LTS Releases https://www.ubuntu.com/download/server Decent CPU (Dual Core or better for a faster performance) 8GB RAM (16GB for Virtual Machine) 250GB Hard Drive (about 170GB for the Repo and then building space needed)
Installing Java 8
sudo add-apt-repository ppa:openjdk/ppa sudo apt-get update && upgrade sudo apt-get install openjdk-8-jdk update-alternatives --config java (make sure Java 8 is selected) update-alternatives --config javac (make sure Java 8 is selected) reboot
sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev ccache libgl1-mesa-dev libxml2-utils xsltproc unzip squashfs-tools python-mako libssl-dev ninja-build lunzip syslinux syslinux-utils gettext genisoimage gettext bc xorriso xmlstarlet git-lfs
Repo initialization
repo init -u https://github.com/BlissRoms/platform_manifest.git -b voyager-qpr1 --git-lfs
Sync repo
repo sync -c --force-sync --no-tags --no-clone-bundle -j10 --optimized-fetch --prune
BLISS_BUILD_VARIANT - (vanilla, gapps, foss, microg) - We currently use this to specify what type of extra apps and services to include in the build.
Note: Default BLISS_BUILD_VARIANT is VANILLA.
. build/envsetup.sh blissify options deviceCodename
Options:
-h | --help: Shows the help dialog -c | --clean: Clean up before running the build -d | --devclean: Clean up device only before running the build -v | --vanilla: Build with no added app store solution **default option** -g | --gapps: Build with Minimal Google Play Services added -f | --foss: build with FOSS (arm64-v8a) app store solutions added **requires vendor/foss** -m | --microg: Build with MicroG
Examples:
blissify -g deviceCodename
blissify -f deviceCodename
blissify -g -d deviceCodename
This method is also backwards compatible with the legacy blissify command also
blissify deviceCodename