steeve/plugin.video.pulsar

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

Opened this issue · 0 comments

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

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