Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[BUG] APP_PLATFORM gets corrupted for API 30+ with LP64 ABIs #1201

@DanAlbert

Description

@DanAlbert

The code in ndk-build that handles pulling up LP64 API levels to 21 if needed is wrong: https://cs.android.com/android/_/android/platform/ndk/+/5539b2f17d5bdb052bd4580ab900781fb6fcaeba:build/core/setup-abi.mk;l=35;drc=cf5442c13a4cd0fe8b01e27de3850727007988f0

subst acts on any substring, ignoring word boundaries, so 30 is "pulled up" to 210.

r21 will support API 30, so triaging for r21b.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions