From: DoHyun Pyun Date: Tue, 21 Jun 2016 01:03:00 +0000 (+0900) Subject: Remove BT disable flag for emulator X-Git-Tag: submit/tizen/20160621.071537~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d797f2e7fca3532b841a49a778ad94a73ae5e448;p=platform%2Fcore%2Fapi%2Fbluetooth.git Remove BT disable flag for emulator Change-Id: I7688c38501bae5af2d454fda5d3cd0df3dcdc542 Signed-off-by: DoHyun Pyun --- diff --git a/packaging/capi-network-bluetooth.spec b/packaging/capi-network-bluetooth.spec index 896bb8d..8d744bd 100644 --- a/packaging/capi-network-bluetooth.spec +++ b/packaging/capi-network-bluetooth.spec @@ -51,10 +51,6 @@ cp %{SOURCE1001} %{SOURCE1002} . %build %if "%{?_with_emulator}" == "1" -export CFLAGS="$CFLAGS -DTIZEN_BT_DISABLE" -export CXXFLAGS="$CXXFLAGS -DTIZEN_BT_DISABLE" -export FFLAGS="$FFLAGS -DTIZEN_BT_DISABLE" - %if "%{?profile}" == "wearable" export CFLAGS="$CFLAGS -DTIZEN_WEARABLE" export CXXFLAGS="$CXXFLAGS -DTIZEN_WEARABLE"