plugin.video.pulsar icon indicating copy to clipboard operation
plugin.video.pulsar copied to clipboard

[android] error: only position independent executables (PIE) are supported.

Open ajmtrz opened this issue 9 years ago • 0 comments

Enable PIE manually. This is what enabling PIE translates to behind the scenes.

LOCAL_CFLAGS += -fPIE LOCAL_LDFLAGS += -fPIE -pie

ajmtrz avatar Mar 24 '16 09:03 ajmtrz