-
Notifications
You must be signed in to change notification settings - Fork 0
/
variable_list.rc
81 lines (66 loc) · 3.52 KB
/
variable_list.rc
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# ScriBt's List of variables
# Necessary for Complete Automation
################################################
# ! Double Quote Entered Values, Recommended ! #
################################################
########
# Sync #
########
SBJOBS= # No of Threads for Sync [Integral Values Plz]
SBF= # Force Sync ? [y/n]
SBS= # Silent sync ? [y/n]
SBC= # Sync Current Branch ? [y/n]
SBB= # Use clone-bundle ? [y/n]
############
# ROM-Init #
############
SBRN= # ROM Selection Number [Refer https://scribt.github.io/wiki/buildable-roms.html]
SBNBR= # Format: [ID] [Branch]
SBRF= # Have a Reference ? [y/n]
SBRFL= # Reference Source's Location from /
SBCD= # Set a Clone-Depth ? [y/n]
SBDEP=1; # Depth Value (Default 1)
###############
# Device Info #
###############
SBDEV= # Device codename (Lowercases)
SBBT= # userdebug / user / eng
SBDTP= # Device Type
#########
# Build #
#########
SBBO=1; # SBBO=1 for Start Build with Zip Generation at the End Better not to change
SBSLT= # lunch / brunch / breakfast
SBMK= # make / mka
SBNT= # Number of threads / Jobs [ Leave Blank if using mka ]
SBOD= # Want to place out in another directory ? [y/n]
SBOL= # Desired Location of /out
SBCL= # Clean Before Build? [ 1 for installclean & 2 for total clean ]
SBJK= # Use Jack Toolchain [y/n] ?
SBNJ= # Use Ninja Toolchain [y/n] ?
SBJWA= # Use Jack Workarounds [y/n] ?
########################
# Custom User and Host #
########################
SBCUH= # Enter 'y' or 'Y' if you want to set either of them
SBCU= # Your Custom Username here
SBCH= # Your Custom Hostname here
###################
# Kernel Building #
###################
SBKO=5; # 5 - Build Kernel. It'd go through 1,2,3,4 before going to 5
SBKL= # Location of Kernel Source
#SBDEV # Device codename, already set above
SBKD= # Location of Defconfig in Kernel tree
SBKA= # CPU Architecture
SBKTL= # Kernel toolchain location
SBCK= # Option to clean Kernel
#SBNT # No. of threads, already mentioned
SBKOUT= # Kernel Output Directory
#############
# Pre-Build #
#############
SBBTR= # Boot Anim Resolution Value (as instructed in main ScriBt)
SBNMK= # No of Makefile calls you want to add
SBLOC=( ); # Enter Location of each Makefile, seperated by spaces...
# ...Example > LOC=( vendor/ex1/exmp.mk vendor/ex2/exmp.mk some/file/here.mk)