Skip to content

Commit

Permalink
Added dependence on environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Michalevsky committed May 26, 2014
1 parent 4b662ec commit 62b7cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_gyromic.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import datetime
from optparse import OptionParser

ADB_PATH = '~/Documents/Sookasa/adt-bundle-mac-x86_64/sdk/platform-tools/adb'
ADB_PATH = os.path.join(os.environ['ANDROID_HOME'], 'platform-tools/adb')
APP_NAME = 'seclab.GyroMic'
ACTIVITY_NAME = '%s.GyroMic' % APP_NAME
APP_PATH = 'App/bin/GyroMic-debug.apk'
Expand Down

0 comments on commit 62b7cc6

Please sign in to comment.