forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
1
2
3
4
5
6
extern int mali_injected;
 
__attribute__((constructor)) static void
_injector() {
   mali_injected = 1;
}