blob: 0bc374b480350b45dd6261300fa0d9bc75e0c707 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
./abs build -w ~/workspace/phone-contact/
==== build command ====
usage: abs build [-h] [-w WORKSPACE] [-r ROOTSTRAP] [-a ARCH] [-t TYPE]
[-s CERT] [-c CONF] [--sdkpath SDKPATH]
optional arguments:
-h, --help show this help message and exit
-w WORKSPACE, --workspace WORKSPACE
source directory
-r ROOTSTRAP, --rootstrap ROOTSTRAP
(ex, mobile-3.0-device.core) rootstrap name
-a ARCH, --arch ARCH (x86|arm) Architecture to build
-t TYPE, --type TYPE (tpk|wgt) Packaging type
-s CERT, --cert CERT (ex, ABS) Signing profile name
-c CONF, --conf CONF (Debug|Release) Build configuration
--sdkpath SDKPATH Specify Tizen SDK installation root (one time init).
ex) /home/yours/tizen-sdk/
|