Collin Funk wrote:
> Is Android API level 37 a beta version or something?

I see the same references to API level 37 in both
  android-ndk-r28c-linux.zip (28.2.13676358)
and
  android-ndk-r29-beta4-linux.zip (29.0.14033849)
namely:

./sched.h:int sched_getattr(pid_t __pid, struct sched_attr* _Nonnull __attr, 
unsigned __size, unsigned __flags) __INTRODUCED_IN(37);
./sched.h:int sched_setattr(pid_t __pid, struct sched_attr* _Nonnull __attr, 
unsigned __flags) __INTRODUCED_IN(37);

So, they have started the API level 37.

When will the API level 37 be complete? I don't know. My only guess
is that when API level 38 has been started, API level 37 must be complete.

Bruno




Reply via email to