Revert "Disable component build automagically"
authorBalazs Kelemen <b.kelemen@samsung.com>
Thu, 4 Sep 2014 20:05:53 +0000 (16:05 -0400)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
This reverts commit 03a11a8fa7b46a811bb3043abbc53989989b0d6b.
Sorry, I accidentally pushed it without review. Reverting for now.

tizen_src/build/common.sh

index 0d33de1..cd221be 100644 (file)
@@ -10,13 +10,6 @@ if [[ -z "${CHROME_SRC}" ]]; then
   export CHROME_SRC="${PROJECT_ROOT_PATH}/src"
 fi
 
-ORI_GYP_DEFINES=$GYP_DEFINES
-export GYP_DEFINES=$(echo $GYP_DEFINES | sed 's/component=shared_library//g')
-if [ "$ORI_GYP_DEFINES" != "$GYP_DEFINES" ]; then
-    echo "WARNING: component build is not supported!"
-    echo "removing component=shared_library from GYP_DEFINES"
-fi
-
 function applyPatch {
   directory=$1
   shift