Add build scripts 17/203217/3
authorYoungsoo Choi <kenshin.choi@samsung.com>
Wed, 10 Apr 2019 02:12:58 +0000 (19:12 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Thu, 11 Apr 2019 01:08:04 +0000 (18:08 -0700)
commitc07a1cbeae422f292e2d7b2572c0be373b0247dd
tree005c6bb6b8a9a588f0de6644acc69c23624a87fc
parentb22d7b48f869f0c0c31fe86a0b748b712447edc5
Add build scripts

This updates gbs.conf and adds build scripts.

* For public targets
$ ./tizen/build//build_standard_{ARCHITECTURE}.sh
$ ./tizen/build//build_emulator_{ARCHITECTURE}.sh

* For product tv target
$ ./tizen/build/build_tv.sh

* For product wearable target
$ tizen/build/build_wearable.sh

Change-Id: I0f59dfecc2db1a2ae44e76851cf72fdd4cf27378
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
build/gbs.conf [deleted file]
tizen/build/build_emulator_ix86.sh [new file with mode: 0755]
tizen/build/build_emulator_x86_64.sh [new file with mode: 0755]
tizen/build/build_standard_aarch64.sh [new file with mode: 0755]
tizen/build/build_standard_armv7l.sh [new file with mode: 0755]
tizen/build/build_standard_ix86.sh [new file with mode: 0755]
tizen/build/build_standard_x86_64.sh [new file with mode: 0755]
tizen/build/build_tv.sh [new file with mode: 0755]
tizen/build/build_wearable.sh [new file with mode: 0755]
tizen/build/common.sh [new file with mode: 0644]
tizen/build/gbs.conf [new file with mode: 0755]