summaryrefslogtreecommitdiffstats
path: root/power-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'power-common.c')
-rw-r--r--power-common.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/power-common.c b/power-common.c
index 1a03c77..e52881f 100644
--- a/power-common.c
+++ b/power-common.c
@@ -47,6 +47,7 @@
#include "hint-data.h"
#include "performance.h"
#include "power-common.h"
+#include "power-feature.h"
static struct hint_handles handles[NUM_HINTS];
@@ -134,3 +135,7 @@ void set_interactive(int on)
ALOGI("Got set_interactive hint");
}
+
+void __attribute__((weak)) set_device_specific_feature(feature_t UNUSED(feature), int UNUSED(state))
+{
+}