Skip to content
Snippets Groups Projects
Commit f5054ab2 authored by Michael Vines's avatar Michael Vines
Browse files

Enable ro.moz.devinputjack for non-ICS gonk

This enables usage of the /dev/input headphone/mic jack events within Gecko.

Change-Id: I030c5833b945dd0307dd56339eeb4631d1a62b99
parent 1de4bfa0
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.moz.omx.hw.max_width=800 \
ro.moz.omx.hw.max_height=480
ifneq ($(PLATFORM_SDK_VERSION), 15)
PRODUCT_PROPERTY_OVERRIDES += ro.moz.devinputjack=1
endif
ifneq ($(filter user userdebug, $(TARGET_BUILD_VARIANT)),)
USE_JSMIN = 1
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment