OSDN Git Service

android-x86/build.git
10 years agoMove libkeystore to minimal
Kenny Root [Wed, 14 May 2014 18:48:08 +0000 (11:48 -0700)]
Move libkeystore to minimal

The ENGINE needs to be included to make the keystore useful, so if
keystore is included, also include libkeystore.

Change-Id: I042a4eb02450d090f10437deb736e1c4a4105df7

10 years agoam 18ba007b: am 7a6ab434: update wear header template to support sticky nav. moved...
Scott Main [Sat, 10 May 2014 00:13:27 +0000 (00:13 +0000)]
am 18ba007b: am 7a6ab434: update wear header template to support sticky nav. moved the search and menu markup for the header into a method call. also update the styles and script so that when a page does not belong to a primary horizontal-nav link, the header logo is

* commit '18ba007b371478254faa43f563ee28295e7d742d':
  update wear header template to support sticky nav. moved the search and menu markup for the header into a method call. also update the styles and script so that when a page does not belong to a primary horizontal-nav link, the header logo is used for the breadcrumb's first link and text.

10 years agoam 7a6ab434: update wear header template to support sticky nav. moved the search...
Scott Main [Sat, 10 May 2014 00:09:02 +0000 (00:09 +0000)]
am 7a6ab434: update wear header template to support sticky nav. moved the search and menu markup for the header into a method call. also update the styles and script so that when a page does not belong to a primary horizontal-nav link, the header logo is used for the

* commit '7a6ab434bc34319f06818d12d3abaf9070630684':
  update wear header template to support sticky nav. moved the search and menu markup for the header into a method call. also update the styles and script so that when a page does not belong to a primary horizontal-nav link, the header logo is used for the breadcrumb's first link and text.

10 years agoupdate wear header template to support sticky nav.
Scott Main [Fri, 9 May 2014 17:00:14 +0000 (10:00 -0700)]
update wear header template to support sticky nav.
moved the search and menu markup for the header into a method call.
also update the styles and script so that when a page does not belong
to a primary horizontal-nav link, the header logo is used for the breadcrumb's
first link and text.

Change-Id: I14129fe7657924e2037c103674e09322c4c31db8

10 years agoAdd ContactsProvider to core_tiny.
Justin Koh [Sun, 4 May 2014 23:31:02 +0000 (16:31 -0700)]
Add ContactsProvider to core_tiny.

Add ContactsProvider to core_tiny: this is necessary to pass CTS.

Change-Id: I159109740f329e5c540ffb6f1cd1b1a7f9429d86

10 years agoam 379d9968: am e21bed28: Merge changes from templates-sdk to templates-sdk-dyn.
Dirk Dougherty [Fri, 2 May 2014 22:54:45 +0000 (22:54 +0000)]
am 379d9968: am e21bed28: Merge changes from templates-sdk to templates-sdk-dyn.

* commit '379d9968ccc31701053eca7e0d809f2f52c0b964':
  Merge changes from templates-sdk to templates-sdk-dyn.

10 years agoam e21bed28: Merge changes from templates-sdk to templates-sdk-dyn.
Dirk Dougherty [Fri, 2 May 2014 22:50:25 +0000 (22:50 +0000)]
am e21bed28: Merge changes from templates-sdk to templates-sdk-dyn.

* commit 'e21bed28acdd21f6000d1de30538839085ffa890':
  Merge changes from templates-sdk to templates-sdk-dyn.

10 years agoMerge changes from templates-sdk to templates-sdk-dyn.
Dirk Dougherty [Fri, 2 May 2014 22:14:04 +0000 (15:14 -0700)]
Merge changes from templates-sdk to templates-sdk-dyn.

Change-Id: I42e42f8d412eae6fc1160594c235cda81b2baf4f

10 years agoRemove libs from target/product/base.mk.
Ying Wang [Fri, 25 Apr 2014 00:12:58 +0000 (17:12 -0700)]
Remove libs from target/product/base.mk.

LatinIME has libjni_latinime as dependency, so we don't need it in
PRODUCT_PACKAGES;
Moved libpac close to PacProcesser, which requires libpac.

Change-Id: I8674d76bcfde4c0e1f1b04bc96e636022d008576

10 years agoMerge "Allow to build target-files.zip in sdk build." into klp-modular-dev
Ying Wang [Tue, 15 Apr 2014 16:07:03 +0000 (16:07 +0000)]
Merge "Allow to build target-files.zip in sdk build." into klp-modular-dev

10 years agoam 01adbdcb: am 613b251b: Merge "remove the animated scroll adjustment for sticky...
Scott Main [Tue, 15 Apr 2014 02:44:48 +0000 (02:44 +0000)]
am 01adbdcb: am 613b251b: Merge "remove the animated scroll adjustment for sticky nav. Instead adjust the scroll position based on changes to the hashtag." into klp-docs

* commit '01adbdcb954e2d694ec40ac149f07c44defcc796':
  remove the animated scroll adjustment for sticky nav. Instead adjust the scroll position based on changes to the hashtag.

10 years agoam 613b251b: Merge "remove the animated scroll adjustment for sticky nav. Instead...
Scott Main [Tue, 15 Apr 2014 02:42:10 +0000 (02:42 +0000)]
am 613b251b: Merge "remove the animated scroll adjustment for sticky nav. Instead adjust the scroll position based on changes to the hashtag." into klp-docs

* commit '613b251b7b4b54507561ee52811c72fcd2ba731d':
  remove the animated scroll adjustment for sticky nav. Instead adjust the scroll position based on changes to the hashtag.

10 years agoMerge "remove the animated scroll adjustment for sticky nav. Instead adjust the scrol...
Scott Main [Tue, 15 Apr 2014 02:38:34 +0000 (02:38 +0000)]
Merge "remove the animated scroll adjustment for sticky nav. Instead adjust the scroll position based on changes to the hashtag." into klp-docs

10 years agoremove the animated scroll adjustment for sticky nav.
Scott Main [Tue, 15 Apr 2014 02:00:12 +0000 (19:00 -0700)]
remove the animated scroll adjustment for sticky nav.
Instead adjust the scroll position based on changes to the hashtag.

Change-Id: I34a6b386fa2104f8f2ac04e1d9820199f0ef0e94

10 years agoAllow to build target-files.zip in sdk build.
Ying Wang [Tue, 15 Apr 2014 00:25:43 +0000 (17:25 -0700)]
Allow to build target-files.zip in sdk build.

and put the target-files.zip on the build server.

Bug: 13763122
Change-Id: I71ab6aa40666fdb24ec0da0fbfc7b73753d4f0c7

10 years agoam b1a6d644: am 1670cca5: Merge "make the sticky bar aware of search result visiblity...
Scott Main [Mon, 14 Apr 2014 14:58:17 +0000 (14:58 +0000)]
am b1a6d644: am 1670cca5: Merge "make the sticky bar aware of search result visiblity. Fixes a bug that caused the sidenav to overlap search results." into klp-docs

* commit 'b1a6d6441a02478569e57a5da5b9655dd1409efa':
  make the sticky bar aware of search result visiblity. Fixes a bug that caused the sidenav to overlap search results.

10 years agoam 1670cca5: Merge "make the sticky bar aware of search result visiblity. Fixes a...
Scott Main [Mon, 14 Apr 2014 14:55:13 +0000 (14:55 +0000)]
am 1670cca5: Merge "make the sticky bar aware of search result visiblity. Fixes a bug that caused the sidenav to overlap search results." into klp-docs

* commit '1670cca5f97d9edfdeaae9a6d65400200e98961c':
  make the sticky bar aware of search result visiblity. Fixes a bug that caused the sidenav to overlap search results.

10 years agoMerge "make the sticky bar aware of search result visiblity. Fixes a bug that caused...
Scott Main [Mon, 14 Apr 2014 14:52:32 +0000 (14:52 +0000)]
Merge "make the sticky bar aware of search result visiblity. Fixes a bug that caused the sidenav to overlap search results." into klp-docs

10 years agoam d0c6f0a1: am 318fb971: Optimize truncation for card text, add About to sticky...
Dirk Dougherty [Mon, 14 Apr 2014 03:04:01 +0000 (03:04 +0000)]
am d0c6f0a1: am 318fb971: Optimize truncation for card text, add About to sticky nav colors, minor adjustment to templates.

* commit 'd0c6f0a11c0a29b3bb0ebabf6522cdf4f401456a':
  Optimize truncation for card text, add About to sticky nav colors, minor adjustment to templates.

10 years agoam 318fb971: Optimize truncation for card text, add About to sticky nav colors, minor...
Dirk Dougherty [Mon, 14 Apr 2014 03:02:02 +0000 (03:02 +0000)]
am 318fb971: Optimize truncation for card text, add About to sticky nav colors, minor adjustment to templates.

* commit '318fb97168396d21a958a415e9a1cf8167ebdc86':
  Optimize truncation for card text, add About to sticky nav colors, minor adjustment to templates.

10 years agoOptimize truncation for card text, add About to sticky nav colors, minor adjustment...
Dirk Dougherty [Wed, 9 Apr 2014 01:46:53 +0000 (18:46 -0700)]
Optimize truncation for card text, add About to sticky nav colors, minor adjustment to templates.

Change-Id: Ib140e7025360d60e6fb49e1e6c45e2c7ccc72cda

10 years agomake the sticky bar aware of search result visiblity.
Scott Main [Sat, 12 Apr 2014 23:40:48 +0000 (16:40 -0700)]
make the sticky bar aware of search result visiblity.
Fixes a bug that caused the sidenav to overlap search results.

Change-Id: I3dc431f46cd96164dd79f3d0461f5034cc912099

10 years agoam de22e6fb: am 20cf2a91: update sticky nav to sync with sidenav and build the breadc...
Scott Main [Fri, 11 Apr 2014 08:54:39 +0000 (08:54 +0000)]
am de22e6fb: am 20cf2a91: update sticky nav to sync with sidenav and build the breadcrumbs dynamically

* commit 'de22e6fb9bd31e6c41ebdb43b28d0b8fd719a80f':
  update sticky nav to sync with sidenav and build the breadcrumbs dynamically

10 years agoam 20cf2a91: update sticky nav to sync with sidenav and build the breadcrumbs dynamically
Scott Main [Fri, 11 Apr 2014 08:17:21 +0000 (08:17 +0000)]
am 20cf2a91: update sticky nav to sync with sidenav and build the breadcrumbs dynamically

* commit '20cf2a91f0c157875574dd0b0d9b4e040f94e656':
  update sticky nav to sync with sidenav and build the breadcrumbs dynamically

10 years agoupdate sticky nav to sync with sidenav
Scott Main [Thu, 3 Apr 2014 04:57:20 +0000 (21:57 -0700)]
update sticky nav to sync with sidenav
and build the breadcrumbs dynamically

Change-Id: Ib008d4606a8e82c468be75c051a8a9e623dc7c22

10 years agoam a8245d1d: Merge "ggrep" into klp-ub-dev
Jon Boekenoogen [Wed, 9 Apr 2014 09:27:33 +0000 (09:27 +0000)]
am a8245d1d: Merge "ggrep" into klp-ub-dev

* commit 'a8245d1dc1746a8cd26aead8c15aa05c9b703455':
  ggrep

10 years agoMerge "ggrep" into klp-ub-dev
Jon Boekenoogen [Wed, 9 Apr 2014 04:20:01 +0000 (04:20 +0000)]
Merge "ggrep" into klp-ub-dev

10 years agoam 98cc173c: am 46b443ac: Adjust opacity for non-hover states and a few others.
Dirk Dougherty [Tue, 8 Apr 2014 01:08:06 +0000 (01:08 +0000)]
am 98cc173c: am 46b443ac: Adjust opacity for non-hover states and a few others.

* commit '98cc173c165fa2141426464a4205441617ba3bd2':
  Adjust opacity for non-hover states and a few others.

10 years agoam 46b443ac: Adjust opacity for non-hover states and a few others.
Dirk Dougherty [Tue, 8 Apr 2014 01:01:29 +0000 (01:01 +0000)]
am 46b443ac: Adjust opacity for non-hover states and a few others.

* commit '46b443acbdd80cf41352b68f4f482de4cf729cba':
  Adjust opacity for non-hover states and a few others.

10 years agoggrep
Jon Boekenoogen [Mon, 7 Apr 2014 17:57:38 +0000 (10:57 -0700)]
ggrep

Add ggrep to search Gradle files more easily. Similar
to jgrep, cgrep, mgrep, etc...

Change-Id: I9f0bc74560c1df4c369216eabdb9e825bcb6fe75

10 years agoam 62eb51af: Keep Parcelable CREATOR fields
Scott Kennedy [Mon, 7 Apr 2014 19:02:54 +0000 (19:02 +0000)]
am 62eb51af: Keep Parcelable CREATOR fields

* commit '62eb51af23b5f0ac43a8f596582d469fe5e3a375':
  Keep Parcelable CREATOR fields

10 years agoAdjust opacity for non-hover states and a few others.
Dirk Dougherty [Sun, 6 Apr 2014 22:27:33 +0000 (15:27 -0700)]
Adjust opacity for non-hover states and a few others.

Change-Id: I8a6dee3e25bc8e6c3f1ca19d4e68037df5ce9b91

10 years agoKeep Parcelable CREATOR fields
Scott Kennedy [Mon, 7 Apr 2014 18:25:47 +0000 (11:25 -0700)]
Keep Parcelable CREATOR fields

Change-Id: I64451134a9d11d17307ef4d8ea923df5fe5e37ed

10 years agoam 08032409: Add basic support for rendering dynamic content on pages.
Dirk Dougherty [Wed, 2 Apr 2014 23:32:20 +0000 (23:32 +0000)]
am 08032409: Add basic support for rendering dynamic content on pages.

* commit '08032409b4dd29740e1c8e703eada0d1ce86e58c':
  Add basic support for rendering dynamic content on pages.

10 years agoAdd basic support for rendering dynamic content on pages.
Dirk Dougherty [Sat, 15 Feb 2014 18:14:35 +0000 (10:14 -0800)]
Add basic support for rendering dynamic content on pages.

Change-Id: If3ba4f71771a01043ec6d544e3b4a9222ba35daf

10 years agocortex-a7 supports div
Brian Carlstrom [Mon, 31 Mar 2014 23:58:09 +0000 (16:58 -0700)]
cortex-a7 supports div

Change-Id: Id06fe4af3a71bbb8beee4d1846f1917d87664033

10 years agoam 70c9c2d8: am a36253b8: fix viewport width variable by using underscore instead...
Scott Main [Thu, 27 Mar 2014 20:14:03 +0000 (20:14 +0000)]
am 70c9c2d8: am a36253b8: fix viewport width variable by using underscore instead of hyphen

* commit '70c9c2d82ba5d4647fdc6552a21130b19281849a':
  fix viewport width variable by using underscore instead of hyphen

10 years agoam a36253b8: fix viewport width variable by using underscore instead of hyphen
Scott Main [Thu, 27 Mar 2014 20:08:18 +0000 (20:08 +0000)]
am a36253b8: fix viewport width variable by using underscore instead of hyphen

* commit 'a36253b8b05d94fb27a67522757b07781da2bd43':
  fix viewport width variable by using underscore instead of hyphen

10 years agofix viewport width variable by using underscore instead of hyphen
Scott Main [Thu, 27 Mar 2014 19:56:26 +0000 (12:56 -0700)]
fix viewport width variable by using underscore instead of hyphen

Change-Id: I866fa7016453b9e242df5e68f26bf94eac672feb

10 years agoam b8702917: am 75f21bc7: Merge "add 2x header logo and add override to viewport...
Scott Main [Thu, 27 Mar 2014 03:23:11 +0000 (03:23 +0000)]
am b8702917: am 75f21bc7: Merge "add 2x header logo and add override to viewport width for landing pages. changing the viewport to 970 ensures proper layout space for floating divs." into klp-docs

* commit 'b8702917c61923bc4dc5f6284482e1296b783bd4':
  add 2x header logo and add override to viewport width for landing pages. changing the viewport to 970 ensures proper layout space for floating divs.

10 years agoam 514c8254: am 4b270cdf: Update the sdk templates to support the Android Wear microsite
Scott Main [Thu, 27 Mar 2014 03:23:11 +0000 (03:23 +0000)]
am 514c8254: am 4b270cdf: Update the sdk templates to support the Android Wear microsite

* commit '514c8254d0a78a4153c442bc0789da8a10ce8b0b':
  Update the sdk templates to support the Android Wear microsite

10 years agoam 75f21bc7: Merge "add 2x header logo and add override to viewport width for landing...
Scott Main [Thu, 27 Mar 2014 03:17:10 +0000 (03:17 +0000)]
am 75f21bc7: Merge "add 2x header logo and add override to viewport width for landing pages. changing the viewport to 970 ensures proper layout space for floating divs." into klp-docs

* commit '75f21bc79e18f5bdf7676eeab6681e8f4a32e688':
  add 2x header logo and add override to viewport width for landing pages. changing the viewport to 970 ensures proper layout space for floating divs.

10 years agoam 4b270cdf: Update the sdk templates to support the Android Wear microsite
Scott Main [Thu, 27 Mar 2014 03:17:09 +0000 (03:17 +0000)]
am 4b270cdf: Update the sdk templates to support the Android Wear microsite

* commit '4b270cdf3678998370c2c3629711797ec7ab8a5a':
  Update the sdk templates to support the Android Wear microsite

10 years agoMerge "add 2x header logo and add override to viewport width for landing pages. chang...
Scott Main [Thu, 27 Mar 2014 03:15:19 +0000 (03:15 +0000)]
Merge "add 2x header logo and add override to viewport width for landing pages. changing the viewport to 970 ensures proper layout space for floating divs." into klp-docs

10 years agoadd 2x header logo and add override to viewport width for landing pages.
Scott Main [Thu, 27 Mar 2014 02:52:14 +0000 (19:52 -0700)]
add 2x header logo and add override to viewport width for landing pages.
changing the viewport to 970 ensures proper layout space for floating divs.

Change-Id: Iea980b4dfe1cca8a2b517f171a847a0e2788b1f0

10 years agoUpdate the sdk templates to support the Android Wear microsite
Scott Main [Wed, 12 Mar 2014 03:17:52 +0000 (20:17 -0700)]
Update the sdk templates to support the Android Wear microsite

Change-Id: I848f442b3bc66ee2fb87db8200df370d13762d29

10 years agoam cc851243: Merge "Add annotation support lib." into klp-ub-dev
Xavier Ducrohet [Wed, 26 Mar 2014 18:10:46 +0000 (18:10 +0000)]
am cc851243: Merge "Add annotation support lib." into klp-ub-dev

* commit 'cc85124393c438986e6639bc90906edf2dc2ca7a':
  Add annotation support lib.

10 years agoMerge "Add annotation support lib." into klp-ub-dev
Xavier Ducrohet [Wed, 26 Mar 2014 18:06:40 +0000 (18:06 +0000)]
Merge "Add annotation support lib." into klp-ub-dev

10 years agoAdd annotation support lib.
Xavier Ducrohet [Wed, 26 Mar 2014 17:50:38 +0000 (10:50 -0700)]
Add annotation support lib.

Change-Id: I5a4ddbdf09a09db944e16ed6baab604aa1710974

10 years agoam 49b4ef0b: am fd0be925: docs: Added SDK version to the ADT bundles download path...
Ricardo Cervera [Tue, 25 Mar 2014 20:33:03 +0000 (20:33 +0000)]
am 49b4ef0b: am fd0be925: docs: Added SDK version to the ADT bundles download path in the CS template.

* commit '49b4ef0badd51ce3af0511206e20114414a6c427':
  docs: Added SDK version to the ADT bundles download path in the CS template.

10 years agoam fd0be925: docs: Added SDK version to the ADT bundles download path in the CS template.
Ricardo Cervera [Tue, 25 Mar 2014 20:27:48 +0000 (20:27 +0000)]
am fd0be925: docs: Added SDK version to the ADT bundles download path in the CS template.

* commit 'fd0be925bb6e34768f9f11cf5325d1fcfbf39410':
  docs: Added SDK version to the ADT bundles download path in the CS template.

10 years agodocs: Added SDK version to the ADT bundles download path in the CS template.
Ricardo Cervera [Tue, 25 Mar 2014 19:33:33 +0000 (12:33 -0700)]
docs: Added SDK version to the ADT bundles download path in the CS template.

Change-Id: Ib222684754779b908cb10e6d8f9e5778101c9b96

10 years agoam 266cf4f2: am f39752e9: Skip the product-scoped --product flag if it\'s set in...
Ying Wang [Tue, 25 Mar 2014 09:56:52 +0000 (09:56 +0000)]
am 266cf4f2: am f39752e9: Skip the product-scoped --product flag if it\'s set in LOCAL_AAPT_FLAGS

* commit '266cf4f2595323170fe02db05835884b4522a0f9':
  Skip the product-scoped --product flag if it's set in LOCAL_AAPT_FLAGS

10 years agoam f39752e9: Skip the product-scoped --product flag if it\'s set in LOCAL_AAPT_FLAGS
Ying Wang [Mon, 24 Mar 2014 21:21:26 +0000 (21:21 +0000)]
am f39752e9: Skip the product-scoped --product flag if it\'s set in LOCAL_AAPT_FLAGS

* commit 'f39752e99b4e5083f1e91c46722f87def8143b49':
  Skip the product-scoped --product flag if it's set in LOCAL_AAPT_FLAGS

10 years agoFix removal of PRODUCT_PREBUILT_WEBVIEWCHROMIUM
Mark Renouf [Fri, 21 Mar 2014 15:50:35 +0000 (11:50 -0400)]
Fix removal of PRODUCT_PREBUILT_WEBVIEWCHROMIUM

Change-Id: I8a6bad054ac22592f0d341bb3ebbe4cc74828698

10 years agoSkip the product-scoped --product flag if it's set in LOCAL_AAPT_FLAGS
Ying Wang [Fri, 21 Mar 2014 00:28:57 +0000 (17:28 -0700)]
Skip the product-scoped --product flag if it's set in LOCAL_AAPT_FLAGS

Bug: 11335547
Change-Id: Ic08b7557a288508e8e8d14a725923960c47f5ca0

10 years agoAdd v17/leanback to pathmap.
Tim Kilbourn [Tue, 18 Mar 2014 20:37:51 +0000 (13:37 -0700)]
Add v17/leanback to pathmap.

Change-Id: I3032710da8cf8714516bf78f0971223257dfe1ec

10 years agoam bb79f9d2: am b7b49711: add some css to support android wear sub-site
Scott Main [Tue, 18 Mar 2014 12:37:22 +0000 (12:37 +0000)]
am bb79f9d2: am b7b49711: add some css to support android wear sub-site

* commit 'bb79f9d2a52c7f1e20bd74e5d80b2df4119cec82':
  add some css to support android wear sub-site

10 years agoam 264d4001: (-s ours) am 7503e736: 4.4.3 is MR2, version boogaloo!
Dianne Hackborn [Tue, 18 Mar 2014 12:37:22 +0000 (12:37 +0000)]
am 264d4001: (-s ours) am 7503e736: 4.4.3 is MR2, version boogaloo!

* commit '264d4001e7d01e302f93803d161f778fb200e346':
  4.4.3 is MR2, version boogaloo!

10 years agoam b7b49711: add some css to support android wear sub-site
Scott Main [Tue, 18 Mar 2014 12:35:42 +0000 (12:35 +0000)]
am b7b49711: add some css to support android wear sub-site

* commit 'b7b497115fb19d17a3e5de20646a5eac759c0095':
  add some css to support android wear sub-site

10 years agoadd some css to support android wear sub-site
Scott Main [Tue, 18 Mar 2014 12:29:15 +0000 (05:29 -0700)]
add some css to support android wear sub-site

Change-Id: Ibce2c596219fb86f433075c88a0af9d0cc1007b3

10 years agoam 7503e736: 4.4.3 is MR2, version boogaloo!
Dianne Hackborn [Tue, 11 Mar 2014 23:22:38 +0000 (23:22 +0000)]
am 7503e736: 4.4.3 is MR2, version boogaloo!

* commit '7503e736ebb0161a23ff0ee39a307cd436ea8afc':
  4.4.3 is MR2, version boogaloo!

10 years ago4.4.3 is MR2, version boogaloo!
Dianne Hackborn [Tue, 11 Mar 2014 21:54:09 +0000 (14:54 -0700)]
4.4.3 is MR2, version boogaloo!

Change-Id: I1a06850393247183fa3db9fbd3fbc8774f181a26

10 years agoAdd init.environ.rc to installclean
Adam Hampson [Fri, 7 Mar 2014 23:53:44 +0000 (15:53 -0800)]
Add init.environ.rc to installclean

BOOTCLASSPATH needs to be rebuilt when switching between build
targets.

Bug: 13282187

Change-Id: I16816abb4246878a60e1aa8c91b6b38c7339950e
Signed-off-by: Adam Hampson <ahampson@google.com>
10 years agoRe-order atree files so PRODUCT_SDK_ATREE_FILES can provide overrides.
Griff Hazen [Fri, 28 Feb 2014 16:45:59 +0000 (08:45 -0800)]
Re-order atree files so PRODUCT_SDK_ATREE_FILES can provide overrides.

Change-Id: Iecea3f3af628d89df65a44293a977b2bce35bf28

10 years agoRemove the default sdk.atree if custom one is set.
Ying Wang [Tue, 18 Feb 2014 22:29:59 +0000 (14:29 -0800)]
Remove the default sdk.atree if custom one is set.

Change-Id: I5d20b030db5ef29d7ff6eb64a0a1e11a4283e85d

10 years agoMerge "Make the module existence check nonfatal" into klp-modular-dev
Ying Wang [Tue, 18 Feb 2014 19:11:50 +0000 (19:11 +0000)]
Merge "Make the module existence check nonfatal" into klp-modular-dev

10 years agoam 8a56079c: am 5c92d966: am 541b4941: New temporary templates set for dynamic conten...
Dirk Dougherty [Sat, 15 Feb 2014 18:16:51 +0000 (18:16 +0000)]
am 8a56079c: am 5c92d966: am 541b4941: New temporary templates set for dynamic content support.

* commit '8a56079c74765afa405a96bd025f2bddac4e17b6':
  New temporary templates set for dynamic content support.

10 years agoam 5c92d966: am 541b4941: New temporary templates set for dynamic content support.
Dirk Dougherty [Sat, 15 Feb 2014 18:14:37 +0000 (18:14 +0000)]
am 5c92d966: am 541b4941: New temporary templates set for dynamic content support.

* commit '5c92d966076b28024a9efd6c8456445e207748f1':
  New temporary templates set for dynamic content support.

10 years agoam 541b4941: New temporary templates set for dynamic content support.
Dirk Dougherty [Sat, 15 Feb 2014 18:12:08 +0000 (18:12 +0000)]
am 541b4941: New temporary templates set for dynamic content support.

* commit '541b494103857da31505ba745b0da5bdbe0499b9':
  New temporary templates set for dynamic content support.

10 years agoNew temporary templates set for dynamic content support.
Dirk Dougherty [Sat, 15 Feb 2014 02:31:53 +0000 (18:31 -0800)]
New temporary templates set for dynamic content support.

Change-Id: I066e43cdebaf66c0d8b5e3622a286dc2c88c47b5

10 years agoMake the module existence check nonfatal
Ying Wang [Fri, 14 Feb 2014 21:39:42 +0000 (13:39 -0800)]
Make the module existence check nonfatal

Now we have sdk variants that may inherit the non-existent module names
from the device product.

Change-Id: Ibe96a33cde650fd79ae4731561dcb674203c3b91

10 years agoMerge "Support custom sdk.atree files." into klp-modular-dev
Ying Wang [Wed, 12 Feb 2014 20:54:30 +0000 (20:54 +0000)]
Merge "Support custom sdk.atree files." into klp-modular-dev

10 years agoam e2652df8: am 22866695: am 2c2c0534: set a smaller line height for sidebox headers...
Scott Main [Wed, 12 Feb 2014 16:08:32 +0000 (16:08 +0000)]
am e2652df8: am 22866695: am 2c2c0534: set a smaller line height for sidebox headers to avoid whitespace at the top

* commit 'e2652df8d7411854b3b00adf7c6a6a0af99a545d':
  set a smaller line height for sidebox headers to avoid whitespace at the top

10 years agoam 22866695: am 2c2c0534: set a smaller line height for sidebox headers to avoid...
Scott Main [Wed, 12 Feb 2014 16:06:03 +0000 (16:06 +0000)]
am 22866695: am 2c2c0534: set a smaller line height for sidebox headers to avoid whitespace at the top

* commit '228666956ade81aa8f993eed70f361ec93073bad':
  set a smaller line height for sidebox headers to avoid whitespace at the top

10 years agoam 2c2c0534: set a smaller line height for sidebox headers to avoid whitespace at...
Scott Main [Wed, 12 Feb 2014 16:02:57 +0000 (16:02 +0000)]
am 2c2c0534: set a smaller line height for sidebox headers to avoid whitespace at the top

* commit '2c2c053490aa3a2102c0dce95fcae0d22b77a71b':
  set a smaller line height for sidebox headers to avoid whitespace at the top

10 years agoset a smaller line height for sidebox headers to avoid whitespace at the top
Scott Main [Wed, 12 Feb 2014 02:16:20 +0000 (18:16 -0800)]
set a smaller line height for sidebox headers to avoid whitespace at the top

Change-Id: I8f1c4de275f3d7b2f55460bf4dc32a9a3d6b04ae

10 years agoChange core_tiny to not be minimal font footprint.
Justin Koh [Tue, 11 Feb 2014 03:28:15 +0000 (19:28 -0800)]
Change core_tiny to not be minimal font footprint.

Change core_tiny to not be minimal font footprint: UX really wants roboto
condensed. Checked /proc/meminfo before and after the change and didn't
see much difference.

Change-Id: I94072f674ff678dfdbddd66d3792e63245e5e7da

10 years agoam 960d919e: resolved conflicts for merge of 4df82b3e to klp-dev-plus-aosp
Ying Wang [Sat, 8 Feb 2014 18:35:13 +0000 (18:35 +0000)]
am 960d919e: resolved conflicts for merge of 4df82b3e to klp-dev-plus-aosp

* commit '960d919e814726f05ad1a9b82e6a9677f9977f15':
  Allow proguarding the main app and the test app in a single run.

10 years agoresolved conflicts for merge of 4df82b3e to klp-dev-plus-aosp
Ying Wang [Sat, 8 Feb 2014 18:31:36 +0000 (10:31 -0800)]
resolved conflicts for merge of 4df82b3e to klp-dev-plus-aosp

Change-Id: I7a1d9e1954ede06a818814bd05a77c69f1ed3bc6

10 years agoAllow proguarding the main app and the test app in a single run.
Mihail Dumitrescu [Fri, 7 Feb 2014 15:18:59 +0000 (15:18 +0000)]
Allow proguarding the main app and the test app in a single run.

Bug: 12895101
Change-Id: I6804d73306a164d3e3ec0cab4743f9582b5ef2cf

10 years agoSet up rules to merge AndroidManifest.xmls
Ying Wang [Thu, 6 Feb 2014 02:24:45 +0000 (18:24 -0800)]
Set up rules to merge AndroidManifest.xmls

Now you can merge the library manifest files to the main app's
AndroidManifest.xml with LOCAL_FULL_LIBS_MANIFEST_FILES.
LOCAL_FULL_LIBS_MANIFEST_FILES is a list of paths relative to the top of
the source tree.

Bug: 12907528
Change-Id: I16a347c83dfb6fbbb7d5d40284b7c65aa682fdd2

10 years agoMerge "Allow multiple asset directories in aapt" into klp-modular-dev
Adam Lesinski [Wed, 5 Feb 2014 00:46:59 +0000 (00:46 +0000)]
Merge "Allow multiple asset directories in aapt" into klp-modular-dev

10 years agoAllow multiple asset directories in aapt
Adam Lesinski [Tue, 28 Jan 2014 00:08:28 +0000 (16:08 -0800)]
Allow multiple asset directories in aapt

AAPT already supports this.

Change-Id: I293c7543fb43b15eedf2162416da48915ce02db8

10 years agoChange PLATFORM_VERSION and PLATFORM_VERSION_CODENAME to KKWT.
Justin Koh [Tue, 4 Feb 2014 00:26:43 +0000 (16:26 -0800)]
Change PLATFORM_VERSION and PLATFORM_VERSION_CODENAME to KKWT.

Change PLATFORM_VERSION and PLATFORM_VERSION_CODENAME to KKWT, as discussed.

Change-Id: Ia2d8628c4e9ee6b3cf654c8bdfc966a4af5c573c

10 years agoMerge "(DO NOT MERGE) Revert "Make libart the default runtime"" into klp-modular-dev
Noreen Tolland [Fri, 31 Jan 2014 23:13:24 +0000 (23:13 +0000)]
Merge "(DO NOT MERGE) Revert "Make libart the default runtime"" into klp-modular-dev

10 years ago(DO NOT MERGE) Revert "Make libart the default runtime"
Justin Mattson [Thu, 30 Jan 2014 23:30:08 +0000 (15:30 -0800)]
(DO NOT MERGE) Revert "Make libart the default runtime"

This reverts commit 08d410f53249c18d752f56a881ed2335403080d4.

10 years agoAdd atrace for supporting systrace tool
Nick Vaccaro [Fri, 24 Jan 2014 18:19:21 +0000 (10:19 -0800)]
Add atrace for supporting systrace tool

Change-Id: I6504a447218a70b0d148c0b5802228fb28934a0a
Signed-off-by: Nick Vaccaro <nvaccaro@google.com>
10 years agoam 190ebe94: Merge "pdk: add android_common.jar" into klp-volantis-dev
Colin Cross [Thu, 30 Jan 2014 00:59:55 +0000 (00:59 +0000)]
am 190ebe94: Merge "pdk: add android_common.jar" into klp-volantis-dev

* commit '190ebe94e1a3c18183fa1940e7599b4d6f70b470':
  pdk: add android_common.jar

10 years agoMerge "pdk: add android_common.jar" into klp-volantis-dev
Colin Cross [Thu, 30 Jan 2014 00:53:55 +0000 (00:53 +0000)]
Merge "pdk: add android_common.jar" into klp-volantis-dev

10 years agoSupport custom sdk.atree files.
Ying Wang [Wed, 29 Jan 2014 21:35:55 +0000 (13:35 -0800)]
Support custom sdk.atree files.

Bug: 12683047
Change-Id: I79ca1eff81e947d03c50759d47426487e48435d0

10 years agoam bb783f27: am a6e8c6c1: am f72e1846: am c9e142e6: Merge "add \'get started\' link...
Scott Main [Wed, 29 Jan 2014 20:17:05 +0000 (20:17 +0000)]
am bb783f27: am a6e8c6c1: am f72e1846: am c9e142e6: Merge "add \'get started\' link to the bottom of class home pages" into klp-docs

* commit 'bb783f27bd0de3fc25d47dd7b00df62ca9504f7a':
  add 'get started' link to the bottom of class home pages

10 years agoam a6e8c6c1: am f72e1846: am c9e142e6: Merge "add \'get started\' link to the bottom...
Scott Main [Wed, 29 Jan 2014 20:15:01 +0000 (20:15 +0000)]
am a6e8c6c1: am f72e1846: am c9e142e6: Merge "add \'get started\' link to the bottom of class home pages" into klp-docs

* commit 'a6e8c6c1e0f659b3532bd86631104360b54016ea':
  add 'get started' link to the bottom of class home pages

10 years agoam f72e1846: am c9e142e6: Merge "add \'get started\' link to the bottom of class...
Scott Main [Wed, 29 Jan 2014 20:11:48 +0000 (20:11 +0000)]
am f72e1846: am c9e142e6: Merge "add \'get started\' link to the bottom of class home pages" into klp-docs

* commit 'f72e1846898ec07cedf301ac76875cfa9f1164bc':
  add 'get started' link to the bottom of class home pages

10 years agoam c9e142e6: Merge "add \'get started\' link to the bottom of class home pages" into...
Scott Main [Wed, 29 Jan 2014 20:08:49 +0000 (20:08 +0000)]
am c9e142e6: Merge "add \'get started\' link to the bottom of class home pages" into klp-docs

* commit 'c9e142e62d60b39bb5bd3459358a16c00fc557f3':
  add 'get started' link to the bottom of class home pages

10 years agoMerge "add 'get started' link to the bottom of class home pages" into klp-docs
Scott Main [Wed, 29 Jan 2014 20:07:13 +0000 (20:07 +0000)]
Merge "add 'get started' link to the bottom of class home pages" into klp-docs

10 years agopdk: add android_common.jar
Colin Cross [Wed, 29 Jan 2014 18:01:37 +0000 (10:01 -0800)]
pdk: add android_common.jar

Add android_common.jar to the pdk java libraries to allow partners
to build test apps against it.

Change-Id: I3f3c0f6ef086489aec293e10b0d707845b174655

10 years agoam 833188c1: am e7bd4f5c: am 472a4858: Merge "gtest needs -lpthread."
Elliott Hughes [Wed, 29 Jan 2014 01:55:36 +0000 (01:55 +0000)]
am 833188c1: am e7bd4f5c: am 472a4858: Merge "gtest needs -lpthread."

* commit '833188c16ea5d2f12aa0108119c327d6cd31d4ea':
  gtest needs -lpthread.

10 years agoam e7bd4f5c: am 472a4858: Merge "gtest needs -lpthread."
Elliott Hughes [Wed, 29 Jan 2014 01:53:14 +0000 (01:53 +0000)]
am e7bd4f5c: am 472a4858: Merge "gtest needs -lpthread."

* commit 'e7bd4f5cdf5d1ac0c49d42ed41322f10e7f34f9b':
  gtest needs -lpthread.

10 years agoam 472a4858: Merge "gtest needs -lpthread."
Elliott Hughes [Wed, 29 Jan 2014 01:50:34 +0000 (01:50 +0000)]
am 472a4858: Merge "gtest needs -lpthread."

* commit '472a48585ec1cfb66c5716f85b0efdf528b29f5d':
  gtest needs -lpthread.