-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelluvaos.sh
More file actions
34 lines (27 loc) · 991 Bytes
/
helluvaos.sh
File metadata and controls
34 lines (27 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/bin/bash
rm -rf .repo/local_manifests/
rm -rf hardware/qcom-caf/common
rm -rf device/qcom/sepolicy_vndr
# ROM repo
repo init -u https://github.com/hentaiOS/platform_manifest -b Vallhound --git-lfs
echo "=================="
echo "Repo init success"
echo "=================="
# Local repository
git clone https://github.com/kshitij-bhale/local_manifests --depth 1 -b helluvaos .repo/local_manifests
echo "============================"
echo "Local manifest clone success"
echo "============================"
# Add qcom-caf
git clone https://github.com/kshitij-bhale/android_hardware_qcom-caf_common hardware/qcom-caf/common
#Added sepolicy
git clone --depth=1 https://github.com/hentaiOS/platform_device_qcom_sepolicy_vndr device/qcom/sepolicy_vndr
# Re-sync
/opt/crave/resync.sh
echo "======== Synced Successfully ========"
source build/envsetup.sh
echo "======== Environment setup done ========"
#Build ROM
lunch hentai_hawao-bp1a-userdebug
echo "======== Lunched ========"
m bacon