diff options
| author | Joe Onorato <joeo@android.com> | 2010-06-23 14:03:13 -0700 | 
|---|---|---|
| committer | Joe Onorato <joeo@android.com> | 2010-06-23 14:03:13 -0700 | 
| commit | aee4daacc804bbcd1df551cc2229d12fa5c35c24 (patch) | |
| tree | 099a36fc6353b6daf20c13738bcc737b246033ef /buildspec.mk.default | |
| parent | 4a1c70e53be40fd1b2c14eb7c0acc93f6df865bc (diff) | |
| download | build-aee4daacc804bbcd1df551cc2229d12fa5c35c24.zip build-aee4daacc804bbcd1df551cc2229d12fa5c35c24.tar.gz build-aee4daacc804bbcd1df551cc2229d12fa5c35c24.tar.bz2  | |
The java version changed, and we made envsetup automatically find the right JAVA_HOME.
This change forces everyone to re-source envsetup.sh
Change-Id: Ieb9512d5725cca26a83debf9b0480bc20e19d5ee
Diffstat (limited to 'buildspec.mk.default')
| -rw-r--r-- | buildspec.mk.default | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/buildspec.mk.default b/buildspec.mk.default index 6303efc..c568a82 100644 --- a/buildspec.mk.default +++ b/buildspec.mk.default @@ -115,4 +115,4 @@ endif  # 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  # buildspec.mk.default. -BUILD_ENV_SEQUENCE_NUMBER := 9 +BUILD_ENV_SEQUENCE_NUMBER := 10  | 
