Skip to content

[FR] add branch protection option for ndk-build #1479

Closed
@DanAlbert

Description

@DanAlbert

Rather than requiring

ifeq ($(TARGET_ARCH_ABI),arm64-v8a)
    libcxxabi_cppflags += -mbranch-protection=standard
endif

all over the place, we should add a LOCAL_BRANCH_PROTECTION := standard that is ignored for non-arm64.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions