summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/android/system-android.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/android/system-android.c')
-rw-r--r--firmware/target/hosted/android/system-android.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/firmware/target/hosted/android/system-android.c b/firmware/target/hosted/android/system-android.c
index c499631132..8d36198c61 100644
--- a/firmware/target/hosted/android/system-android.c
+++ b/firmware/target/hosted/android/system-android.c
@@ -36,15 +36,10 @@ uintptr_t *stackend;
36 36
37extern int main(void); 37extern int main(void);
38extern void telephony_init_device(void); 38extern void telephony_init_device(void);
39extern void lcd_deinit(void);
40 39
41void system_exception_wait(void) { } 40void system_exception_wait(void) { }
42void system_reboot(void) { } 41void system_reboot(void) { }
43 42void power_off(void) { }
44void power_off(void)
45{
46 lcd_deinit();
47}
48 43
49void system_init(void) 44void system_init(void)
50{ 45{