summaryrefslogtreecommitdiff
path: root/firmware/target
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target')
-rw-r--r--firmware/target/hosted/android/system-android.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/hosted/android/system-android.c b/firmware/target/hosted/android/system-android.c
index e48e910c0c..b3c4cdccb5 100644
--- a/firmware/target/hosted/android/system-android.c
+++ b/firmware/target/hosted/android/system-android.c
@@ -38,7 +38,6 @@ uintptr_t *stackend;
38 38
39extern int main(void); 39extern int main(void);
40extern void telephony_init_device(void); 40extern void telephony_init_device(void);
41extern void pcm_shutdown(void);
42 41
43void system_exception_wait(void) { } 42void system_exception_wait(void) { }
44void system_reboot(void) { } 43void system_reboot(void) { }
@@ -93,8 +92,6 @@ Java_org_rockbox_RockboxService_main(JNIEnv *env, jobject this)
93 92
94 main(); 93 main();
95 } 94 }
96
97 pcm_shutdown();
98 /* simply return here. this will allow the VM to clean up objects and do 95 /* simply return here. this will allow the VM to clean up objects and do
99 * garbage collection */ 96 * garbage collection */
100} 97}