OSDN Git Service

android-x86/build.git
9 years agoam 151205c3: Merge "Bump generic_mips and generic_x86_64 system partition size" into...
bohu [Thu, 12 Feb 2015 01:04:48 +0000 (01:04 +0000)]
am 151205c3: Merge "Bump generic_mips and generic_x86_64 system partition size" into lmp-mr1-dev

* commit '151205c37fc14201cf9be99e5083d467075a1ba0':
  Bump generic_mips and generic_x86_64 system partition size

9 years agoMerge "Bump generic_mips and generic_x86_64 system partition size" into lmp-mr1-dev
bohu [Thu, 12 Feb 2015 00:59:27 +0000 (00:59 +0000)]
Merge "Bump generic_mips and generic_x86_64 system partition size" into lmp-mr1-dev

9 years agoBump generic_mips and generic_x86_64 system partition size
bohu [Thu, 12 Feb 2015 00:51:54 +0000 (16:51 -0800)]
Bump generic_mips and generic_x86_64 system partition size

This fixes the sdk_google_phone_mips and sdk_google_phone_x86-64
builds

Change-Id: I971d02b07a6aa917d7e0f3750b48e657205aae52

9 years agoam 8cde3e71: am cf80e847: am d162be5b: change video analytics to distinguish between...
smain@google.com [Tue, 10 Feb 2015 19:19:33 +0000 (19:19 +0000)]
am 8cde3e71: am cf80e847: am d162be5b: change video analytics to distinguish between start and resume events. also scrub out any additional parameters from the videoId before passing to analytics

* commit '8cde3e71e77472b70da6e810ec1e12c30243ef61':
  change video analytics to distinguish between start and resume events. also scrub out any additional parameters from the videoId before passing to analytics

9 years agoam cf80e847: am d162be5b: change video analytics to distinguish between start and...
smain@google.com [Tue, 10 Feb 2015 19:12:49 +0000 (19:12 +0000)]
am cf80e847: am d162be5b: change video analytics to distinguish between start and resume events. also scrub out any additional parameters from the videoId before passing to analytics

* commit 'cf80e8479bc71538902ac07df91fff8d544a174e':
  change video analytics to distinguish between start and resume events. also scrub out any additional parameters from the videoId before passing to analytics

9 years agoam d162be5b: change video analytics to distinguish between start and resume events...
smain@google.com [Tue, 10 Feb 2015 19:05:42 +0000 (19:05 +0000)]
am d162be5b: change video analytics to distinguish between start and resume events. also scrub out any additional parameters from the videoId before passing to analytics

* commit 'd162be5b5f65ba0311374242d48303f120398d48':
  change video analytics to distinguish between start and resume events. also scrub out any additional parameters from the videoId before passing to analytics

9 years agoam 28b2b00a: Merge "Update vendor fingerprint." into lmp-mr1-dev
Jesse Zhao [Fri, 6 Feb 2015 22:27:27 +0000 (22:27 +0000)]
am 28b2b00a: Merge "Update vendor fingerprint." into lmp-mr1-dev

* commit '28b2b00adb7b77a5a6e5654e078c887ed5a425aa':
  Update vendor fingerprint.

9 years agoMerge "Update vendor fingerprint." into lmp-mr1-dev
Jesse Zhao [Fri, 6 Feb 2015 22:21:06 +0000 (22:21 +0000)]
Merge "Update vendor fingerprint." into lmp-mr1-dev

9 years agoam cd082d4b: Allow system images larger than 2GiB.
Dan Albert [Fri, 6 Feb 2015 21:41:09 +0000 (21:41 +0000)]
am cd082d4b: Allow system images larger than 2GiB.

* commit 'cd082d4bfe917b2e6b97436839cbbbc67c733c83':
  Allow system images larger than 2GiB.

9 years agoAllow system images larger than 2GiB.
Dan Albert [Tue, 27 Jan 2015 23:53:15 +0000 (15:53 -0800)]
Allow system images larger than 2GiB.

Python 2.7's zipfile implementation wrongly thinks that zip64 is
required for files larger than 2GiB. We can work around this by
adjusting their limit. Note that `zipfile.writestr()` will not work
for strings larger than 2GiB. The Python interpreter sometimes rejects
strings that large (though it isn't clear to me exactly what
circumstances cause this). `zipfile.write()` must be used directly to
work around this.

This mess can be avoided if we port to python3.

Bug: 18015246
Change-Id: I8a476d99c5efdef6ea408373b706e9fbd3a798be

9 years agoUpdate vendor fingerprint.
Jesse Zhao [Fri, 6 Feb 2015 17:49:55 +0000 (09:49 -0800)]
Update vendor fingerprint.

Change-Id: I5d4abdff8b7b13e01271440f4d4f2ffe1b015b71
Bug: 19257598

9 years agochange video analytics to distinguish between start and resume events.
smain@google.com [Thu, 5 Feb 2015 21:27:16 +0000 (13:27 -0800)]
change video analytics to distinguish between start and resume events.
also scrub out any additional parameters from the videoId before passing to analytics

Change-Id: Idf3351028e62d0d03c0f680a904bb83ef8353797

9 years agoam 7245b4e2: Support dpi specific aapt flags.
Ying Wang [Fri, 30 Jan 2015 19:34:22 +0000 (19:34 +0000)]
am 7245b4e2: Support dpi specific aapt flags.

* commit '7245b4e2bed6cef8c6bf4cc67ffd98989fde3c91':
  Support dpi specific aapt flags.

9 years agoSupport dpi specific aapt flags.
Ying Wang [Fri, 30 Jan 2015 02:08:00 +0000 (18:08 -0800)]
Support dpi specific aapt flags.

With this support, you can set dpi-specific aapt flags like:
$(LOCAL_PACKAGE_NAME)_aapt_flags_hdpi := --version-code 100 \
                                         --version-name "100
which will override the --version-code and --version-name set in the
base apk's LOCAL_AAPT_FLAGS.

Bug := 18388705

Change-Id: Ie79d7b1b6bbf7463bce51ddae04ba81384ec58dc

9 years agoSupport dpi specific aapt flags.
Ying Wang [Fri, 30 Jan 2015 02:08:00 +0000 (18:08 -0800)]
Support dpi specific aapt flags.

With this support, you can set dpi-specific aapt flags like:
$(LOCAL_PACKAGE_NAME)_aapt_flags_hdpi := --version-code 100 \
                                         --version-name "100
which will override the --version-code and --version-name set in the
base apk's LOCAL_AAPT_FLAGS.

Bug := 18388705

Change-Id: Ie79d7b1b6bbf7463bce51ddae04ba81384ec58dc

9 years agoam 0c9384d5: Merge "verify system and vendor image together before patching." into...
Jesse Zhao [Wed, 28 Jan 2015 23:35:57 +0000 (23:35 +0000)]
am 0c9384d5: Merge "verify system and vendor image together before patching." into lmp-mr1-dev

* commit '0c9384d512cab94b761dcb82325e4411cbaf52c0':
  verify system and vendor image together before patching.

9 years agoMerge "verify system and vendor image together before patching." into lmp-mr1-dev
Jesse Zhao [Wed, 28 Jan 2015 23:30:53 +0000 (23:30 +0000)]
Merge "verify system and vendor image together before patching." into lmp-mr1-dev

9 years agoam cb73599b: Make dangling module names in PRODUCT_FACTORY_RAMDISK_MODULES non-fatal.
Ying Wang [Wed, 28 Jan 2015 00:00:09 +0000 (00:00 +0000)]
am cb73599b: Make dangling module names in PRODUCT_FACTORY_RAMDISK_MODULES non-fatal.

* commit 'cb73599b25098b3513feda11ca5cb17d77fec83e':
  Make dangling module names in PRODUCT_FACTORY_RAMDISK_MODULES non-fatal.

9 years agoMake dangling module names in PRODUCT_FACTORY_RAMDISK_MODULES non-fatal.
Ying Wang [Tue, 27 Jan 2015 23:49:21 +0000 (15:49 -0800)]
Make dangling module names in PRODUCT_FACTORY_RAMDISK_MODULES non-fatal.

It's pain to maintain an inactive product's list of
PRODUCT_FACTORY_RAMDISK_MODULES or PRODUCT_FACTORY_BUNDLE_MODULES.
Just show a warning if a module name becomes dangling.

Bug: 18779515
Change-Id: I3d137ed59feb005b186ed2a3519465da3d8f45c3

9 years agoam 507ea383: Merge "Let apicheck check both the public API and system API." into...
Ying Wang [Thu, 22 Jan 2015 20:41:09 +0000 (20:41 +0000)]
am 507ea383: Merge "Let apicheck check both the public API and system API." into lmp-mr1-dev

* commit '507ea383aaaea5634c79d20911773aa44324e7f5':
  Let apicheck check both the public API and system API.

9 years agoMerge "Let apicheck check both the public API and system API." into lmp-mr1-dev
Ying Wang [Thu, 22 Jan 2015 20:36:52 +0000 (20:36 +0000)]
Merge "Let apicheck check both the public API and system API." into lmp-mr1-dev

9 years agoam 48141e05: am 5a97f244: am 529a107f: Add new subtab under Distribute tab.
Dirk Dougherty [Fri, 16 Jan 2015 18:11:03 +0000 (18:11 +0000)]
am 48141e05: am 5a97f244: am 529a107f: Add new subtab under Distribute tab.

* commit '48141e05994ce939b2becab40d86482bda3d9090':
  Add new subtab under Distribute tab.

9 years agoam 5a97f244: am 529a107f: Add new subtab under Distribute tab.
Dirk Dougherty [Fri, 16 Jan 2015 18:03:42 +0000 (18:03 +0000)]
am 5a97f244: am 529a107f: Add new subtab under Distribute tab.

* commit '5a97f24411df6ca7221343ac93f25decb99b6bea':
  Add new subtab under Distribute tab.

9 years agoam 529a107f: Add new subtab under Distribute tab.
Dirk Dougherty [Fri, 16 Jan 2015 00:58:59 +0000 (00:58 +0000)]
am 529a107f: Add new subtab under Distribute tab.

* commit '529a107f9de5051b734fad4cecf1f971998aeade':
  Add new subtab under Distribute tab.

9 years agoAdd new subtab under Distribute tab.
Dirk Dougherty [Mon, 15 Dec 2014 23:10:06 +0000 (15:10 -0800)]
Add new subtab under Distribute tab.

Change-Id: I991c3295dea40629fdb9dde4a8ccbecad25f8136

9 years agoam cda56ef6: Fix default locale issue (cherry picked from commit 2a52f5c52693dd15c3ac...
Baligh Uddin [Mon, 12 Jan 2015 04:07:49 +0000 (04:07 +0000)]
am cda56ef6: Fix default locale issue (cherry picked from commit 2a52f5c52693dd15c3ac154670081f70dfae4ba9)

* commit 'cda56ef6da7216798f6791769f3e1f148bb119e2':
  Fix default locale issue (cherry picked from commit 2a52f5c52693dd15c3ac154670081f70dfae4ba9)

9 years agoFix default locale issue
Baligh Uddin [Sun, 11 Jan 2015 21:41:08 +0000 (13:41 -0800)]
Fix default locale issue
(cherry picked from commit 2a52f5c52693dd15c3ac154670081f70dfae4ba9)

Change-Id: Ic59dd105d60c2dd44f60ed9f57b7e1381924080d

9 years agoLet apicheck check both the public API and system API.
Ying Wang [Fri, 9 Jan 2015 22:05:38 +0000 (14:05 -0800)]
Let apicheck check both the public API and system API.

Also "make update-api" updates both public API and system API files.

Bug: 18960664
Change-Id: I35e805816e07c8aa4deaeb84b1611923583325e1

9 years agoverify system and vendor image together before patching.
Jesse Zhao [Tue, 6 Jan 2015 18:59:53 +0000 (10:59 -0800)]
verify system and vendor image together before patching.

Change-Id: Ia43657ed6cd8860b0edb78cc2dd6388c761e1f8b
Bug: 17919909

9 years agoam 961096fa: Remove ancient SDK cleanbuild rule
Ying Wang [Wed, 7 Jan 2015 02:06:27 +0000 (02:06 +0000)]
am 961096fa: Remove ancient SDK cleanbuild rule

* commit '961096fadaccc38f38fb840ce621c2a1353b263c':
  Remove ancient SDK cleanbuild rule

9 years agoRemove ancient SDK cleanbuild rule
Ying Wang [Wed, 7 Jan 2015 00:49:20 +0000 (16:49 -0800)]
Remove ancient SDK cleanbuild rule

In anceint time we didn't have an "sdk" product so that we had to run
"make sdk" in a device product configuration.
Now we have SDK specific product configuration and we don't do "make
sdk" in device product configuration.

Change-Id: I40d58d51261498017bbe7e574c8128afc77e9b96

9 years agoam ef789fa1: am bb9eda64: am 2ff97d99: am d194c6ac: Merge "Fix Documentation typo...
Jeff Arneson [Tue, 6 Jan 2015 02:18:22 +0000 (02:18 +0000)]
am ef789fa1: am bb9eda64: am 2ff97d99: am d194c6ac: Merge "Fix Documentation typo when showAnnotations is used with doclava" into lmp-docs

* commit 'ef789fa152d0a7649038b41b9ecf7adb1ad4d012':
  Fix Documentation typo when showAnnotations is used with doclava

9 years agoam bb9eda64: am 2ff97d99: am d194c6ac: Merge "Fix Documentation typo when showAnnotat...
Jeff Arneson [Tue, 6 Jan 2015 02:00:09 +0000 (02:00 +0000)]
am bb9eda64: am 2ff97d99: am d194c6ac: Merge "Fix Documentation typo when showAnnotations is used with doclava" into lmp-docs

* commit 'bb9eda64a300bbbeffc58798f9af04d332544557':
  Fix Documentation typo when showAnnotations is used with doclava

9 years agoam 02be1804: am fdb9fa0e: am 351c908b: am 94e0b530: fix bug that allowed only one...
smain@google.com [Fri, 19 Dec 2014 17:15:30 +0000 (17:15 +0000)]
am 02be1804: am fdb9fa0e: am 351c908b: am 94e0b530: fix bug that allowed only one video in the shadowbox per page bug: 18777918

* commit '02be18043c1fe0a0109139caf65694a29035a1d2':
  fix bug that allowed only one video in the shadowbox per page bug: 18777918

9 years agoam 2fbb4e30: am 39bac022: am bfe3fc64: am bf644aa5: remove the Helpouts recruitment...
smain@google.com [Fri, 19 Dec 2014 17:15:29 +0000 (17:15 +0000)]
am 2fbb4e30: am 39bac022: am bfe3fc64: am bf644aa5: remove the Helpouts recruitment banner

* commit '2fbb4e30e26e7f3d3ec0e69075641d7343e04e13':
  remove the Helpouts recruitment banner

9 years agoam fdb9fa0e: am 351c908b: am 94e0b530: fix bug that allowed only one video in the...
smain@google.com [Fri, 19 Dec 2014 17:08:33 +0000 (17:08 +0000)]
am fdb9fa0e: am 351c908b: am 94e0b530: fix bug that allowed only one video in the shadowbox per page bug: 18777918

* commit 'fdb9fa0e2bdbcc8ffa6b33def29b74bab4ce91ac':
  fix bug that allowed only one video in the shadowbox per page bug: 18777918

9 years agoam 39bac022: am bfe3fc64: am bf644aa5: remove the Helpouts recruitment banner
smain@google.com [Fri, 19 Dec 2014 17:08:05 +0000 (17:08 +0000)]
am 39bac022: am bfe3fc64: am bf644aa5: remove the Helpouts recruitment banner

* commit '39bac0222bf10bc9f7dd1f3d58391903d669d35a':
  remove the Helpouts recruitment banner

9 years agoam 98ae7985: Fix using variable intermediates.COMMON before defining.
Ying Wang [Thu, 18 Dec 2014 23:34:25 +0000 (23:34 +0000)]
am 98ae7985: Fix using variable intermediates.COMMON before defining.

* commit '98ae79853509bbc1b6ee66ace10295c5d29510c5':
  Fix using variable intermediates.COMMON before defining.

9 years agoFix using variable intermediates.COMMON before defining.
Ying Wang [Thu, 18 Dec 2014 22:53:52 +0000 (14:53 -0800)]
Fix using variable intermediates.COMMON before defining.

In commit e9dd9f2bf we moved "include $(BUILD_SYSTEM)/android_manifest.mk"
forward before the variable intermediates.COMMON gets defined. That's a
mistake.
This change replaced the tentative variables
package_expected_intermediates_COMMON and guessed_intermediates with
their proper counterparts defined in base_rules.mk.
If their values differ in the two file, that's an error and we should
fix.

Bug: 18168693
Change-Id: I2bf17b0476b4a7f97810fbb0bde7630eb8878b53

9 years agoam 2ff97d99: am d194c6ac: Merge "Fix Documentation typo when showAnnotations is used...
Jeff Arneson [Thu, 18 Dec 2014 17:05:23 +0000 (17:05 +0000)]
am 2ff97d99: am d194c6ac: Merge "Fix Documentation typo when showAnnotations is used with doclava" into lmp-docs

* commit '2ff97d99266623997c09f5af937f98bc8bb2ee65':
  Fix Documentation typo when showAnnotations is used with doclava

9 years agoam d194c6ac: Merge "Fix Documentation typo when showAnnotations is used with doclava...
Jeff Arneson [Thu, 18 Dec 2014 17:00:15 +0000 (17:00 +0000)]
am d194c6ac: Merge "Fix Documentation typo when showAnnotations is used with doclava" into lmp-docs

* commit 'd194c6ac80007532596a614c86e3c68e129957e7':
  Fix Documentation typo when showAnnotations is used with doclava

9 years agoMerge "Fix Documentation typo when showAnnotations is used with doclava" into lmp...
Jeff Arneson [Thu, 18 Dec 2014 16:50:12 +0000 (16:50 +0000)]
Merge "Fix Documentation typo when showAnnotations is used with doclava" into lmp-docs

9 years agoam 2902d458: Add support for prebuilt AARs.
Ying Wang [Wed, 17 Dec 2014 22:37:53 +0000 (22:37 +0000)]
am 2902d458: Add support for prebuilt AARs.

* commit '2902d4585f2a60a91084e96d00f2ee8d8301bf65':
  Add support for prebuilt AARs.

9 years agoAdd support for prebuilt AARs.
Ying Wang [Wed, 29 Oct 2014 22:48:32 +0000 (15:48 -0700)]
Add support for prebuilt AARs.

- You can give a .aar as source file to a prebuilt static Java library
  module. The build system will set up dependencies and rules to extract
  classes.jar and other resource files.
- To build against a prebuilt AAR module, use:
  LOCAL_STATIC_JAVA_AAR_LIBRARIES := <module names of aar prebuilt AARs>
  The build system will set up rules to merge the library's
  AndroidManifest.xml with the main AndroidManifest.xml, add the AAR's
  resource dirs and link/merge the AAR's classes.jar.

Bug: 18168693
Change-Id: Ic2c1d20572a93bd98dbc72f8a39e26b459e442c2
(cherry picked from commit e9dd9f2bfceed3b5f630b0edbe3feb7f34548d8b)

9 years agoam 19832ae1: am d742274e: am b05558cf: am 3de83c1b: make shadowbox video always cente...
smain@google.com [Wed, 17 Dec 2014 20:27:00 +0000 (20:27 +0000)]
am 19832ae1: am d742274e: am b05558cf: am 3de83c1b: make shadowbox video always centered to fit the window height

* commit '19832ae16afd9cf63e6fe02770d7bcee8a338f95':
  make shadowbox video always centered to fit the window height

9 years agoam d742274e: am b05558cf: am 3de83c1b: make shadowbox video always centered to fit...
smain@google.com [Wed, 17 Dec 2014 20:20:20 +0000 (20:20 +0000)]
am d742274e: am b05558cf: am 3de83c1b: make shadowbox video always centered to fit the window height

* commit 'd742274e14a048805a74311b0e5a25e03fc2465c':
  make shadowbox video always centered to fit the window height

9 years agoam 351c908b: am 94e0b530: fix bug that allowed only one video in the shadowbox per...
smain@google.com [Wed, 17 Dec 2014 03:31:06 +0000 (03:31 +0000)]
am 351c908b: am 94e0b530: fix bug that allowed only one video in the shadowbox per page bug: 18777918

* commit '351c908b757fcfee03d5f15b4a29cb9a48f93f46':
  fix bug that allowed only one video in the shadowbox per page bug: 18777918

9 years agoam 94e0b530: fix bug that allowed only one video in the shadowbox per page bug: 18777918
smain@google.com [Wed, 17 Dec 2014 03:25:14 +0000 (03:25 +0000)]
am 94e0b530: fix bug that allowed only one video in the shadowbox per page bug: 18777918

* commit '94e0b530868c56547ee05e84534fa68a1f6346f7':
  fix bug that allowed only one video in the shadowbox per page bug: 18777918

9 years agofix bug that allowed only one video in the shadowbox per page
smain@google.com [Wed, 17 Dec 2014 03:07:08 +0000 (19:07 -0800)]
fix bug that allowed only one video in the shadowbox per page
bug: 18777918

Change-Id: I07c75f795128165e2f1472112cf8ba1a1ee782c7

9 years agoFix Documentation typo when showAnnotations is used with doclava
Jeff Arneson [Tue, 16 Dec 2014 23:11:12 +0000 (15:11 -0800)]
Fix Documentation typo when showAnnotations is used with doclava

Bug: 18711752
Change-Id: I1b5fce05063733388f65a6ddddf2522ea14e9e5f

9 years agoam bfe3fc64: am bf644aa5: remove the Helpouts recruitment banner
smain@google.com [Tue, 16 Dec 2014 18:20:31 +0000 (18:20 +0000)]
am bfe3fc64: am bf644aa5: remove the Helpouts recruitment banner

* commit 'bfe3fc64add62518b619a052193269d3281475b9':
  remove the Helpouts recruitment banner

9 years agoam bf644aa5: remove the Helpouts recruitment banner
smain@google.com [Tue, 16 Dec 2014 18:13:09 +0000 (18:13 +0000)]
am bf644aa5: remove the Helpouts recruitment banner

* commit 'bf644aa564263120fdc61a2578aa2466fbc1d55a':
  remove the Helpouts recruitment banner

9 years agoremove the Helpouts recruitment banner
smain@google.com [Tue, 16 Dec 2014 18:05:03 +0000 (10:05 -0800)]
remove the Helpouts recruitment banner

Change-Id: Iea8e241c24964dd76315a0dc0585f0c23841f650

9 years agoam 5576ef5b: am b96b2a4a: am 91f2ba64: am a4417712: Merge "docs: SHA update in sdkpag...
Joe Fernandez [Tue, 16 Dec 2014 03:48:14 +0000 (03:48 +0000)]
am 5576ef5b: am b96b2a4a: am 91f2ba64: am a4417712: Merge "docs: SHA update in sdkpage.cs" into lmp-docs

* commit '5576ef5b7162ca156456b87939964361da88cec6':
  docs: SHA update in sdkpage.cs

9 years agoam 96ac360b: am 2881d6f3: am 9f88a60d: am 481f15c1: set youtube player lang based...
smain@google.com [Tue, 16 Dec 2014 03:48:13 +0000 (03:48 +0000)]
am 96ac360b: am 2881d6f3: am 9f88a60d: am 481f15c1: set youtube player lang based on user pref and enable captions when not English

* commit '96ac360b399d073e0764759bf53973bebd8da66b':
  set youtube player lang based on user pref and enable captions when not English

9 years agoam 8f207ca0: am 2c3ae43f: am 29e06142: am d24088c0: add analytics event to track...
smain@google.com [Tue, 16 Dec 2014 03:48:12 +0000 (03:48 +0000)]
am 8f207ca0: am 2c3ae43f: am 29e06142: am d24088c0: add analytics event to track from which page a video was started

* commit '8f207ca0460c7df2f5ce3b5005312e945c4e48e2':
  add analytics event to track from which page a video was started

9 years agoam 305f55cd: am 3ff2fd14: am d7dbaf5c: am ed677d7a: update analytics event for search...
smain@google.com [Tue, 16 Dec 2014 03:48:11 +0000 (03:48 +0000)]
am 305f55cd: am 3ff2fd14: am d7dbaf5c: am ed677d7a: update analytics event for searches to make query case-insensitive and save the URL instead of doc title.

* commit '305f55cd29c37b048083b97ddcae2894a0325c6c':
  update analytics event for searches to make query case-insensitive and save the URL instead of doc title.

9 years agoam b96b2a4a: am 91f2ba64: am a4417712: Merge "docs: SHA update in sdkpage.cs" into...
Joe Fernandez [Tue, 16 Dec 2014 03:42:03 +0000 (03:42 +0000)]
am b96b2a4a: am 91f2ba64: am a4417712: Merge "docs: SHA update in sdkpage.cs" into lmp-docs

* commit 'b96b2a4ae621e1bd8529ef50bc00ddc048207ca3':
  docs: SHA update in sdkpage.cs

9 years agoam 2881d6f3: am 9f88a60d: am 481f15c1: set youtube player lang based on user pref...
smain@google.com [Tue, 16 Dec 2014 03:41:58 +0000 (03:41 +0000)]
am 2881d6f3: am 9f88a60d: am 481f15c1: set youtube player lang based on user pref and enable captions when not English

* commit '2881d6f31b9daf9a3d701671eae3297040d84799':
  set youtube player lang based on user pref and enable captions when not English

9 years agoam 2c3ae43f: am 29e06142: am d24088c0: add analytics event to track from which page...
smain@google.com [Tue, 16 Dec 2014 03:40:27 +0000 (03:40 +0000)]
am 2c3ae43f: am 29e06142: am d24088c0: add analytics event to track from which page a video was started

* commit '2c3ae43f9e8329d7f0c24192fe1fd400d1a870b2':
  add analytics event to track from which page a video was started

9 years agoam 3ff2fd14: am d7dbaf5c: am ed677d7a: update analytics event for searches to make...
smain@google.com [Tue, 16 Dec 2014 03:39:31 +0000 (03:39 +0000)]
am 3ff2fd14: am d7dbaf5c: am ed677d7a: update analytics event for searches to make query case-insensitive and save the URL instead of doc title.

* commit '3ff2fd14b1276e3b9c0473bd987c1bb34925ef86':
  update analytics event for searches to make query case-insensitive and save the URL instead of doc title.

9 years agoam ea1dc699: Merge "Rewrite ro.vendor.build.fingerprint/thumbprint on signing" into...
Michael Runge [Mon, 15 Dec 2014 22:36:01 +0000 (22:36 +0000)]
am ea1dc699: Merge "Rewrite ro.vendor.build.fingerprint/thumbprint on signing" into lmp-mr1-dev

* commit 'ea1dc6996803e05399ac612a8dd030330b308b59':
  Rewrite ro.vendor.build.fingerprint/thumbprint on signing

9 years agoMerge "Rewrite ro.vendor.build.fingerprint/thumbprint on signing" into lmp-mr1-dev
Michael Runge [Mon, 15 Dec 2014 21:35:18 +0000 (21:35 +0000)]
Merge "Rewrite ro.vendor.build.fingerprint/thumbprint on signing" into lmp-mr1-dev

9 years agoam b05558cf: am 3de83c1b: make shadowbox video always centered to fit the window...
smain@google.com [Mon, 15 Dec 2014 18:00:18 +0000 (18:00 +0000)]
am b05558cf: am 3de83c1b: make shadowbox video always centered to fit the window height

* commit 'b05558cf01a42214efd0d8c6484c62a7b0212947':
  make shadowbox video always centered to fit the window height

9 years agoam 3de83c1b: make shadowbox video always centered to fit the window height
smain@google.com [Mon, 15 Dec 2014 17:54:02 +0000 (17:54 +0000)]
am 3de83c1b: make shadowbox video always centered to fit the window height

* commit '3de83c1bcdf1229b51db7dbf9331611c596a478c':
  make shadowbox video always centered to fit the window height

9 years agomake shadowbox video always centered to fit the window height
smain@google.com [Sat, 13 Dec 2014 03:06:52 +0000 (19:06 -0800)]
make shadowbox video always centered to fit the window height

Change-Id: I03f8ffac555dbbbbd5538fedf13413aca031fd74

9 years agoam 91f2ba64: am a4417712: Merge "docs: SHA update in sdkpage.cs" into lmp-docs
Joe Fernandez [Sat, 13 Dec 2014 00:55:39 +0000 (00:55 +0000)]
am 91f2ba64: am a4417712: Merge "docs: SHA update in sdkpage.cs" into lmp-docs

* commit '91f2ba648f4187cea415ddc826ef155afe7e8122':
  docs: SHA update in sdkpage.cs

9 years agoam a4417712: Merge "docs: SHA update in sdkpage.cs" into lmp-docs
Joe Fernandez [Sat, 13 Dec 2014 00:48:20 +0000 (00:48 +0000)]
am a4417712: Merge "docs: SHA update in sdkpage.cs" into lmp-docs

* commit 'a4417712657f15cd8b36132bd642b54443cee1f0':
  docs: SHA update in sdkpage.cs

9 years agoMerge "docs: SHA update in sdkpage.cs" into lmp-docs
Joe Fernandez [Sat, 13 Dec 2014 00:43:10 +0000 (00:43 +0000)]
Merge "docs: SHA update in sdkpage.cs" into lmp-docs

9 years agoam 9f88a60d: am 481f15c1: set youtube player lang based on user pref and enable capti...
smain@google.com [Sat, 13 Dec 2014 00:30:28 +0000 (00:30 +0000)]
am 9f88a60d: am 481f15c1: set youtube player lang based on user pref and enable captions when not English

* commit '9f88a60d5cb57552f88c26d7531ee235415dd381':
  set youtube player lang based on user pref and enable captions when not English

9 years agoam 481f15c1: set youtube player lang based on user pref and enable captions when...
smain@google.com [Sat, 13 Dec 2014 00:21:31 +0000 (00:21 +0000)]
am 481f15c1: set youtube player lang based on user pref and enable captions when not English

* commit '481f15c172f06048f2934dac88e04e140d61041f':
  set youtube player lang based on user pref and enable captions when not English

9 years agodocs: SHA update in sdkpage.cs
Rich Slogar [Fri, 12 Dec 2014 22:25:45 +0000 (14:25 -0800)]
docs: SHA update in sdkpage.cs

Change-Id: I2c94b1af228295a3650d17e2c00023e5b52ec1b9

9 years agoset youtube player lang based on user pref and enable captions when not English
smain@google.com [Fri, 12 Dec 2014 19:57:27 +0000 (11:57 -0800)]
set youtube player lang based on user pref and enable captions when not English

Change-Id: I3208074713d3f7b571a22a7ef8f18a9131827e98

9 years agoam 29e06142: am d24088c0: add analytics event to track from which page a video was...
smain@google.com [Fri, 12 Dec 2014 19:53:32 +0000 (19:53 +0000)]
am 29e06142: am d24088c0: add analytics event to track from which page a video was started

* commit '29e06142fdb2b6225d38f0ce141d28156bbdfea3':
  add analytics event to track from which page a video was started

9 years agoam d24088c0: add analytics event to track from which page a video was started
smain@google.com [Fri, 12 Dec 2014 19:46:26 +0000 (19:46 +0000)]
am d24088c0: add analytics event to track from which page a video was started

* commit 'd24088c08de24b6cb5efeecec406e5e9180c0b8b':
  add analytics event to track from which page a video was started

9 years agoadd analytics event to track from which page a video was started
smain@google.com [Fri, 12 Dec 2014 19:31:13 +0000 (11:31 -0800)]
add analytics event to track from which page a video was started

Change-Id: I9ba1f992c09fb9e18c55bca5bf3892e50f37012a

9 years agoam d7dbaf5c: am ed677d7a: update analytics event for searches to make query case...
smain@google.com [Fri, 12 Dec 2014 18:42:58 +0000 (18:42 +0000)]
am d7dbaf5c: am ed677d7a: update analytics event for searches to make query case-insensitive and save the URL instead of doc title.

* commit 'd7dbaf5c14cf1e6669df0d21f552a9b21cb63fb7':
  update analytics event for searches to make query case-insensitive and save the URL instead of doc title.

9 years agoam ed677d7a: update analytics event for searches to make query case-insensitive and...
smain@google.com [Fri, 12 Dec 2014 18:29:36 +0000 (18:29 +0000)]
am ed677d7a: update analytics event for searches to make query case-insensitive and save the URL instead of doc title.

* commit 'ed677d7a0e3491824584391d7255d113696bad85':
  update analytics event for searches to make query case-insensitive and save the URL instead of doc title.

9 years agoupdate analytics event for searches to make query case-insensitive
smain@google.com [Fri, 12 Dec 2014 18:19:17 +0000 (10:19 -0800)]
update analytics event for searches to make query case-insensitive
and save the URL instead of doc title.

Change-Id: Iad8c5f4873173f6964fc4ebffee8aef878891a8e

9 years agoam 423854bf: am 934b04d3: (-s ours) am 27fad66a: Merge "DO NOT MERGE. Bump version...
Dianne Hackborn [Fri, 12 Dec 2014 00:26:01 +0000 (00:26 +0000)]
am 423854bf: am 934b04d3: (-s ours) am 27fad66a: Merge "DO NOT MERGE.  Bump version to 5.0.2." into lmp-dev

* commit '423854bfb99eb274e0e8adb3a3c344ae15905ae6':
  DO NOT MERGE.  Bump version to 5.0.2.

9 years agoam 934b04d3: (-s ours) am 27fad66a: Merge "DO NOT MERGE. Bump version to 5.0.2....
Dianne Hackborn [Fri, 12 Dec 2014 00:19:51 +0000 (00:19 +0000)]
am 934b04d3: (-s ours) am 27fad66a: Merge "DO NOT MERGE.  Bump version to 5.0.2." into lmp-dev

* commit '934b04d3767974934d3d2e90e6196955f5b83d0c':
  DO NOT MERGE.  Bump version to 5.0.2.

9 years agoam 27fad66a: Merge "DO NOT MERGE. Bump version to 5.0.2." into lmp-dev
Dianne Hackborn [Thu, 11 Dec 2014 22:29:46 +0000 (22:29 +0000)]
am 27fad66a: Merge "DO NOT MERGE.  Bump version to 5.0.2." into lmp-dev

* commit '27fad66a8c730e58b3f2aab56edc8c6078b4283e':
  DO NOT MERGE.  Bump version to 5.0.2.

9 years agoMerge "DO NOT MERGE. Bump version to 5.0.2." into lmp-dev
Dianne Hackborn [Thu, 11 Dec 2014 22:25:31 +0000 (22:25 +0000)]
Merge "DO NOT MERGE.  Bump version to 5.0.2." into lmp-dev

9 years agoDO NOT MERGE. Bump version to 5.0.2.
Dianne Hackborn [Thu, 11 Dec 2014 22:04:55 +0000 (14:04 -0800)]
DO NOT MERGE.  Bump version to 5.0.2.

Change-Id: Ia6426dd03ac3b51061429b7da36e317bd3503775

9 years agoam 60686586: Add product variable PRODUCT_AAPT_PREBUILT_DPI
Ying Wang [Wed, 10 Dec 2014 22:19:49 +0000 (22:19 +0000)]
am 60686586: Add product variable PRODUCT_AAPT_PREBUILT_DPI

* commit '60686586a5f9c8f78b9ad16e19782da85e89a760':
  Add product variable PRODUCT_AAPT_PREBUILT_DPI

9 years agoAdd product variable PRODUCT_AAPT_PREBUILT_DPI
Ying Wang [Wed, 10 Dec 2014 20:40:09 +0000 (12:40 -0800)]
Add product variable PRODUCT_AAPT_PREBUILT_DPI

We use search LOCAL_DPI_VARIANTS in the list of
"$(PRODUCT_AAPT_PREF_CONFIG) $(PRODUCT_AAPT_PREBUILT_DPI)"
and the first takes precedence.
That way if we don't have a best match, we fall back to the second best,
the way how it worked with PRODUCT_AAPT_CONFIG previously.

Bug: 18388705
Change-Id: I8bd646c52215c65cc6e38c728857af9b64d13469

9 years agoam 111ba923: Bump generic_arm64 system partition size to 900M.
Ying Wang [Wed, 10 Dec 2014 18:52:51 +0000 (18:52 +0000)]
am 111ba923: Bump generic_arm64 system partition size to 900M.

* commit '111ba923bec7e99d3ee49688f7ad426b760f8b36':
  Bump generic_arm64 system partition size to 900M.

9 years agoBump generic_arm64 system partition size to 900M.
Ying Wang [Wed, 10 Dec 2014 17:56:06 +0000 (09:56 -0800)]
Bump generic_arm64 system partition size to 900M.

This fixes the arm64 sdk build.

Change-Id: Ic7b7ada79027845974cbcfc68941cfc87ed050fd

9 years agoam 79ad9c78: am 8aebbf0d: am 0ecb5a68: add links to release notes
smain@google.com [Tue, 9 Dec 2014 22:20:22 +0000 (22:20 +0000)]
am 79ad9c78: am 8aebbf0d: am 0ecb5a68: add links to release notes

* commit '79ad9c786a33f9f433fd943f87a2c8b1975e89a5':
  add links to release notes

9 years agoam 03e066b7: am 83e96ca8: am 1a0159f2: Merge "CSS change changing default from "Using...
David Friedman [Tue, 9 Dec 2014 22:20:21 +0000 (22:20 +0000)]
am 03e066b7: am 83e96ca8: am 1a0159f2: Merge "CSS change changing default from "Using Eclipse" to "Using Android Studio" Bug 16679117" into lmp-docs

* commit '03e066b75936c5f93d79b2912972ee6b6d760c1a':
  CSS change changing default from "Using Eclipse" to "Using Android Studio" Bug 16679117

9 years agoRewrite ro.vendor.build.fingerprint/thumbprint on signing
Michael Runge [Tue, 9 Dec 2014 21:54:23 +0000 (13:54 -0800)]
Rewrite ro.vendor.build.fingerprint/thumbprint on signing

This should also indicate release-keys.

Bug: 18281807

Change-Id: I8d2568ca346625b91384f7e639d9c92e97587755

9 years agoam 8aebbf0d: am 0ecb5a68: add links to release notes
smain@google.com [Tue, 9 Dec 2014 21:33:27 +0000 (21:33 +0000)]
am 8aebbf0d: am 0ecb5a68: add links to release notes

* commit '8aebbf0dbaf37b558307a9d794dfbb041ce55614':
  add links to release notes

9 years agoam 83e96ca8: am 1a0159f2: Merge "CSS change changing default from "Using Eclipse...
David Friedman [Tue, 9 Dec 2014 21:33:17 +0000 (21:33 +0000)]
am 83e96ca8: am 1a0159f2: Merge "CSS change changing default from "Using Eclipse" to "Using Android Studio" Bug 16679117" into lmp-docs

* commit '83e96ca8c24256a989881d59d24f66d439c2f5f4':
  CSS change changing default from "Using Eclipse" to "Using Android Studio" Bug 16679117

9 years agoam 0ecb5a68: add links to release notes
smain@google.com [Tue, 9 Dec 2014 03:04:58 +0000 (03:04 +0000)]
am 0ecb5a68: add links to release notes

* commit '0ecb5a688e6a954e8296547e84e58959e30ccd4e':
  add links to release notes

9 years agoam 1a0159f2: Merge "CSS change changing default from "Using Eclipse" to "Using Androi...
David Friedman [Tue, 9 Dec 2014 00:31:41 +0000 (00:31 +0000)]
am 1a0159f2: Merge "CSS change changing default from "Using Eclipse" to "Using Android Studio" Bug 16679117" into lmp-docs

* commit '1a0159f216076579d128d17dc8292904606a3420':
  CSS change changing default from "Using Eclipse" to "Using Android Studio" Bug 16679117

9 years agoadd links to release notes
smain@google.com [Mon, 8 Dec 2014 20:39:52 +0000 (12:39 -0800)]
add links to release notes

Change-Id: I04be73254e6d9bd020e9dea5b7d46b92e17e8f31

9 years agoMerge "CSS change changing default from "Using Eclipse" to "Using Android Studio...
David Friedman [Mon, 8 Dec 2014 19:55:47 +0000 (19:55 +0000)]
Merge "CSS change changing default from "Using Eclipse" to "Using Android Studio" Bug 16679117" into lmp-docs

9 years agoam 07c19f68: am 87b1b5ed: am 102db8b5: update sdk template with new studio downloads
smain@google.com [Mon, 8 Dec 2014 07:24:39 +0000 (07:24 +0000)]
am 07c19f68: am 87b1b5ed: am 102db8b5: update sdk template with new studio downloads

* commit '07c19f688866715c6c30d8d8d58a7a9fa9a47d00':
  update sdk template with new studio downloads

9 years agoam 87b1b5ed: am 102db8b5: update sdk template with new studio downloads
smain@google.com [Mon, 8 Dec 2014 07:17:54 +0000 (07:17 +0000)]
am 87b1b5ed: am 102db8b5: update sdk template with new studio downloads

* commit '87b1b5edb11644ac656a1d8df37201460289de94':
  update sdk template with new studio downloads

9 years agoam 102db8b5: update sdk template with new studio downloads
smain@google.com [Mon, 8 Dec 2014 07:10:39 +0000 (07:10 +0000)]
am 102db8b5: update sdk template with new studio downloads

* commit '102db8b58bd51aeaa7409924d5dc341f2f72b892':
  update sdk template with new studio downloads