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 #16203 from yurenju/settings-blackhole
Browse files Browse the repository at this point in the history
Bug 971621 - remove unnecessary code in build/applications-data.js for s... r=@timdream
  • Loading branch information
yurenju committed Feb 12, 2014
2 parents 0d65af8 + b8f54c2 commit 83f02b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
4 changes: 3 additions & 1 deletion apps/settings/Makefile
@@ -1,10 +1,12 @@
-include $(PWD)/build/common.mk

GAIA_ROOT_PATH?=../..

.PHONY: all build stamp-commit-hash
all: build stamp-commit-hash

build:
@echo 'Building wappush app...'
@echo 'Building settings app...'
@$(call run-app-js-command, build)

# Generate a text file containing the current changeset of Gaia
Expand Down
16 changes: 0 additions & 16 deletions build/applications-data.js
Expand Up @@ -313,22 +313,6 @@ function execute(options) {
utils.writeContent(init,
utils.getDistributionFileContent('sms-blacklist', content, distDir));

// Active Sensors
init = utils.getFile(config.GAIA_DIR,
'apps', 'settings', 'resources', 'sensors.json');
content = { ambientLight: true };

utils.writeContent(init,
utils.getDistributionFileContent('sensors', content, distDir));

// Support
init = utils.getFile(config.GAIA_DIR,
'apps', 'settings', 'resources', 'support.json');
content = null;

utils.writeContent(init,
utils.getDistributionFileContent('support', content, distDir));

// Customize the maximum image size for Camera and Gallery
(function customizeMaximumImageSize() {
let defaultValue = {
Expand Down

0 comments on commit 83f02b9

Please sign in to comment.