am aee4daac
: The java version changed, and we made envsetup automatically find the right JAVA_HOME.
Merge commit 'aee4daacc804bbcd1df551cc2229d12fa5c35c24' into gingerbread-plus-aosp * commit 'aee4daacc804bbcd1df551cc2229d12fa5c35c24': The java version changed, and we made envsetup automatically find the right JAVA_HOME.
This commit is contained in:
@@ -115,4 +115,4 @@ endif
|
|||||||
# variable will be changed. After you have modified this file with the new
|
# variable will be changed. After you have modified this file with the new
|
||||||
# changes (see buildspec.mk.default), update this to the new value from
|
# changes (see buildspec.mk.default), update this to the new value from
|
||||||
# buildspec.mk.default.
|
# buildspec.mk.default.
|
||||||
BUILD_ENV_SEQUENCE_NUMBER := 9
|
BUILD_ENV_SEQUENCE_NUMBER := 10
|
||||||
|
@@ -16,7 +16,7 @@ include $(BUILD_SYSTEM)/version_defaults.mk
|
|||||||
# people who haven't re-run those will have to do so before they
|
# people who haven't re-run those will have to do so before they
|
||||||
# can build. Make sure to also update the corresponding value in
|
# can build. Make sure to also update the corresponding value in
|
||||||
# buildspec.mk.default and envsetup.sh.
|
# buildspec.mk.default and envsetup.sh.
|
||||||
CORRECT_BUILD_ENV_SEQUENCE_NUMBER := 9
|
CORRECT_BUILD_ENV_SEQUENCE_NUMBER := 10
|
||||||
|
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# The product defaults to generic on hardware and sim on sim
|
# The product defaults to generic on hardware and sim on sim
|
||||||
|
@@ -158,7 +158,7 @@ function set_stuff_for_environment()
|
|||||||
|
|
||||||
function set_sequence_number()
|
function set_sequence_number()
|
||||||
{
|
{
|
||||||
export BUILD_ENV_SEQUENCE_NUMBER=9
|
export BUILD_ENV_SEQUENCE_NUMBER=10
|
||||||
}
|
}
|
||||||
|
|
||||||
function settitle()
|
function settitle()
|
||||||
|
Reference in New Issue
Block a user