OSDN Git Service

.1 becomes .2
authorDave Langemak <dlangemak@google.com>
Tue, 3 Dec 2013 23:06:56 +0000 (15:06 -0800)
committerThe Android Automerger <android-build@android.com>
Sat, 14 Dec 2013 02:13:00 +0000 (18:13 -0800)
Change-Id: Ib4208e24e66b05ff441302a817be22ea213eb1df

CleanSpec.mk
core/version_defaults.mk

index c912497..c0525ad 100644 (file)
@@ -208,6 +208,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*)
 # 4.4.1
 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
 
+# 4.4.2
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
+
 # ************************************************
 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
 # ************************************************
index 9ed75c9..99283b0 100644 (file)
@@ -41,7 +41,7 @@ ifeq "" "$(PLATFORM_VERSION)"
   # which is the version that we reveal to the end user.
   # Update this value when the platform version changes (rather
   # than overriding it somewhere else).  Can be an arbitrary string.
-  PLATFORM_VERSION := 4.4.1
+  PLATFORM_VERSION := 4.4.2
 endif
 
 ifeq "" "$(PLATFORM_SDK_VERSION)"