Bump up to API 18 to match jbmr2.

Change-Id: I84755411b6688edc373a8fbd44af0dbc8e89d2ac
This commit is contained in:
Dianne Hackborn 2013-04-30 14:47:15 -07:00
parent a36f5fc490
commit 6198be83d8
2 changed files with 6 additions and 1 deletions

View File

@ -173,6 +173,11 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*)
# KLP now based off API 18.
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************

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 := 17
PLATFORM_SDK_VERSION := 18
endif
ifeq "" "$(PLATFORM_VERSION_CODENAME)"