summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2014-02-10 13:43:00 -0800
committerDianne Hackborn <hackbod@google.com>2014-02-10 13:43:00 -0800
commitfc021daaca11917888ed941ee0ea1877965d437b (patch)
tree9f135add912bb92c21eaa5c00eb8c7db4654dc96
parent35cfe9e8af0699236a422f3139860c53d97f65b7 (diff)
downloadbuild-fc021daaca11917888ed941ee0ea1877965d437b.zip
build-fc021daaca11917888ed941ee0ea1877965d437b.tar.gz
build-fc021daaca11917888ed941ee0ea1877965d437b.tar.bz2
Fix issue #12939338: Android version showing as 'KKWT'
Thou shalt be... L! Change-Id: I53e66eaf64183fbab0b1035cdb376b25abab4879
-rw-r--r--CleanSpec.mk5
-rw-r--r--core/version_defaults.mk2
2 files changed, 6 insertions, 1 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 488014b..4eec704 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -229,6 +229,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/*)
+# L development
+$(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
# ************************************************
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 4929abb..eedbfd2 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -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 := KKWT
+ PLATFORM_VERSION := L
endif
ifeq "" "$(PLATFORM_SDK_VERSION)"