summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 9fe5f27..e9a196a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -144,7 +144,7 @@ endif
endif # End of board specific list
ifneq ($(TARGET_POWER_SET_FEATURE_LIB),)
- LOCAL_STATIC_LIBRARIES += $(TARGET_POWER_SET_FEATURE_LIB)
+ LOCAL_WHOLE_STATIC_LIBRARIES += $(TARGET_POWER_SET_FEATURE_LIB)
endif
ifneq ($(TARGET_POWERHAL_SET_INTERACTIVE_EXT),)