Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #30674 from eliperelman/bug-1176276
Browse files Browse the repository at this point in the history
Bug 1176276 - [Raptor] Ensure adb debugging is enabled
  • Loading branch information
eliperelman committed Jun 19, 2015
2 parents a0eb095 + 6d8d4fb commit cd570fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -130,7 +130,7 @@ NODE_VERSION=v0.10
ifeq ($(DEVICE_DEBUG),1)
REMOTE_DEBUGGER=1
NO_LOCK_SCREEN=1
SCREEN_TIMEOUT=300
SCREEN_TIMEOUT?=300
endif

# We also disable FTU when running in Firefox or in debug mode
Expand Down Expand Up @@ -819,7 +819,7 @@ caldav-server-install:

.PHONY: raptor
raptor: node_modules
PERF_LOGGING=1 GAIA_OPTIMIZE=1 NO_LOCK_SCREEN=1 NOFTU=1 SCREEN_TIMEOUT=0 GAIA_DISTRIBUTION_DIR=node_modules/raptor/dist PROFILE_FOLDER=profile-raptor make reset-gaia
PERF_LOGGING=1 DEVICE_DEBUG=1 GAIA_OPTIMIZE=1 NOFTU=1 SCREEN_TIMEOUT=0 GAIA_DISTRIBUTION_DIR=node_modules/raptor/dist PROFILE_FOLDER=profile-raptor make reset-gaia

.PHONY: tests
tests: app offline
Expand Down

0 comments on commit cd570fb

Please sign in to comment.