Skip to content

Commit

Permalink
Merge pull request #9 from CyanogenMod/cm-10.2
Browse files Browse the repository at this point in the history
Merge with CM
  • Loading branch information
MowMdown committed Oct 19, 2013
2 parents 52d7821 + 7702000 commit e31c4e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1379,11 +1379,15 @@ else
OTA_FROM_TARGET_SCRIPT := $(TARGET_RELEASETOOL_OTA_FROM_TARGET_SCRIPT)
endif

ifeq ($(WITH_GMS),true)
$(INTERNAL_OTA_PACKAGE_TARGET): backuptool := false
else
ifneq ($(CM_BUILD),)
$(INTERNAL_OTA_PACKAGE_TARGET): backuptool := true
else
$(INTERNAL_OTA_PACKAGE_TARGET): backuptool := false
endif
endif

ifeq ($(TARGET_OTA_ASSERT_DEVICE),)
$(INTERNAL_OTA_PACKAGE_TARGET): override_device := auto
Expand All @@ -1392,6 +1396,7 @@ else
endif

$(INTERNAL_OTA_PACKAGE_TARGET): $(BUILT_TARGET_FILES_PACKAGE) $(DISTTOOLS)
@echo "$(OTA_FROM_TARGET_SCRIPT)" > $(PRODUCT_OUT)/ota_script_path
@echo -e ${CL_YLW}"Package OTA:"${CL_RST}" $@"
MKBOOTIMG=$(BOARD_CUSTOM_BOOTIMG_MK) \
$(OTA_FROM_TARGET_SCRIPT) -v \
Expand Down
2 changes: 1 addition & 1 deletion core/build_id.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# (like "CRB01"). It must be a single word, and is
# capitalized by convention.

export BUILD_ID=JLS36G
export BUILD_ID=JLS36I
2 changes: 1 addition & 1 deletion core/version_defaults.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
PLATFORM_VERSION := 4.3.1
endif

ifeq "" "$(PLATFORM_SDK_VERSION)"
Expand Down

0 comments on commit e31c4e4

Please sign in to comment.