Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca1feb40 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Replace a custom AndroidRuntime::findClass with a more targeted fix.

This seems simpler and more contained, and I think the comment explaining
why hoop-jumping is necessary is a bit clearer now.

Change-Id: Ief4afd7cbb42188ed835fce23e497520bdb753a8
parent 4a6f0f24
Loading
Loading
Loading
Loading
+19 −20
Original line number Diff line number Diff line
@@ -68,7 +68,6 @@ extern Condition gEventQCondition;

namespace android {

extern status_t app_init(const char* className);
extern void set_finish_init_func(void (*func)());