dev-defaults.sh: OpenMAX AL is API level 14, not 13

Change-Id: I3ad484ca4d65838b4b5cb842bfb489c796c6c360
diff --git a/build/tools/dev-defaults.sh b/build/tools/dev-defaults.sh
index b89762b..60fd203 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"