mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
Bug 632900 - Disable NetworkGeolocationProvider on Android. r=ted a=blassey
This commit is contained in:
parent
76977d261f
commit
ec364ebcae
@ -62,19 +62,23 @@ DIRS = android
|
||||
endif
|
||||
|
||||
CPPSRCS = \
|
||||
nsAccelerometer.cpp \
|
||||
$(NULL)
|
||||
nsAccelerometer.cpp \
|
||||
$(NULL)
|
||||
|
||||
# On Systems that have built-in geolocation providers,
|
||||
# we really do not need these.
|
||||
ifneq (Android,$(OS_TARGET))
|
||||
EXTRA_COMPONENTS = \
|
||||
NetworkGeolocationProvider.js \
|
||||
NetworkGeolocationProvider.manifest \
|
||||
GPSDGeolocationProvider.js \
|
||||
GPSDGeolocationProvider.manifest \
|
||||
$(NULL)
|
||||
NetworkGeolocationProvider.js \
|
||||
NetworkGeolocationProvider.manifest \
|
||||
GPSDGeolocationProvider.js \
|
||||
GPSDGeolocationProvider.manifest \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
EXPORTS = \
|
||||
nsAccelerometer.h \
|
||||
$(NULL)
|
||||
nsAccelerometer.h \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user