Skip to content

Commit

Permalink
Merge pull request #1121 from xNombre/master
Browse files Browse the repository at this point in the history
Add new Android API levels
  • Loading branch information
stilor committed Jan 2, 2019
2 parents eb72b4e + 7d1b10b commit e215e3a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/libc/bionic.in
Expand Up @@ -22,6 +22,18 @@ choice
help
The minimum for 64 bit support is 21.

config ANDROID_API_28
bool
prompt "28"

config ANDROID_API_27
bool
prompt "27"

config ANDROID_API_26
bool
prompt "26"

config ANDROID_API_24
bool
prompt "24"
Expand Down Expand Up @@ -87,6 +99,9 @@ endchoice

config ANDROID_API
string
default "28" if ANDROID_API_28
default "27" if ANDROID_API_27
default "26" if ANDROID_API_26
default "24" if ANDROID_API_24
default "23" if ANDROID_API_23
default "22" if ANDROID_API_22
Expand Down

0 comments on commit e215e3a

Please sign in to comment.