Skip to content

Commit 5de4753

Browse files
Dave LangemakThe Android Automerger
Dave Langemak
authored and
The Android Automerger
committed
.1 becomes .2
Change-Id: Ib4208e24e66b05ff441302a817be22ea213eb1df
1 parent a7e544d commit 5de4753

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CleanSpec.mk

+3
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*)
208208
# 4.4.1
209209
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
210210

211+
# 4.4.2
212+
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
213+
211214
# ************************************************
212215
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
213216
# ************************************************

core/version_defaults.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ifeq "" "$(PLATFORM_VERSION)"
4141
# which is the version that we reveal to the end user.
4242
# Update this value when the platform version changes (rather
4343
# than overriding it somewhere else). Can be an arbitrary string.
44-
PLATFORM_VERSION := 4.4.1
44+
PLATFORM_VERSION := 4.4.2
4545
endif
4646

4747
ifeq "" "$(PLATFORM_SDK_VERSION)"

0 commit comments

Comments
 (0)