• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

build


Commit MetaInfo

修订版7f83b7c75b9e2a2602158065e2aeca91cc0864d4 (tree)
时间2014-06-18 06:19:41
作者Bart Sears <bsears@goog...>
CommiterBill Yi

Log Message

MR2.1 - Version 4.4.4. Here we go! DO NOT MERGE

Make is so.

Change-Id: I06b8c8c491e6e355124b6fea41893155ea4c07d0

更改概述

差异

--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -214,6 +214,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
214214 # 4.4.3
215215 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
216216
217+# 4.4.4
218+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
219+
217220 # ************************************************
218221 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
219222 # ************************************************
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -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.3
44+ PLATFORM_VERSION := 4.4.4
4545 endif
4646
4747 ifeq "" "$(PLATFORM_SDK_VERSION)"