From de3edb7f8b01d446cd7d2436505a69b15079faad Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 24 Jul 2012 08:54:43 -0700 Subject: JOO24 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..8acb872 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO24 -- cgit v1.1 From 87af4ec5def55d078bbcc531fcf88fa96d5ae5ba Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 24 Jul 2012 14:17:39 -0700 Subject: JOO24B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 8acb872..e7ad243 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO24 +export BUILD_ID=JOO24B -- cgit v1.1 From 747422665756395c85fd1356452501c34c334714 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 25 Jul 2012 07:12:17 -0700 Subject: JOO25 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..227c168 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO25 -- cgit v1.1 From 2b93d35f8d71e223d39aaecca4dbbf4fd011715b Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 26 Jul 2012 07:12:39 -0700 Subject: JOO26 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..6a69d14 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO26 -- cgit v1.1 From 0173bc5ec804f33700a5158655611af817bd5770 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Thu, 26 Jul 2012 10:15:21 -0700 Subject: Fix build. Set BUILD_EMULATOR to true when HOST_OS is linux. Disable the emulator package target if BUILD_EMULATOR is not true. Change-Id: I8987c0a091622baa0e861b451e635c4ddb148b29 --- core/Makefile | 3 ++- core/main.mk | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/core/Makefile b/core/Makefile index d813ab7..a6974a3 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1299,7 +1299,7 @@ dalvikfiles: $(INTERNAL_DALVIK_MODULES) # ----------------------------------------------------------------- # The emulator package - +ifeq ($(BUILD_EMULATOR),true) INTERNAL_EMULATOR_PACKAGE_FILES += \ $(HOST_OUT_EXECUTABLES)/emulator$(HOST_EXECUTABLE_SUFFIX) \ prebuilts/qemu-kernel/$(TARGET_ARCH)/kernel-qemu \ @@ -1315,6 +1315,7 @@ $(INTERNAL_EMULATOR_PACKAGE_TARGET): $(INTERNAL_EMULATOR_PACKAGE_FILES) @echo "Package: $@" $(hide) zip -qj $@ $(INTERNAL_EMULATOR_PACKAGE_FILES) +endif # ----------------------------------------------------------------- # Old PDK stuffs, retired # The pdk package (Platform Development Kit) diff --git a/core/main.mk b/core/main.mk index 21e2e7f..64be9ff 100644 --- a/core/main.mk +++ b/core/main.mk @@ -187,7 +187,9 @@ MACOSX_SDK := /Developer/SDKs/MacOSX$(MSDK).sdk ifeq ($(strip $(wildcard $(MACOSX_SDK))),) BUILD_EMULATOR := false endif -endif +else # HOST_OS is not darwin + BUILD_EMULATOR := true +endif # HOST_OS is darwin $(shell echo 'VERSIONS_CHECKED := $(VERSION_CHECK_SEQUENCE_NUMBER)' \ > $(OUT_DIR)/versions_checked.mk) -- cgit v1.1 From c741d502f43f63d9398d1252c00137f452b153fb Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 26 Jul 2012 10:28:15 -0700 Subject: JOO26B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 6a69d14..e1443fd 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO26 +export BUILD_ID=JOO26B -- cgit v1.1 From 101d32ebb80f5f015781b98cb53739e8ad933cb4 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Thu, 26 Jul 2012 15:56:13 -0700 Subject: Now zoneinfo prebuilts are Android modules. Bug: 6857263 Change-Id: I793f596926de485646ed9724d2b365a51fcf489f --- target/product/core.mk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/target/product/core.mk b/target/product/core.mk index 8cf3b3e..c7ae51c 100644 --- a/target/product/core.mk +++ b/target/product/core.mk @@ -122,6 +122,9 @@ PRODUCT_PACKAGES := \ uiautomator \ telephony-common \ mms-common \ + zoneinfo.dat \ + zoneinfo.idx \ + zoneinfo.version PRODUCT_COPY_FILES += \ system/core/rootdir/init.usb.rc:root/init.usb.rc \ @@ -140,5 +143,8 @@ ifeq ($(WITH_HOST_DALVIK),true) libjavacore \ libssl \ libz-host \ - dalvik + dalvik \ + zoneinfo-host.dat \ + zoneinfo-host.idx \ + zoneinfo-host.version endif -- cgit v1.1 From ef6573acfa58d802910038d76d3918bb01ab84c3 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 30 Jul 2012 07:15:33 -0700 Subject: JOO30 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..38d46e7 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO30 -- cgit v1.1 From e2253c078b127c256faf2090350ed1f8728ad1cb Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 30 Jul 2012 09:46:30 -0700 Subject: JOO30B --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..830a59b 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO30B -- cgit v1.1 From 1e54465d5f5f8b18b3918f94ee8eb381c252e2fa Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 31 Jul 2012 07:35:49 -0700 Subject: JOO31 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..350aba9 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO31 -- cgit v1.1 From decac39d59fa3630d70ecb7a8cdd2703f6fbd3c3 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 31 Jul 2012 13:09:31 -0700 Subject: JOO31B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 350aba9..c3e664c 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO31 +export BUILD_ID=JOO31B -- cgit v1.1 From 551f180d515e3814149726683f80453dcf6a6f89 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 1 Aug 2012 07:18:49 -0700 Subject: JOO32 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..e660c63 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO32 -- cgit v1.1 From b387f0511f8151347365f4caa3150b8063bbe2e9 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 2 Aug 2012 07:00:53 -0700 Subject: JOO33 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..6c73ca0 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO33 -- cgit v1.1 From 2f8c869a9ff0bfa7da50d6a4ff3a395392379d46 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 2 Aug 2012 07:06:08 -0700 Subject: JOO32C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 6c73ca0..f62feb5 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO33 +export BUILD_ID=JOO32C -- cgit v1.1 From 709f96221f2147089fc6ebbb23bd8689bd298fdc Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 2 Aug 2012 08:18:45 -0700 Subject: JOO33 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..6c73ca0 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO33 -- cgit v1.1 From 21a43ef5cf85d967b46ae882d046e0f2fd57783e Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 2 Aug 2012 13:00:44 -0700 Subject: JOO33 take two --- core/build_id.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/build_id.mk b/core/build_id.mk index 6c73ca0..de63433 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -20,3 +20,4 @@ # capitalized by convention. export BUILD_ID=JOO33 + -- cgit v1.1 From e7a6d7eae90842841b8fb60234a9308faeaf8dd9 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 2 Aug 2012 19:03:27 -0700 Subject: JOO33B --- core/build_id.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index de63433..2079c66 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,5 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO33 - +export BUILD_ID=JOO33B -- cgit v1.1 From 4c97191bde16a22a50ef51eed6cf65bad1cd1602 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Thu, 2 Aug 2012 14:46:42 -0700 Subject: add extra args to mkbootimg Arrange to take $(BOARD_MKBOOTIMG_ARGS) and pass it to all invocations of mkbootimg from within make, and to store it in the target_files so it can be used by future invocations of img_from_target_files and ota_from_target_files. Bug: 6918260 Change-Id: I7130ac52e96bd51d4d8b80ca036635e1626f01f1 --- core/Makefile | 5 +++-- core/tasks/factory_ramdisk.mk | 2 +- tools/releasetools/common.py | 15 ++++++++++++--- tools/releasetools/ota_from_target_files | 6 ++++-- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/core/Makefile b/core/Makefile index 1a36277..6b46451 100644 --- a/core/Makefile +++ b/core/Makefile @@ -403,7 +403,7 @@ else # TARGET_BOOTIMAGE_USE_EXT2 != true $(INSTALLED_BOOTIMAGE_TARGET): $(MKBOOTIMG) $(INTERNAL_BOOTIMAGE_FILES) $(call pretty,"Target boot image: $@") - $(hide) $(MKBOOTIMG) $(INTERNAL_BOOTIMAGE_ARGS) --output $@ + $(hide) $(MKBOOTIMG) $(INTERNAL_BOOTIMAGE_ARGS) $(BOARD_MKBOOTIMG_ARGS) --output $@ $(hide) $(call assert-max-image-size,$@,$(BOARD_BOOTIMAGE_PARTITION_SIZE),raw) endif # TARGET_BOOTIMAGE_USE_EXT2 @@ -664,7 +664,7 @@ $(INSTALLED_RECOVERYIMAGE_TARGET): $(MKBOOTFS) $(MKBOOTIMG) $(MINIGZIP) \ cat $(INSTALLED_DEFAULT_PROP_TARGET) $(recovery_build_prop) \ > $(TARGET_RECOVERY_ROOT_OUT)/default.prop $(MKBOOTFS) $(TARGET_RECOVERY_ROOT_OUT) | $(MINIGZIP) > $(recovery_ramdisk) - $(MKBOOTIMG) $(INTERNAL_RECOVERYIMAGE_ARGS) --output $@ + $(MKBOOTIMG) $(INTERNAL_RECOVERYIMAGE_ARGS) $(BOARD_MKBOOTIMG_ARGS) --output $@ @echo ----- Made recovery image -------- $@ $(hide) $(call assert-max-image-size,$@,$(BOARD_RECOVERYIMAGE_PARTITION_SIZE),raw) @@ -1126,6 +1126,7 @@ endif ifdef PRODUCT_EXTRA_RECOVERY_KEYS $(hide) echo "extra_recovery_keys=$(PRODUCT_EXTRA_RECOVERY_KEYS)" >> $(zip_root)/META/misc_info.txt endif + $(hide) echo "mkbootimg_args=$(BOARD_MKBOOTIMG_ARGS)" >> $(zip_root)/META/misc_info.txt $(call generate-userimage-prop-dictionary, $(zip_root)/META/misc_info.txt) @# Zip everything up, preserving symlinks $(hide) (cd $(zip_root) && zip -qry ../$(notdir $@) .) diff --git a/core/tasks/factory_ramdisk.mk b/core/tasks/factory_ramdisk.mk index 576a159..05d89b0 100644 --- a/core/tasks/factory_ramdisk.mk +++ b/core/tasks/factory_ramdisk.mk @@ -83,7 +83,7 @@ endif $(INSTALLED_FACTORY_RAMDISK_TARGET) : $(MKBOOTIMG) $(TARGET_RAMDISK_KERNEL) $(INSTALLED_FACTORY_RAMDISK_FS) $(call pretty,"Target factory ram disk img format: $@") $(MKBOOTIMG) --kernel $(TARGET_RAMDISK_KERNEL) --ramdisk $(INSTALLED_FACTORY_RAMDISK_FS) \ - --base $(BOARD_KERNEL_BASE) $(RAMDISK_CMDLINE) --output $@ + --base $(BOARD_KERNEL_BASE) $(BOARD_MKBOOTIMG_ARGS) $(RAMDISK_CMDLINE) --output $@ endif diff --git a/tools/releasetools/common.py b/tools/releasetools/common.py index 5e4055a..5037ac5 100644 --- a/tools/releasetools/common.py +++ b/tools/releasetools/common.py @@ -196,7 +196,7 @@ def DumpInfoDict(d): for k, v in sorted(d.items()): print "%-25s = (%s) %s" % (k, type(v).__name__, v) -def BuildBootableImage(sourcedir, fs_config_file): +def BuildBootableImage(sourcedir, fs_config_file, info_dict=None): """Take a kernel, cmdline, and ramdisk directory from the input (in 'sourcedir'), and turn them into a boot image. Return the image data, or None if sourcedir does not appear to contains files for @@ -206,6 +206,9 @@ def BuildBootableImage(sourcedir, fs_config_file): not os.access(os.path.join(sourcedir, "kernel"), os.F_OK)): return None + if info_dict is None: + info_dict = OPTIONS.info_dict + ramdisk_img = tempfile.NamedTemporaryFile() img = tempfile.NamedTemporaryFile() @@ -239,6 +242,10 @@ def BuildBootableImage(sourcedir, fs_config_file): cmd.append("--pagesize") cmd.append(open(fn).read().rstrip("\n")) + args = info_dict.get("mkbootimg_args", None) + if args and args.strip(): + cmd.extend(args.split()) + cmd.extend(["--ramdisk", ramdisk_img.name, "--output", img.name]) @@ -256,7 +263,8 @@ def BuildBootableImage(sourcedir, fs_config_file): return data -def GetBootableImage(name, prebuilt_name, unpack_dir, tree_subdir): +def GetBootableImage(name, prebuilt_name, unpack_dir, tree_subdir, + info_dict=None): """Return a File object (with name 'name') with the desired bootable image. Look for it in 'unpack_dir'/BOOTABLE_IMAGES under the name 'prebuilt_name', otherwise construct it from the source files in @@ -270,7 +278,8 @@ def GetBootableImage(name, prebuilt_name, unpack_dir, tree_subdir): print "building image from target_files %s..." % (tree_subdir,) fs_config = "META/" + tree_subdir.lower() + "_filesystem_config.txt" return File(name, BuildBootableImage(os.path.join(unpack_dir, tree_subdir), - os.path.join(unpack_dir, fs_config))) + os.path.join(unpack_dir, fs_config), + info_dict)) def UnzipTemp(filename, pattern=None): diff --git a/tools/releasetools/ota_from_target_files b/tools/releasetools/ota_from_target_files index 3dcfbee..b8fe68c 100755 --- a/tools/releasetools/ota_from_target_files +++ b/tools/releasetools/ota_from_target_files @@ -531,13 +531,15 @@ def WriteIncrementalOTAPackage(target_zip, source_zip, output_zip): script.AssertSomeFingerprint(source_fp, target_fp) source_boot = common.GetBootableImage( - "/tmp/boot.img", "boot.img", OPTIONS.source_tmp, "BOOT") + "/tmp/boot.img", "boot.img", OPTIONS.source_tmp, "BOOT", + OPTIONS.source_info_dict) target_boot = common.GetBootableImage( "/tmp/boot.img", "boot.img", OPTIONS.target_tmp, "BOOT") updating_boot = (source_boot.data != target_boot.data) source_recovery = common.GetBootableImage( - "/tmp/recovery.img", "recovery.img", OPTIONS.source_tmp, "RECOVERY") + "/tmp/recovery.img", "recovery.img", OPTIONS.source_tmp, "RECOVERY", + OPTIONS.source_info_dict) target_recovery = common.GetBootableImage( "/tmp/recovery.img", "recovery.img", OPTIONS.target_tmp, "RECOVERY") updating_recovery = (source_recovery.data != target_recovery.data) -- cgit v1.1 From 4991dc494395e09ca29da2372ed2840080d31372 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 3 Aug 2012 07:37:30 -0700 Subject: JOO33B take two --- core/build_id.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/build_id.mk b/core/build_id.mk index 2079c66..a8a2f5d 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -20,3 +20,4 @@ # capitalized by convention. export BUILD_ID=JOO33B + -- cgit v1.1 From e103e677ec108580adf5836d38f67fb56e046850 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 3 Aug 2012 15:01:00 -0700 Subject: JOO33C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index a8a2f5d..25dc466 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,5 +19,5 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO33B +export BUILD_ID=JOO33C -- cgit v1.1 From b1e70593751b6a63ce040412392b15198e1538cc Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 6 Aug 2012 06:30:31 -0700 Subject: JOO37 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..c134a3a 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO37 -- cgit v1.1 From 2dbd17f434e28acf4684322760cef66e49c8a0e8 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 6 Aug 2012 13:06:02 -0700 Subject: JOO37B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index c134a3a..7a79c61 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO37 +export BUILD_ID=JOO37B -- cgit v1.1 From 113e8569691aa9fab1e19e08d5294ccfdd9f795b Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 7 Aug 2012 06:36:03 -0700 Subject: JOO38 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..c781df7 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO38 -- cgit v1.1 From 9c593ceea014b9a7f21e97c27688ff70735155d1 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 7 Aug 2012 11:12:57 -0700 Subject: JOO38B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index c781df7..55b2222 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO38 +export BUILD_ID=JOO38B -- cgit v1.1 From 4579c9cbda71c957abf536882faf90624b8497dd Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 8 Aug 2012 06:48:58 -0700 Subject: JOO39 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..836d435 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO39 -- cgit v1.1 From 229dad6d21b63781dc075053f6a87ff4bdccfff0 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 8 Aug 2012 15:06:55 -0700 Subject: JOO39B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 836d435..4e3a63d 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO39 +export BUILD_ID=JOO39B -- cgit v1.1 From cd6afb8c4c0fb29f038ce14971541158b1236279 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 9 Aug 2012 09:30:20 -0700 Subject: JOO40 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..6cab92c 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO40 -- cgit v1.1 From d1dc01c4a3e3ca91d901629c38377fb63aa622c4 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 9 Aug 2012 16:02:33 -0700 Subject: JOO40B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 6cab92c..bf0aaff 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO40 +export BUILD_ID=JOO40B -- cgit v1.1 From dbf2e799fca8c2a532a01d4c00cc94865efd071b Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 10 Aug 2012 11:53:27 -0700 Subject: JOO40C --- core/build_id.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index bf0aaff..7a89c0d 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,4 +1,3 @@ - # # Copyright (C) 2008 The Android Open Source Project # @@ -19,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO40B +export BUILD_ID=JOO40C -- cgit v1.1 From ee1809ec41fa24b703bb36ce1405def3a6d288a8 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 10 Aug 2012 15:45:28 -0700 Subject: JOO40D --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 7a89c0d..14789d6 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO40C +export BUILD_ID=JOO40D -- cgit v1.1 From 2358c7c5e15d169353f28965047fb18145a93755 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 13 Aug 2012 08:11:27 -0700 Subject: JOO44 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..c8a08b8 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO44 -- cgit v1.1 From e5cf7548b2523c3e32f5b8533503d8f8ab3e7e5c Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 13 Aug 2012 16:33:55 -0700 Subject: JOO44B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index c8a08b8..e197957 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO44 +export BUILD_ID=JOO44B -- cgit v1.1 From 85a965e0e03163826ba5f78e25d664712f30b144 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 14 Aug 2012 07:08:55 -0700 Subject: JOO45 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..0e3976f 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO45 -- cgit v1.1 From 307c64c40e83ed81ad4d559e1582a99426687585 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 14 Aug 2012 14:58:43 -0700 Subject: JOO45B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 0e3976f..cef7c5d 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO45 +export BUILD_ID=JOO45B -- cgit v1.1 From e65645081198a6fda4b5d2d375d524b5bdb17aa6 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 14 Aug 2012 16:52:17 -0700 Subject: JOO45C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index cef7c5d..3a4d2c4 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO45B +export BUILD_ID=JOO45C -- cgit v1.1 From 0f32db15da0a22e26091211254d4ea47cda7b8e0 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 15 Aug 2012 06:36:46 -0700 Subject: JOO46 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..a882c60 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO46 -- cgit v1.1 From a93b122d49ffd1143111b1b1762d0ad9e206f878 Mon Sep 17 00:00:00 2001 From: Iliyan Malchev Date: Wed, 15 Aug 2012 08:12:01 -0700 Subject: build: register BOARD_HAVE_BLUETOOTH_QCOM Change-Id: I594abd6d3b152a4e5bc48b6ac447e155c85b2fe0 Signed-off-by: Iliyan Malchev --- core/product.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/product.mk b/core/product.mk index 57db681..20d1e97 100644 --- a/core/product.mk +++ b/core/product.mk @@ -230,6 +230,7 @@ _product_stash_var_list += \ BOARD_KERNEL_BASE \ BOARD_HAVE_BLUETOOTH \ BOARD_HAVE_BLUETOOTH_BCM \ + BOARD_HAVE_BLUETOOTH_QCOM \ BOARD_VENDOR_QCOM_AMSS_VERSION \ BOARD_VENDOR_USE_AKMD \ BOARD_EGL_CFG \ -- cgit v1.1 From a5b7e89f9a4d8af2a7b844fb7d662718c4dc1542 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 15 Aug 2012 11:47:00 -0700 Subject: JOO46B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index a882c60..a8b0aa4 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO46 +export BUILD_ID=JOO46B -- cgit v1.1 From 9ceb97464027acb744105495725b94ab3b792140 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 15 Aug 2012 17:43:36 -0700 Subject: JOO46C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index a8b0aa4..0e15e99 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO46B +export BUILD_ID=JOO46C -- cgit v1.1 From b9ef08de400e34af32addb305fa9d4a222db0fb3 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 16 Aug 2012 06:35:51 -0700 Subject: JOO47 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..f9effbd 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO47 -- cgit v1.1 From d96091d0829a0b9c93b3f02d06108e5be7851f13 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 16 Aug 2012 13:59:00 -0700 Subject: JOO47B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index f9effbd..2cbc365 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO47 +export BUILD_ID=JOO47B -- cgit v1.1 From 19fefd7c8fb5780b90f5600233cb368908ec42dc Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 17 Aug 2012 14:55:28 -0700 Subject: JOO47C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 2cbc365..9f3c0a7 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO47B +export BUILD_ID=JOO47C -- cgit v1.1 From 146da4b31c8ffba17d9203c82854c7d0f359fbcb Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 20 Aug 2012 06:37:07 -0700 Subject: JOO51 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..54a561d 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO51 -- cgit v1.1 From 72d244dba789565aaefbbdb35691100cbea7e1d2 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 20 Aug 2012 14:47:01 -0700 Subject: JOO51B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 54a561d..e34e8d3 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO51 +export BUILD_ID=JOO51B -- cgit v1.1 From 63512ad52fa8873402ec85997f604b80ac7b6eba Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 21 Aug 2012 06:36:23 -0700 Subject: JOO52 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..b3c7d95 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO52 -- cgit v1.1 From dccfa520cd2204a1eb043b871bb61fed2d80d59d Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 21 Aug 2012 12:40:00 -0700 Subject: JOO52B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index b3c7d95..0a80519 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO52 +export BUILD_ID=JOO52B -- cgit v1.1 From ede8e5d1878b087ced35d3ed5655dbca887f74fb Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 21 Aug 2012 15:39:05 -0700 Subject: JOO52C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 0a80519..75117f1 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO52B +export BUILD_ID=JOO52C -- cgit v1.1 From 57342f19bdbdabf5e0e82ee0c37aefd3f50cc0ca Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 22 Aug 2012 06:35:31 -0700 Subject: JOO53 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..029275a 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO53 -- cgit v1.1 From 779d548dcc70c7fd8da2587c79e43368ffd27f4c Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 22 Aug 2012 14:55:58 -0700 Subject: JOO53B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 029275a..f2daf8f 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO53 +export BUILD_ID=JOO53B -- cgit v1.1 From c30c425d4dc8296b156071ccd57d8a20b4d4b6b3 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 23 Aug 2012 06:35:16 -0700 Subject: JOO54 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..dc1061a 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO54 -- cgit v1.1 From 7f55e081930faaa480c6660a7951f0f91f5e4a32 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 23 Aug 2012 14:19:08 -0700 Subject: JOO54B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index dc1061a..33f1a2d 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO54 +export BUILD_ID=JOO54B -- cgit v1.1 From 7e91484467c49c73a349d5a628561c0edafc2a34 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 23 Aug 2012 17:52:52 -0700 Subject: JOO54C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 33f1a2d..e79f854 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO54B +export BUILD_ID=JOO54C -- cgit v1.1 From f8863ca65cd88969d6891376ca3070c8f9e7a191 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 24 Aug 2012 01:19:29 -0700 Subject: JOO54D --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index e79f854..8145506 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO54C +export BUILD_ID=JOO54D -- cgit v1.1 From 66679a1c2fb908bc62cfe495da4deda7eb53dc35 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 24 Aug 2012 10:32:57 -0700 Subject: JOO54E --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 8145506..f587dc0 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO54D +export BUILD_ID=JOO54E -- cgit v1.1 From 72635452a6af4dd42acbc1282b2dc0e8afd6bf2f Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 27 Aug 2012 06:36:18 -0700 Subject: JOO58 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..e2d502f 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO58 -- cgit v1.1 From 7c39614e517751456a8de1f41d13c8dbc0a5737c Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 27 Aug 2012 12:48:28 -0700 Subject: JOO58B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index e2d502f..39c59d9 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO58 +export BUILD_ID=JOO58B -- cgit v1.1 From c63e072e21caa864e3ec3a70e220eac0fef0c924 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 28 Aug 2012 06:35:42 -0700 Subject: JOO59 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..4ef9dce 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO59 -- cgit v1.1 From 9d0e07b079ada0281b352b5138dc2af2b38b00eb Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 28 Aug 2012 11:49:21 -0700 Subject: JOO59B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 4ef9dce..2432bd2 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO59 +export BUILD_ID=JOO59B -- cgit v1.1 From e40cd5439c157faf42aa2f4a8f268bd647a175e9 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 28 Aug 2012 22:12:04 -0700 Subject: JOO59C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 2432bd2..ebc2477 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO59B +export BUILD_ID=JOO59C -- cgit v1.1 From 8b6f24b7753270abd2cc6cd89139217f4012b15d Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 29 Aug 2012 06:35:20 -0700 Subject: JOO60 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..31f6a92 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO60 -- cgit v1.1 From 6ca9e605bf89c6f93f99453ec379a2353f577570 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 29 Aug 2012 16:02:58 -0700 Subject: JOO60B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 31f6a92..ebde666 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO60 +export BUILD_ID=JOO60B -- cgit v1.1 From cdfdac205ac5ce0509de508478113924c1527936 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 29 Aug 2012 17:38:03 -0700 Subject: JOO60C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index ebde666..deb5635 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO60B +export BUILD_ID=JOO60C -- cgit v1.1 From d105f9b9782fdb33257af88ce9337264956f8fda Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 30 Aug 2012 06:35:43 -0700 Subject: JOO61 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..f62c71d 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO61 -- cgit v1.1 From e087c1d7ad4cecb6add575315fc71ff5b7038872 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 30 Aug 2012 11:00:49 -0700 Subject: JOO61B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index f62c71d..4770212 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO61 +export BUILD_ID=JOO61B -- cgit v1.1 From 47cc1d265a9c56d2f9ebe8a39997dc7d67e265d3 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 30 Aug 2012 15:39:16 -0700 Subject: JOO61C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 4770212..c715702 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO61B +export BUILD_ID=JOO61C -- cgit v1.1 From b23b98c721e986b93817d98533762a5046ea581f Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 31 Aug 2012 09:27:28 -0700 Subject: JOO61D --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index c715702..134c856 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO61C +export BUILD_ID=JOO61D -- cgit v1.1 From 57858e4683b1c1506a0d19fd842bf8b04a9ec5f4 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 31 Aug 2012 12:34:22 -0700 Subject: JOO61E --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 134c856..166bbc0 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO61D +export BUILD_ID=JOO61E -- cgit v1.1 From 652069ac84b51103ae1d6579f4adb9cfb2fe9d87 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 31 Aug 2012 17:22:42 -0700 Subject: JOO61F --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 166bbc0..63a4ded 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO61E +export BUILD_ID=JOO61F -- cgit v1.1 From 5794e5869106d0b9f29734458043870a12ed44e5 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 3 Sep 2012 06:36:05 -0700 Subject: JOO65 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..e1c17cd 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO65 -- cgit v1.1 From 8f8b0df301eeca32c72890c7f81bdb7c1f4dec68 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 4 Sep 2012 06:33:59 -0700 Subject: JOO66 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..af7ecaf 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO66 -- cgit v1.1 From 1155427f8b877afface333fa072e0006451f8136 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 4 Sep 2012 14:31:53 -0700 Subject: JOO66B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index af7ecaf..afdc7cb 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO66 +export BUILD_ID=JOO66B -- cgit v1.1 From ef48bc16decc628d2fd4d2a8226721bda8b5d837 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 5 Sep 2012 06:35:29 -0700 Subject: JOO67 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..e48d34f 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO67 -- cgit v1.1 From 65eb24d9c72969146adae9b42e8de03eb3202b03 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 5 Sep 2012 13:16:44 -0700 Subject: JOO67B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index e48d34f..e6bd250 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO67 +export BUILD_ID=JOO67B -- cgit v1.1 From 75d6fa10af148cf7e75edda1005f33acd7740cf4 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 5 Sep 2012 16:51:45 -0700 Subject: JOO67C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index e6bd250..a795529 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO67B +export BUILD_ID=JOO67C -- cgit v1.1 From 6806adba51ab94698f7ddadd1261dad3b0cab9ed Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 6 Sep 2012 06:35:55 -0700 Subject: JOO68 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..d9a985d 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO68 -- cgit v1.1 From 8fb948752de714b12d8444c1e1c21312e87081f7 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 6 Sep 2012 14:29:42 -0700 Subject: JOO68B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index d9a985d..545942f 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO68 +export BUILD_ID=JOO68B -- cgit v1.1 From 2b499955fc2e386625c24d50b8a8221ff7c5b4d5 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 6 Sep 2012 16:09:10 -0700 Subject: JOO68C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 545942f..65e5017 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO68B +export BUILD_ID=JOO68C -- cgit v1.1 From 229166e114139286889bc1b398a9dd265a9768ff Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 7 Sep 2012 16:14:45 -0700 Subject: JOO68D --- core/build_id.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 65e5017..a732ad2 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,4 +1,3 @@ - # # Copyright (C) 2008 The Android Open Source Project # @@ -19,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO68C +export BUILD_ID=JOO68D -- cgit v1.1 From 43093b8983887818eb3c8394eb1d174a6f1008e1 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Sat, 8 Sep 2012 11:59:21 -0700 Subject: JOO68E --- core/build_id.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index a732ad2..5b8ac18 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -18,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO68D +export BUILD_ID=JOO68E -- cgit v1.1 From 9a53a7dd4133814796252f5b46515f63aa3256c3 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Sun, 9 Sep 2012 07:03:09 -0700 Subject: JOO71 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..3f05720 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO71 -- cgit v1.1 From d56a49b4a1e108c7057f6dc455ccb3b7d2b89238 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Sun, 9 Sep 2012 15:02:11 -0700 Subject: JOO71B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 3f05720..2ca8cf5 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO71 +export BUILD_ID=JOO71B -- cgit v1.1 From 04ba21a58cfa70324007031b63ecc31d9a61da98 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 10 Sep 2012 07:00:36 -0700 Subject: JOO72 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..93d0015 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO72 -- cgit v1.1 From accba1e68fd91a60412cae8de9de1517586d4d80 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 10 Sep 2012 15:02:40 -0700 Subject: JOO72B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 93d0015..42280a9 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO72 +export BUILD_ID=JOO72B -- cgit v1.1 From 818fe62cbac399e4d9c2a432fcd290b192be297e Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 10 Sep 2012 17:37:32 -0700 Subject: JOO72C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 42280a9..60c3323 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO72B +export BUILD_ID=JOO72C -- cgit v1.1 From 11d17ed5713831885c9a05c82654ff3c3f66dd23 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 11 Sep 2012 07:01:00 -0700 Subject: JOO73 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..4f26277 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO73 -- cgit v1.1 From 92235190d7df115e338e0f988d077bc16d98e40b Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 11 Sep 2012 07:38:49 -0700 Subject: JOO73B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 4f26277..5b4cba2 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO73 +export BUILD_ID=JOO73B -- cgit v1.1 From 7810dee7d4fda4099e80ffc919084863c6e39361 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 11 Sep 2012 11:29:46 -0700 Subject: JOO73C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 5b4cba2..3e1b3e3 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO73B +export BUILD_ID=JOO73C -- cgit v1.1 From 3319f008dbc710c0040ed2ada353ae3351246ff4 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 11 Sep 2012 16:16:50 -0700 Subject: JOO73D --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 3e1b3e3..85088ac 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO73C +export BUILD_ID=JOO73D -- cgit v1.1 From 605c864a2269f4f4ec0869a2f01d85aee04c3304 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 12 Sep 2012 07:01:19 -0700 Subject: JOO74 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..034f528 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO74 -- cgit v1.1 From cbd588f064b9f97ff3fa48c29e594eb0bef32c2b Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 12 Sep 2012 10:37:41 -0700 Subject: JOO74B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 034f528..a99d8b1 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO74 +export BUILD_ID=JOO74B -- cgit v1.1 From e60a2e82dba4e32b53eca9fe4b915b66df5f0f6b Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 12 Sep 2012 17:31:38 -0700 Subject: JOO74C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index a99d8b1..091dd0a 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO74B +export BUILD_ID=JOO74C -- cgit v1.1 From c2796ebb57458cf7e7f019437c443ae6f973398e Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 12 Sep 2012 19:10:24 -0700 Subject: JOO74D --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 091dd0a..e8e15cb 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO74C +export BUILD_ID=JOO74D -- cgit v1.1 From 6cc77ba6e77016ec4c6d021886e062af65d2fd01 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 13 Sep 2012 07:01:36 -0700 Subject: JOO75 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..6edfc11 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO75 -- cgit v1.1 From 2028de7ba901d585f801e26c76ca3233ef83db35 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 13 Sep 2012 15:43:28 -0700 Subject: JOO75B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 6edfc11..7a9757b 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO75 +export BUILD_ID=JOO75B -- cgit v1.1 From 259cd9685cab4e708a1dc57021906409cbdeff0a Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 14 Sep 2012 07:14:02 -0700 Subject: JOO76 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..6433eb0 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO76 -- cgit v1.1 From 53aa4e5064549d3a31e896d9f2d6a7cab4138c8b Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 14 Sep 2012 09:43:38 -0700 Subject: JOO76B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 6433eb0..0938ec1 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO76 +export BUILD_ID=JOO76B -- cgit v1.1 From 62e2f88d921d78d14fe9fb5446050d34bdc9d4aa Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 14 Sep 2012 14:11:28 -0700 Subject: JOO76C --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..feda57a 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO76C -- cgit v1.1 From 9163bacdf9c3494e64dd3032736851128dba5541 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 14 Sep 2012 17:32:39 -0700 Subject: JOO76D --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index feda57a..603fef6 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO76C +export BUILD_ID=JOO76D -- cgit v1.1 From 5db9eba98d8d95cb19d10c67e9ae7926f48bb32b Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 14 Sep 2012 18:17:50 -0700 Subject: JOO76E --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 603fef6..8cd734c 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO76D +export BUILD_ID=JOO76E -- cgit v1.1 From 18b111ea4d9928667dc1cf95b4fba56f53e980f4 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Sun, 16 Sep 2012 07:01:30 -0700 Subject: JOO78 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..57d95f8 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO78 -- cgit v1.1 From 990d9c759132d1ae1ec36875bc12ad2636421ea3 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Sun, 16 Sep 2012 17:13:09 -0700 Subject: JOO78B --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..0408717 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO78B -- cgit v1.1 From 58ed221a41b5f2dce4c70bdf10d57794d8da2e43 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 17 Sep 2012 06:59:53 -0700 Subject: JOO79 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..4e360bf 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO79 -- cgit v1.1 From 9abc4e2b8a238a379af37d07869cb1beea0254ce Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 17 Sep 2012 13:51:32 -0700 Subject: JOO79B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 4e360bf..e3955f4 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO79 +export BUILD_ID=JOO79B -- cgit v1.1 From 973c18c9586be072993ead2d7129b1d56824cfc7 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 18 Sep 2012 07:02:04 -0700 Subject: JOO80 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..86db3c5 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO80 -- cgit v1.1 From c255fa3affc0c07cc4cf4bf216063b0a3591986e Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 18 Sep 2012 14:22:19 -0700 Subject: JOO80B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 86db3c5..8b182b8 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO80 +export BUILD_ID=JOO80B -- cgit v1.1 From 6e9125bf4f9430ddb4999943b04f24dbb4893d92 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 18 Sep 2012 16:27:51 -0700 Subject: JOO80C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 8b182b8..5003957 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO80B +export BUILD_ID=JOO80C -- cgit v1.1 From ed43a0172fdaa7c00fdda6d9f5ad8a01c5bd342d Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 19 Sep 2012 07:02:52 -0700 Subject: JOO81 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..03f264d 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO81 -- cgit v1.1 From c84fa3565fbdaa879566e9b510bb847e9b953338 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 19 Sep 2012 14:09:41 -0700 Subject: JOO81B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 03f264d..3b5e925 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO81 +export BUILD_ID=JOO81B -- cgit v1.1 From 53e104e78c13d616a073c62a37ffdf18d25db2df Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 19 Sep 2012 17:38:33 -0700 Subject: JOO81C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 3b5e925..7106f8b 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO81B +export BUILD_ID=JOO81C -- cgit v1.1 From cd22a00c090f3f701cdc96dcaccb8e91706281fc Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 20 Sep 2012 07:01:57 -0700 Subject: JOO82 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..2a8283a 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO82 -- cgit v1.1 From 5beb5bb45bd474ed2e3d841a428d373e1c32751a Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 20 Sep 2012 14:44:11 -0700 Subject: JOO82B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 2a8283a..f6e036b 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO82 +export BUILD_ID=JOO82B -- cgit v1.1 From 038fef81cdae42f3d37339f766dbb8b8cfde7268 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 20 Sep 2012 17:46:51 -0700 Subject: JOO82C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index f6e036b..47c9ae5 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO82B +export BUILD_ID=JOO82C -- cgit v1.1 From cb99c224763efce5c1e472bcfb9465c3f68fa533 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Thu, 20 Sep 2012 10:37:39 -0700 Subject: Use prebuilt for PDK builds. Change-Id: Ief723fe137b7a3aa051837e3ca1079fea772357d --- tools/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Android.mk b/tools/Android.mk index d6badab..a29cd3d 100644 --- a/tools/Android.mk +++ b/tools/Android.mk @@ -14,7 +14,7 @@ # limitations under the License. # -ifeq ($(TARGET_BUILD_APPS),) +ifeq (,$(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK))) LOCAL_PATH := $(call my-dir) include $(call first-makefiles-under,$(LOCAL_PATH)) endif -- cgit v1.1 From 320b94d030032228df769e513931a262f8637738 Mon Sep 17 00:00:00 2001 From: Keun young Park Date: Thu, 20 Sep 2012 13:50:02 -0700 Subject: fix PDK build - build tools not coming from prebuilts for PDK Change-Id: I5760a54f502b8aa2167976c8f1e17412f31c6f5f --- tools/Android.mk | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/tools/Android.mk b/tools/Android.mk index a29cd3d..f646c37 100644 --- a/tools/Android.mk +++ b/tools/Android.mk @@ -14,7 +14,15 @@ # limitations under the License. # -ifeq (,$(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK))) +ifeq (,$(TARGET_BUILD_APPS)) + LOCAL_PATH := $(call my-dir) -include $(call first-makefiles-under,$(LOCAL_PATH)) + +ifeq ($(TARGET_BUILD_PDK),true) +include $(filter-out %/acp/Android.mk %/signapk/Android.mk %/zipalign/Android.mk,\ + $(call all-makefiles-under,$(LOCAL_PATH))) +else # !PDK +include $(call all-makefiles-under,$(LOCAL_PATH)) +endif # PDK + endif -- cgit v1.1 From 9fcb198c708f8ff8b7d145d3379842d0dc6d1c8e Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 21 Sep 2012 07:01:59 -0700 Subject: JOO83 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..ac1b06a 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO83 -- cgit v1.1 From ee6f5491b5cd72ffcece78576cf90a0472379700 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 21 Sep 2012 15:40:59 -0700 Subject: JOO83B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index ac1b06a..617661b 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO83 +export BUILD_ID=JOO83B -- cgit v1.1 From 7ede0cfc155492424afedfa78517cc73cb97fca6 Mon Sep 17 00:00:00 2001 From: Siva Velusamy Date: Fri, 21 Sep 2012 14:09:57 -0700 Subject: Include videoeditor_jni in sdk product build. frameworks/base/media depends on libvideoeditor_jni. This change copies the dependencies from generic_no_telephony.mk Fixes Bug 7200384 Change-Id: I135fd4fc613d81aa962bcdf2573894a2ea8ab11d --- target/product/sdk.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/target/product/sdk.mk b/target/product/sdk.mk index 33b9bf4..13bbd5c 100644 --- a/target/product/sdk.mk +++ b/target/product/sdk.mk @@ -67,6 +67,13 @@ PRODUCT_PACKAGES := \ rild \ LegacyCamera +PRODUCT_PACKAGES += \ + librs_jni \ + libvideoeditor_jni \ + libvideoeditor_core \ + libvideoeditor_osal \ + libvideoeditor_videofilters \ + libvideoeditorplayer \ # Define the host tools and libs that are parts of the SDK. -include sdk/build/product_sdk.mk -- cgit v1.1 From 57b9a0da06634c37537341fcebfebfdff21470cf Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 21 Sep 2012 16:26:24 -0700 Subject: JOO83C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 617661b..12bf09a 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO83B +export BUILD_ID=JOO83C -- cgit v1.1 From bee64ff377eccd7bbd34b4e0a3b29f6d826e15c9 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Sat, 22 Sep 2012 09:44:00 -0700 Subject: JOO84 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..86cd977 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO84 -- cgit v1.1 From 6be506fb586174d0a442ccbdccdbd45f4a8adf80 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Sun, 23 Sep 2012 06:59:48 -0700 Subject: JOO85 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..fa8e1c1 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO85 -- cgit v1.1 From 1601c69db835bb38a94d109c1fad767fcacae4b7 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Sun, 23 Sep 2012 19:00:36 -0700 Subject: JOO85B --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..c76633d 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO85B -- cgit v1.1 From 65549826144ce9a2de9d09e86c61d1b1e350e69e Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 24 Sep 2012 06:59:50 -0700 Subject: JOO86 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..cc8383d 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO86 -- cgit v1.1 From 00a95f3b9a332b8afd4c208527758d8c8dea2d31 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 24 Sep 2012 16:47:29 -0700 Subject: JOO86B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index cc8383d..e990d9a 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO86 +export BUILD_ID=JOO86B -- cgit v1.1 From e128d8d9bdacd4346b5ce567a11ee3a43d211b5f Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 25 Sep 2012 07:02:05 -0700 Subject: JOO87 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..5afa03c 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO87 -- cgit v1.1 From d6c869beb9eb584fd46d458d2e8bcc052c6b0b3d Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 25 Sep 2012 11:06:38 -0700 Subject: JOO87B --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..2723135 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO87B -- cgit v1.1 From 7e6e7d85d4f017fa9c6bc1e400ebc4062246979c Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 25 Sep 2012 14:43:33 -0700 Subject: JOO87C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 2723135..3c05611 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO87B +export BUILD_ID=JOO87C -- cgit v1.1 From 4aea0ed7703f50b838239c94ac6e1700809ebee8 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 25 Sep 2012 17:34:26 -0700 Subject: JOO87D --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 3c05611..702e44f 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO87C +export BUILD_ID=JOO87D -- cgit v1.1 From 2d42874f26f64de205b5f8edeafc104f8ab0ffd6 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 25 Sep 2012 20:46:44 -0700 Subject: JOO87E --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 702e44f..e01ef75 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO87D +export BUILD_ID=JOO87E -- cgit v1.1 From 366e37636fabda87ec2a0fb9b72f27fe3ca81b0a Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 26 Sep 2012 07:01:24 -0700 Subject: JOO88 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..d4eba64 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO88 -- cgit v1.1 From 055d8804e7979b7fa427a418531a283ae239ccec Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 26 Sep 2012 12:17:50 -0700 Subject: JOO88B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index d4eba64..48a24e6 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO88 +export BUILD_ID=JOO88B -- cgit v1.1 From 68948a94ec27ec002efc4b4b5030633dae680e74 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 26 Sep 2012 18:38:33 -0700 Subject: JOO88C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 48a24e6..53e7efd 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO88B +export BUILD_ID=JOO88C -- cgit v1.1 From edf8e122dd0c2a2481b110fa4a764c0b6db425b7 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 27 Sep 2012 07:01:47 -0700 Subject: JOO89 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..497dc82 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO89 -- cgit v1.1 From 8d1730d62b07ceb3fe69d939039b17270a410979 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 27 Sep 2012 17:29:30 -0700 Subject: JOO89B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 497dc82..6682919 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO89 +export BUILD_ID=JOO89B -- cgit v1.1 From d30b099ec6c4aedf38aaa001cb708b371a51df5b Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 27 Sep 2012 22:57:13 -0700 Subject: JOO89C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 6682919..14ca9ff 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO89B +export BUILD_ID=JOO89C -- cgit v1.1 From 97925711d741ddadeb8eafacf6c83af3c4b1b0b2 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 28 Sep 2012 07:01:05 -0700 Subject: JOO90 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..209b941 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO90 -- cgit v1.1 From c088beb3d458a7df8b313e66ff4a06b443751851 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 28 Sep 2012 14:17:39 -0700 Subject: JOO90B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 209b941..9ea6d06 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOO90 +export BUILD_ID=JOO90B -- cgit v1.1 From d58fb4f4c07e37b2f20e16b8846124838ccc81e2 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Sun, 30 Sep 2012 07:01:34 -0700 Subject: JOO92 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..91632e1 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO92 -- cgit v1.1 From aa105d816a9510c84cea37a0b53f7ae43da12b1c Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Sun, 30 Sep 2012 18:18:26 -0700 Subject: JOO92B --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..26aad49 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOO92B -- cgit v1.1 From 4445685f4585a1d26fe4d4ce63d0be0817511825 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 1 Oct 2012 07:00:00 -0700 Subject: JOP01 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..7bc4ae5 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOP01 -- cgit v1.1 From e53439badcd3db166f87564d06eb9b1ca51209b1 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 1 Oct 2012 16:21:17 -0700 Subject: JOP01B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 7bc4ae5..744e5f8 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOP01 +export BUILD_ID=JOP01B -- cgit v1.1 From f1c1e1be0e37555911d32c5fa860640eefe127cd Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 2 Oct 2012 07:01:18 -0700 Subject: JOP02 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..6f9ad5c 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOP02 -- cgit v1.1 From f2d21ab3e0dc76d624947c31a1af6d65b9d95921 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 2 Oct 2012 16:09:10 -0700 Subject: JOP02B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 6f9ad5c..16a25ed 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOP02 +export BUILD_ID=JOP02B -- cgit v1.1 From c27010430d1e9dc54d2d007fa8de7636373ba4f7 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 3 Oct 2012 07:01:14 -0700 Subject: JOP03 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..e9ca4e5 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOP03 -- cgit v1.1 From 7283b21f423f1795e28c36414db11adb93b2b1fe Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 3 Oct 2012 16:00:28 -0700 Subject: JOP03B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index e9ca4e5..18933c0 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOP03 +export BUILD_ID=JOP03B -- cgit v1.1 From 4791318374463c1db2f8981328727e0048df713b Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 4 Oct 2012 07:01:31 -0700 Subject: JOP04 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..1974c9d 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOP04 -- cgit v1.1 From 533aa6f3c0fa0c16f0ca0981f42b49dd6b53c223 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 4 Oct 2012 14:22:52 -0700 Subject: JOP04B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 1974c9d..a2f247f 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOP04 +export BUILD_ID=JOP04B -- cgit v1.1 From 4c1e35244b9d46e904a0320012d85e251575ceb6 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 4 Oct 2012 16:58:19 -0700 Subject: JOP04C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index a2f247f..01b22c6 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOP04B +export BUILD_ID=JOP04C -- cgit v1.1 From 8f456399e710f0349b8857e3dcf8f097a33dcba7 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 5 Oct 2012 07:01:14 -0700 Subject: JOP05 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..dc3c433 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOP05 -- cgit v1.1 From 56dc10218399720e52f5c9751140f62fc3e640bd Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 5 Oct 2012 12:32:34 -0700 Subject: JOP05B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index dc3c433..7c1bf95 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOP05 +export BUILD_ID=JOP05B -- cgit v1.1 From 6c8725182b9bfc70488554ce5d370890032ea81c Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 5 Oct 2012 15:09:28 -0700 Subject: JOP05C --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 7c1bf95..ae466f9 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOP05B +export BUILD_ID=JOP05C -- cgit v1.1 From 4020b353790173723eb562e10ee3c67528c285c1 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Fri, 5 Oct 2012 17:28:51 -0700 Subject: JOP05D --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index ae466f9..77b2d53 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOP05C +export BUILD_ID=JOP05D -- cgit v1.1 From 9caec8e36d6bed99a36fff28015c1a39f2b1c980 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Sat, 6 Oct 2012 00:39:03 -0700 Subject: JOP05E --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 77b2d53..2ff10e9 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOP05D +export BUILD_ID=JOP05E -- cgit v1.1 From de5ce161f7c8917e9492bcffdb0898ee7ca69e76 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Sun, 7 Oct 2012 07:00:38 -0700 Subject: JOP07 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..a6ffec2 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOP07 -- cgit v1.1 From 0dac92f8033364b7f4dd0772a70dd5f4888704ae Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Sun, 7 Oct 2012 15:05:44 -0700 Subject: JOP07B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index a6ffec2..4241591 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOP07 +export BUILD_ID=JOP07B -- cgit v1.1 From 2841fd4c628c93819da8f4c0ba6d037ba09b94a7 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Sun, 7 Oct 2012 16:06:32 -0700 Subject: JOP07C --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..f288103 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOP07C -- cgit v1.1 From 2f3197d8d4ba1778b941913ca2e2c6900527aba6 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Sun, 7 Oct 2012 18:59:00 -0700 Subject: JOP07D --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..0bca61d 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOP07D -- cgit v1.1 From 8a2f6e55ca88efa1d8b78851ccfdbadb3a286fc7 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 8 Oct 2012 07:00:04 -0700 Subject: JOP08 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..a6cbb6b 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOP08 -- cgit v1.1 From ada6ef0ec1837f14b2286cca5a805d9cefe2dea5 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Mon, 8 Oct 2012 16:08:35 -0700 Subject: JOP08B --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index a6cbb6b..c231466 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOP08 +export BUILD_ID=JOP08B -- cgit v1.1 From 0a160481e79390be3478e5f82836d27ec11f42c7 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Tue, 9 Oct 2012 07:00:54 -0700 Subject: JOP09 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..2c02b85 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JOP09 -- cgit v1.1 From 24329b1c8ab5239826527d84c2c40389bffc8edd Mon Sep 17 00:00:00 2001 From: Ed Heyl Date: Tue, 9 Oct 2012 14:20:54 -0700 Subject: JVP09 Change-Id: I2cf8d637b20668cef80630f81ec5be21c0e637d9 --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 2c02b85..8eda8ee 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=JOP09 +export BUILD_ID=JVP09 -- cgit v1.1 From c525c5fc43e35018dd204ecc230c425e33dc0188 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Wed, 10 Oct 2012 09:20:28 -0700 Subject: JVP10 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..046dc76 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JVP10 -- cgit v1.1 From d489d964f08fd8ccd2887df0c3eba6f5e7fafda3 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Thu, 11 Oct 2012 08:21:16 -0700 Subject: JVP11 --- core/build_id.mk | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index 40bb35d..e9a987b 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,3 +1,4 @@ + # # Copyright (C) 2008 The Android Open Source Project # @@ -13,20 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -# -# Defines branch-specific values. -# - # BUILD_ID is usually used to specify the branch name # (like "MAIN") or a branch name and a release candidate -# (like "TC1-RC5"). It must be a single word, and is +# (like "CRB01"). It must be a single word, and is # capitalized by convention. -# -BUILD_ID := MASTER -# DISPLAY_BUILD_NUMBER should only be set for development branches, -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY -# is the same as BUILD_ID -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=JVP11 -- cgit v1.1