Update android.jar for API level 33 to revision 2

Content of README.google

Name: Android system library jar
URL: https://developer.android.com/studio/index.html
Version: API version 33 (revision 2)
Revision: NA
License: Apache License Version 2.0

Description:
This is the android.jar pulled using the android sdk manager.
Change-Id: Ifc85044e217d470e1364b8ee92b2e97e22fbc32a
diff --git a/scripts/add-android-jar.sh b/scripts/add-android-jar.sh
index c83aa2e..eabdedc 100755
--- a/scripts/add-android-jar.sh
+++ b/scripts/add-android-jar.sh
@@ -16,8 +16,8 @@
 SDK_HOME=$HOME/Android/Sdk
 
 # Modify these to match the SDK android.jar to add.
-SDK_DIR_NAME=android-Sv2
-SDK_VERSION=32
+SDK_DIR_NAME=android-33
+SDK_VERSION=33
 
 SDK_DIR=$SDK_HOME/platforms/$SDK_DIR_NAME
 THIRD_PARTY_ANDROID_JAR=third_party/android_jar