summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorChristopher N. Hesse <raymanfx@gmail.com>2015-12-21 21:28:23 +0100
committerChristopher N. Hesse <raymanfx@gmail.com>2016-01-21 16:01:27 +0100
commitde5e3c618df86154e236a53ba6e605d45460e310 (patch)
tree103771183ba0af8997f14d5e0b54950826ded3aa /Android.mk
parent40afadb663003daaa1242583283ef49e21dce84a (diff)
downloadhardware_samsung-de5e3c618df86154e236a53ba6e605d45460e310.tar.gz
hardware_samsung-de5e3c618df86154e236a53ba6e605d45460e310.tar.bz2
hardware_samsung-de5e3c618df86154e236a53ba6e605d45460e310.zip
Initial unified Samsung power HAL
This is a power HAL for non-qcom Samsung devices. It currently supports standard multi-core systems as well as big.LITTLE configurations. This HAL auto-detects your touchscreen and touchkey input switches and handles the interactive state requests. I also implemented a check to make sure your touchkeys won't turn on when they're not supposed to (for example when a CMHW class disables the capacitive buttons and activates a software navigation solution). This previously needed a kernel hack to make sure the touchkeys wouldn't be activated when resuming from suspend. Change-Id: I22888c5ac490c85c417c5457ea4f457f78ed3521
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 42c9576..366ae0a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -37,5 +37,6 @@ endif
ifeq ($(BOARD_VENDOR),samsung)
include $(SAM_ROOT)/modemloader/Android.mk
+include $(SAM_ROOT)/power/Android.mk
include $(SAM_ROOT)/ril/Android.mk
endif