aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/tools/dev-defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tools/dev-defaults.sh b/build/tools/dev-defaults.sh
index b89762ba4..60fd20317 100644
--- a/build/tools/dev-defaults.sh
+++ b/build/tools/dev-defaults.sh
@@ -6,7 +6,7 @@
# Note: levels 6 and 7 are omitted since they have the same native
# APIs as level 5. Same for levels 10, 11 and 12
#
-API_LEVELS="3 4 5 8 9 13"
+API_LEVELS="3 4 5 8 9 14"
# Default ABIs for the target prebuilt binaries.
PREBUILT_ABIS="armeabi armeabi-v7a x86"