-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcarbon_mido.rc
More file actions
69 lines (54 loc) · 841 Bytes
/
carbon_mido.rc
File metadata and controls
69 lines (54 loc) · 841 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
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
# ScriBt Automation Config
# CarbonROM for mido
AUTOMATOR="true_dat";
########
# Sync #
########
SBJOBS="8";
SBF="y";
SBS="n";
SBC="y";
SBB="y";
############
# ROM-Init #
############
SBRN="9";
SBNBR="0 cr-5.1";
SBRF="y";
SBRFL="/home/arvind/carbon-reference";
###############
# Device Info #
###############
SBDEV="mido";
SBBT="userdebug";
SBDTP="common_full_phone";
#########
# Build #
#########
SBBO="1";
SBSLT="lunch";
SBMK="mka";
SBOD="y";
SBOL="/home/arvind/out";
SBCL="2";
SBJK="y";
SBNJ="y";
SBJWA="n";
########################
# Custom User and Host #
########################
SBCUH="y";
SBCU="arvind";
SBCH="ScriBtofy";
#############
# Pre-Build #
#############
SBNMK="1";
SBLOC=( "vendor/carbon/config/gsm.mk" );
#######################
# Function Sequence #
#######################
init;
sync;
pre_build;
build;