ndk icon indicating copy to clipboard operation
ndk copied to clipboard

[FR] add "preview API" bit to the ELF note

Open DanAlbert opened this issue 5 years ago • 0 comments
trafficstars

The elf note should contain a boolean indicating whether the platform version targeted was a preview or final API level for the given NDK. This can be used as a signal to protect users from accidentally shipping apps that use non-final APIs.

We should also add something to the meta directory that explains which if any of the APIs are currently previews.

@enh-google want to take care of this since you're messing with ELF notes anyway?

DanAlbert avatar Mar 02 '20 21:03 DanAlbert