You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In branch stableL, Superuser/Superuser/jni/Android.mk for LOCAL_MODULE:=su, there TWO definitions for REQUESTOR, "-DREQUESTOR="$(SUPERUSER_PACKAGE)"" and "-DREQUESTOR="$(shell cat packageName)"". The preprocessor doesn't really like this. I'd simply rip it out, but it looks like it evolved that way for some reason, so ripping it out without knowing the reason seems bad.
The text was updated successfully, but these errors were encountered:
In branch stableL, Superuser/Superuser/jni/Android.mk for LOCAL_MODULE:=su, there TWO definitions for REQUESTOR, "-DREQUESTOR="$(SUPERUSER_PACKAGE)"" and "-DREQUESTOR="$(shell cat packageName)"". The preprocessor doesn't really like this. I'd simply rip it out, but it looks like it evolved that way for some reason, so ripping it out without knowing the reason seems bad.
The text was updated successfully, but these errors were encountered: