Skip to content

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

@ajmtrz

Description

@ajmtrz

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions