Merge "We are API 9 compatible."

This commit is contained in:
Dianne Hackborn 2010-10-21 10:51:08 -07:00 committed by Android (Google) Code Review
commit 894bf9c0a4

View file

@ -53,7 +53,7 @@ ifeq "" "$(PLATFORM_SDK_VERSION)"
# intermediate builds). During development, this number remains at the
# SDK version the branch is based on and PLATFORM_VERSION_CODENAME holds
# the code-name of the new development work.
PLATFORM_SDK_VERSION := 8
PLATFORM_SDK_VERSION := 9
endif
ifeq "" "$(PLATFORM_VERSION_CODENAME)"