Remove the unnecessary script
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 24 May 2024 01:01:26 +0000 (10:01 +0900)
committerMichal Wilczynski <m.wilczynski@samsung.com>
Mon, 28 Oct 2024 07:29:01 +0000 (08:29 +0100)
run.sh was taken from original vendor repo.
This can be confusing to tizen developer if it can be using or not.
To clarify this, remove the unnecessary script.

Change-Id: I26d59298417825dcf8469efa32290160c3b92c8d
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
run.sh [deleted file]

diff --git a/run.sh b/run.sh
deleted file mode 100755 (executable)
index 33ab670..0000000
--- a/run.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-make ARCH=riscv CROSS_COMPILE=/home/cxx194832/toolchain/riscv-linux/bin/riscv64-unknown-linux-gnu-  -j BUILD_TYPE=RELEASE
-