diff options
Diffstat (limited to 'Android.mk')
| -rw-r--r-- | Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,10 @@ ifeq ($(call is-board-platform-in-list, apq8084), true) LOCAL_SRC_FILES += power-8084.c endif +ifeq ($(call is-board-platform-in-list, msm8909), true) +LOCAL_SRC_FILES += power-8909.c +endif + ifeq ($(call is-board-platform-in-list, msm8994), true) LOCAL_SRC_FILES += power-8994.c endif |
