OSDN Git Service

android-x86/build.git
10 years agoam 498d710a: modify sample template and add new css/script for new numbered code...
Scott Main [Wed, 21 Aug 2013 23:28:57 +0000 (16:28 -0700)]
am 498d710a: modify sample template and add new css/script for new numbered code. The line numbers are included inside the <pre> block initially, but hidden, so this script moves the numbers to a separate block on the left and makes them non-selectable. Also includes

* commit '498d710a4f66ec8b6fff4c965235f226b56cd2dd':
  modify sample template and add new css/script for new numbered code. The line numbers are included inside the <pre> block initially, but hidden, so this script moves the numbers to a separate block on the left and makes them non-selectable. Also includes script for features like single-click to highlight a line of code and double-click to invoke the link for that line.

10 years agomodify sample template and add new css/script for new numbered code.
Scott Main [Wed, 21 Aug 2013 22:47:38 +0000 (15:47 -0700)]
modify sample template and add new css/script for new numbered code.
The line numbers are included inside the <pre> block initially, but
hidden, so this script moves the numbers to a separate block on
the left and makes them non-selectable. Also includes script for
features like single-click to highlight a line of code and double-click
to invoke the link for that line.

Change-Id: I17ebb1255ff036948028b4722cc8e9758fb96553

10 years agoam ad08f07c: new version of script to build sidenav lists dynamically. This is curren...
Scott Main [Wed, 21 Aug 2013 00:21:31 +0000 (17:21 -0700)]
am ad08f07c: new version of script to build sidenav lists dynamically. This is currently used only by the samples nav, but we\'ll later update to handle the Google reference nav as well

* commit 'ad08f07cf2ece7a3711eafa382cf741134c69083':
  new version of script to build sidenav lists dynamically. This is currently used only by the samples nav, but we'll later update to handle the Google reference nav as well

10 years agonew version of script to build sidenav lists dynamically.
Scott Main [Tue, 20 Aug 2013 23:49:57 +0000 (16:49 -0700)]
new version of script to build sidenav lists dynamically.
This is currently used only by the samples nav, but we'll
later update to handle the Google reference nav as well

Change-Id: I907ea8cb096148ba50808623ed872c8defc9a135

10 years agoam f5ffd4a4: Clean up core css changes brought in with samples css.
Dirk Dougherty [Mon, 19 Aug 2013 21:57:19 +0000 (14:57 -0700)]
am f5ffd4a4: Clean up core css changes brought in with samples css.

* commit 'f5ffd4a40c7a2165ff6ebe24a2aa189dea6b1806':
  Clean up core css changes brought in with samples css.

10 years agoClean up core css changes brought in with samples css.
Dirk Dougherty [Mon, 19 Aug 2013 19:26:07 +0000 (12:26 -0700)]
Clean up core css changes brought in with samples css.

Change-Id: I0920695be4f6ed7085508a4451c13bc7d9e65d9a

10 years agoam 4f7e5159: doc change: Samples browsing: basic support in templates and js/css.
Dirk Dougherty [Mon, 19 Aug 2013 19:09:46 +0000 (12:09 -0700)]
am 4f7e5159: doc change: Samples browsing: basic support in templates and js/css.

* commit '4f7e5159409e71ecfeba86858f5ec044d043aff8':
  doc change: Samples browsing: basic support in templates and js/css.

10 years agodoc change: Samples browsing: basic support in templates and js/css.
Dirk Dougherty [Thu, 16 Sep 2010 17:43:40 +0000 (10:43 -0700)]
doc change: Samples browsing: basic support in templates and js/css.

Change-Id: Ie2323f5323c624420c90c8c782b840f183238f7c

10 years agoam 52dd2067: fix two bugs in site script. 1. Fix URL path check for reference docs...
Scott Main [Thu, 15 Aug 2013 21:43:45 +0000 (14:43 -0700)]
am 52dd2067: fix two bugs in site script. 1. Fix URL path check for reference docs to initalize api level and sidenav. Previously, this condition was never true, so the sidenav would not be initialized under default conditions and the reference drag bar would not appe

* commit '52dd206715e9d8e80a22c7106ec783324d51e747':
  fix two bugs in site script. 1. Fix URL path check for reference docs to initalize api level and sidenav. Previously, this condition was never true, so the sidenav would not be initialized under default conditions and the reference drag bar would not appear. 2. Fix the recent change to the 'scroll into view' script so that it works properly in a multi-pane sidenav (reference docs) by again making the offset measurement relative to the parent container (but much better than was done before).

10 years agofix two bugs in site script.
Scott Main [Thu, 15 Aug 2013 19:22:28 +0000 (12:22 -0700)]
fix two bugs in site script.
1. Fix URL path check for reference docs to initalize api level and sidenav.
Previously, this condition was never true, so the sidenav would not be initialized
under default conditions and the reference drag bar would not appear.
2. Fix the recent change to the 'scroll into view' script so that it works
properly in a multi-pane sidenav (reference docs) by again making the offset
measurement relative to the parent container (but much better than was done before).

Change-Id: I2a31ed59d772346651c2432f0ed26530983c49ff

10 years agoam f4723fa4: No need to filter out AndroidConfig.h for unbundled build
Ying Wang [Thu, 15 Aug 2013 18:55:46 +0000 (11:55 -0700)]
am f4723fa4: No need to filter out AndroidConfig.h for unbundled build

* commit 'f4723fa49b6e61f727b6321a4006ee8ba3f393b9':
  No need to filter out AndroidConfig.h for unbundled build

10 years agoNo need to filter out AndroidConfig.h for unbundled build
Ying Wang [Thu, 15 Aug 2013 18:01:10 +0000 (11:01 -0700)]
No need to filter out AndroidConfig.h for unbundled build

for now we have all AndroidConfig.hs in the build project.

Change-Id: Id713fecba1378fad81688f5937f61c779b618ac2

10 years agoam e391e7a8: Remove -allowaccessmodification from the basic Proguard flags
Ying Wang [Wed, 14 Aug 2013 16:22:01 +0000 (09:22 -0700)]
am e391e7a8: Remove -allowaccessmodification from the basic Proguard flags

* commit 'e391e7a86e806bd3d2549b6d12736166fafb746f':
  Remove -allowaccessmodification from the basic Proguard flags

10 years agoRemove -allowaccessmodification from the basic Proguard flags
Ying Wang [Wed, 14 Aug 2013 00:40:24 +0000 (17:40 -0700)]
Remove -allowaccessmodification from the basic Proguard flags

It seems with that flag Proguard modifies the class files in a way that
Dalvik does not like.
Bug: 10307364

Change-Id: If0cc7552da00ae8a3a3a39a9f2f029819ca3164a

10 years agoam 08c07c59: Merge "Remove unnecessary dependencies between host and target modules...
Ying Wang [Sat, 3 Aug 2013 00:39:01 +0000 (17:39 -0700)]
am 08c07c59: Merge "Remove unnecessary dependencies between host and target modules." into jb-mr2-dev

* commit '08c07c590322e1cbc8464dd371a2e5120b88e38d':
  Remove unnecessary dependencies between host and target modules.

10 years agoam 3fc8dacd: Remove abcc from build.
Stephen Hines [Sat, 3 Aug 2013 00:38:59 +0000 (17:38 -0700)]
am 3fc8dacd: Remove abcc from build.

* commit '3fc8dacd9209a846de34edaee0dc14d50cae3d25':
  Remove abcc from build.

10 years agoMerge "Remove unnecessary dependencies between host and target modules." into jb...
Ying Wang [Fri, 2 Aug 2013 21:51:09 +0000 (21:51 +0000)]
Merge "Remove unnecessary dependencies between host and target modules." into jb-mr2-dev

10 years agoRemove abcc from build.
Stephen Hines [Thu, 6 Jun 2013 03:25:40 +0000 (20:25 -0700)]
Remove abcc from build.

Change-Id: I9ca5deea98adbba03081349c16a391a9dd84e347

10 years agoam 3b90aff0: add fixed size to training icons (and remove whitespaces)
Scott Main [Fri, 2 Aug 2013 01:33:32 +0000 (18:33 -0700)]
am 3b90aff0: add fixed size to training icons (and remove whitespaces)

* commit '3b90aff04cf7ef434baf47b3eb4c73a7ecad8764':
  add fixed size to training icons (and remove whitespaces)

10 years agoadd fixed size to training icons (and remove whitespaces)
Scott Main [Fri, 2 Aug 2013 01:09:35 +0000 (18:09 -0700)]
add fixed size to training icons (and remove whitespaces)

Change-Id: Iad8b597b9f181833d9f1d63e128abb49486fa543

10 years agoRemove unnecessary dependencies between host and target modules.
Ying Wang [Fri, 7 Jun 2013 01:05:53 +0000 (18:05 -0700)]
Remove unnecessary dependencies between host and target modules.

With this change, modules introduced by LOCAL_REQUIRED_MODULES will be
split by host/target: target modules only depend on target modules and
host modules only depend on host modules.

Bug: 9303948
Change-Id: I4078a7983aa3c00e99534f3f170dfe4b66b12287

10 years agoam c774a312: Merge "fix sidebar autoscroll when the selected doc is not visible....
Scott Main [Wed, 31 Jul 2013 03:09:21 +0000 (20:09 -0700)]
am c774a312: Merge "fix sidebar autoscroll when the selected doc is not visible. bug: 9676913" into jb-mr2-docs

* commit 'c774a312359ddf3fedcbe90b00ff6d6f330d95b8':
  fix sidebar autoscroll when the selected doc is not visible. bug: 9676913

10 years agoam 5eccda8d: add \'wide\' version of design/develop cross-link buttons. Primarily...
Scott Main [Wed, 31 Jul 2013 03:09:21 +0000 (20:09 -0700)]
am 5eccda8d: add \'wide\' version of design/develop cross-link buttons. Primarily for training pages, which have a wider TOC box

* commit '5eccda8d6b929d607ae73485d5e86576184d057f':
  add 'wide' version of design/develop cross-link buttons. Primarily for training pages, which have a wider TOC box

10 years agoMerge "fix sidebar autoscroll when the selected doc is not visible. bug: 9676913...
Scott Main [Wed, 31 Jul 2013 01:14:33 +0000 (01:14 +0000)]
Merge "fix sidebar autoscroll when the selected doc is not visible. bug: 9676913" into jb-mr2-docs

10 years agofix sidebar autoscroll when the selected doc is not visible.
Scott Main [Wed, 31 Jul 2013 01:00:51 +0000 (18:00 -0700)]
fix sidebar autoscroll when the selected doc is not visible.
bug: 9676913

This was not working for third generation list items. Switching
the position measurement to be relative to the entire page rather than
the parent container fixes it. I then added 125px to account for
the site header and set the threshold and placement of scrolled items
to be at 80% the nav height.

Change-Id: Idda1896d11069e56325ba830ed745dae9e0fc483

10 years agoadd 'wide' version of design/develop cross-link buttons.
Scott Main [Tue, 30 Jul 2013 21:56:45 +0000 (14:56 -0700)]
add 'wide' version of design/develop cross-link buttons.
Primarily for training pages, which have a wider TOC box

Change-Id: I29644596e72e43432f7bd00fd6a5aabf7e3a6bb7

10 years agoam 3c1da3e2: (-s ours) DO NOT MERGE cherrypick from jb-mr2-ub-dev docs: small fix...
Joe Fernandez [Tue, 30 Jul 2013 21:41:58 +0000 (14:41 -0700)]
am 3c1da3e2: (-s ours) DO NOT MERGE cherrypick from jb-mr2-ub-dev docs: small fix for NDK download table

* commit '3c1da3e2c966a607bf74bda5151013c5ac324f80':
  DO NOT MERGE cherrypick from jb-mr2-ub-dev docs: small fix for NDK download table

10 years agoam 94de1eba: Put a copy of the radio/bootloader files in the dist dir.
Ying Wang [Fri, 26 Jul 2013 19:54:11 +0000 (12:54 -0700)]
am 94de1eba: Put a copy of the radio/bootloader files in the dist dir.

* commit '94de1eba0e87297421789b339c5f26bf3e48eeb1':
  Put a copy of the radio/bootloader files in the dist dir.

10 years agoPut a copy of the radio/bootloader files in the dist dir.
Ying Wang [Fri, 26 Jul 2013 19:19:20 +0000 (12:19 -0700)]
Put a copy of the radio/bootloader files in the dist dir.

Bug: 10035750
Change-Id: I3b51e61ec737899d9264885a1e66c89a7a740d54

10 years agoDO NOT MERGE
Joe Fernandez [Fri, 26 Jul 2013 00:05:06 +0000 (17:05 -0700)]
DO NOT MERGE
cherrypick from jb-mr2-ub-dev
docs: small fix for NDK download table

Change-Id: Ib014e0310960cf10566a6d04aee2acb81346a20c

10 years agodocs: small fix for NDK download table
Joe Fernandez [Fri, 26 Jul 2013 00:05:06 +0000 (17:05 -0700)]
docs: small fix for NDK download table

Change-Id: Ib014e0310960cf10566a6d04aee2acb81346a20c

10 years agoAdd new table rows for legacy ndk downloads.
Dirk Dougherty [Thu, 25 Jul 2013 22:26:07 +0000 (15:26 -0700)]
Add new table rows for legacy ndk downloads.

Change-Id: If8ebc459415a22719d351d87a55ddeb4ddb6b3ba

10 years agoMerge "remove renderscript support lib from javadocs" into jb-mr2-ub-dev
Scott Main [Wed, 24 Jul 2013 04:03:20 +0000 (04:03 +0000)]
Merge "remove renderscript support lib from javadocs" into jb-mr2-ub-dev

10 years agoremove renderscript support lib from javadocs
Scott Main [Wed, 24 Jul 2013 04:00:50 +0000 (21:00 -0700)]
remove renderscript support lib from javadocs

Change-Id: I6b06bdcdae79442dbf471816cd1cf6f90873f1b2

10 years agofix the api level filter (wasn't greying out APIs on page load)
Scott Main [Wed, 24 Jul 2013 03:48:54 +0000 (20:48 -0700)]
fix the api level filter (wasn't greying out APIs on page load)

Change-Id: Iaafe8c0652856eaff6725491f21581969e94f430

10 years agoremove margin changes for paragraphs in collapse container
Scott Main [Tue, 23 Jul 2013 19:41:25 +0000 (12:41 -0700)]
remove margin changes for paragraphs in collapse container

Change-Id: I5ee51699cb473334e1c3cfb520c8145466eea265

11 years agoedit code-caption style margin
Scott Main [Wed, 17 Jul 2013 20:15:04 +0000 (13:15 -0700)]
edit code-caption style margin

Change-Id: I63c58015ca9037621c5d4c3929620ebd2203f5ad

11 years agoMerge changes Id6de3e74,I1e96cbd7 into jb-mr2-dev
Scott Main [Mon, 15 Jul 2013 21:15:25 +0000 (21:15 +0000)]
Merge changes Id6de3e74,I1e96cbd7 into jb-mr2-dev

* changes:
  fix design/develop boxes float
  add style to add nexus 4 frame to screenshots

11 years agoFix $(so_suffix) error.
Ying Wang [Mon, 15 Jul 2013 15:47:33 +0000 (08:47 -0700)]
Fix $(so_suffix) error.

Change-Id: I32cb4d4efe0a473e67a54c035df4dd82b6e4a3f0
(cherry picked from commit 80b71fa326e4b5d9510d528c8feb08e28376a350)

11 years agoEstablish the built module dependencies on prebuilt shared library
Ying Wang [Sat, 13 Jul 2013 05:05:14 +0000 (22:05 -0700)]
Establish the built module dependencies on prebuilt shared library

This is needed because the linker command line uses -rpath-link with
built module path ($(*_OUT_INTERMEDIATE_LIBRARIES)) to search for indirect
dependency libraries.

Change-Id: I21d537c7c697dfb18df25d3d2bb7bffe2f9d370f
(cherry picked from commit ada8f296570e0bda93b433a7aa86ad138dd1705e)

11 years agofix design/develop boxes float
Scott Main [Sat, 13 Jul 2013 02:22:24 +0000 (19:22 -0700)]
fix design/develop boxes float

Change-Id: Id6de3e74667f5cc485290509919e0f5cce689505

11 years agoadd style to add nexus 4 frame to screenshots
Scott Main [Wed, 10 Jul 2013 23:36:05 +0000 (16:36 -0700)]
add style to add nexus 4 frame to screenshots

Change-Id: I1e96cbd755c4c6f88c807160b9a86b77a5ebed74

11 years agoMerge "Revert "Remove mediarouter v7 support library from SDK."" into jb-mr2-dev
Jeff Brown [Tue, 9 Jul 2013 23:44:40 +0000 (23:44 +0000)]
Merge "Revert "Remove mediarouter v7 support library from SDK."" into jb-mr2-dev

11 years agoRevert "Remove mediarouter v7 support library from SDK."
Jeff Brown [Tue, 9 Jul 2013 00:35:00 +0000 (00:35 +0000)]
Revert "Remove mediarouter v7 support library from SDK."

This reverts commit 0eacd936b7d6dabd380ecd6f1d25d39625b37495.

Bug: 9425325
Change-Id: Idf81e6721fb4361a38ffd73d39c574c2cb2b1155

11 years agoam ccc15faf: am 56811475: am 5386532e: Merge "Doc change: Move butterbar css to templ...
Dirk Dougherty [Tue, 9 Jul 2013 00:33:58 +0000 (17:33 -0700)]
am ccc15faf: am 56811475: am 5386532e: Merge "Doc change: Move butterbar css to template assets." into jb-mr1.1-ub-dev

* commit 'ccc15faf56ad46f973800cb6bd41b4634b9192a0':
  Doc change: Move butterbar css to template assets.

11 years agoam 56811475: am 5386532e: Merge "Doc change: Move butterbar css to template assets...
Dirk Dougherty [Tue, 9 Jul 2013 00:32:03 +0000 (17:32 -0700)]
am 56811475: am 5386532e: Merge "Doc change: Move butterbar css to template assets." into jb-mr1.1-ub-dev

* commit '56811475202ededf0c76bf9b28d3e27d5761d747':
  Doc change: Move butterbar css to template assets.

11 years agoam 5386532e: Merge "Doc change: Move butterbar css to template assets." into jb-mr1...
Dirk Dougherty [Tue, 9 Jul 2013 00:29:54 +0000 (17:29 -0700)]
am 5386532e: Merge "Doc change: Move butterbar css to template assets." into jb-mr1.1-ub-dev

* commit '5386532e03bbc76bcdf8a76877ef460bfe764925':
  Doc change: Move butterbar css to template assets.

11 years agoMerge "Doc change: Move butterbar css to template assets." into jb-mr1.1-ub-dev
Dirk Dougherty [Tue, 9 Jul 2013 00:28:40 +0000 (00:28 +0000)]
Merge "Doc change: Move butterbar css to template assets." into jb-mr1.1-ub-dev

11 years agoDoc change: Move butterbar css to template assets.
Dirk Dougherty [Mon, 8 Jul 2013 23:05:05 +0000 (16:05 -0700)]
Doc change: Move butterbar css to template assets.

Change-Id: Ifa116fe304150c7c663b8088e00349ffdc69017c

11 years agoam fb2bb3d8: am 51852a3f: am 8c0f5b3a: enable download box style for qv sidebox
Scott Main [Mon, 8 Jul 2013 22:28:53 +0000 (15:28 -0700)]
am fb2bb3d8: am 51852a3f: am 8c0f5b3a: enable download box style for qv sidebox

* commit 'fb2bb3d867fcdd3add7e30d1cbb6b956d3fce89e':
  enable download box style for qv sidebox

11 years agoam 51852a3f: am 8c0f5b3a: enable download box style for qv sidebox
Scott Main [Mon, 8 Jul 2013 22:27:50 +0000 (15:27 -0700)]
am 51852a3f: am 8c0f5b3a: enable download box style for qv sidebox

* commit '51852a3fc1120fdad1f309613439e9b42e497318':
  enable download box style for qv sidebox

11 years agoam 8c0f5b3a: enable download box style for qv sidebox
Scott Main [Mon, 8 Jul 2013 22:25:55 +0000 (15:25 -0700)]
am 8c0f5b3a: enable download box style for qv sidebox

* commit '8c0f5b3aefac3c824155cf883e61b021a6d8fd8f':
  enable download box style for qv sidebox

11 years agoenable download box style for qv sidebox
Scott Main [Mon, 8 Jul 2013 22:12:02 +0000 (15:12 -0700)]
enable download box style for qv sidebox

Change-Id: I209e9971d886e45498aab0b4d43241ded5285f24

11 years agoDon't build clatd without clatd.conf.
Lorenzo Colitti [Mon, 8 Jul 2013 10:43:42 +0000 (19:43 +0900)]
Don't build clatd without clatd.conf.

Bug: 9730936
Change-Id: I2c50422c7b502d5b9bdc01afb55d25353f6c7088

11 years agoRespect DISABLE_PROGUARD
Ying Wang [Fri, 28 Jun 2013 20:37:27 +0000 (13:37 -0700)]
Respect DISABLE_PROGUARD

The flag is only used by unbundled build currently.

Change-Id: I8e9bab69dd7accae52ec8cdd627fc4e24178a790

11 years agoFix use of LOCAL_CLASSPATH in droiddoc.mk
Ying Wang [Tue, 25 Jun 2013 19:34:11 +0000 (12:34 -0700)]
Fix use of LOCAL_CLASSPATH in droiddoc.mk

Remove the unnecessary use of LOCAL_STATIC_JAVA_LIBRARIES.
You should use LOCAL_JAVA_LIBRARIES in that case.

Change-Id: I0b51b5b22530722e48193e5b4e964e8835f193af
(cherry picked from commit 8578cab0667cf3a3da263d838e29b07060af9ba7)

11 years agoalign sidebox with content body
Scott Main [Thu, 20 Jun 2013 03:25:34 +0000 (20:25 -0700)]
align sidebox with content body

Change-Id: Id6cd8cdd1b21b8ceda2a6931bb69f096c0d6deb1

11 years agoupdate design/develop link icons to 2x for high res display
Scott Main [Thu, 20 Jun 2013 01:48:27 +0000 (18:48 -0700)]
update design/develop link icons to 2x for high res display

Change-Id: I09560c395088e0f8d835199a6eb4267af50bddaa

11 years agoadd style for links to Design docs from developer docs
Scott Main [Thu, 20 Jun 2013 01:04:30 +0000 (18:04 -0700)]
add style for links to Design docs from developer docs

Change-Id: I0f7e561c98277fb1b6b9c0b95a2ed7eef890c6db

11 years agoadd new script to toggle visibility of nested list items.
Scott Main [Mon, 17 Jun 2013 22:08:49 +0000 (15:08 -0700)]
add new script to toggle visibility of nested list items.
call hideNestedItems(), giving it the parent list to toggle and the <a> element that performs the toggle

Change-Id: I6f1ee74b957f88c23550145c6ed057d8e7797c99

11 years agoRemove mediarouter v7 support library from SDK.
Jeff Brown [Fri, 14 Jun 2013 22:46:29 +0000 (15:46 -0700)]
Remove mediarouter v7 support library from SDK.

Bug: 9425325
Change-Id: Iba64455cf8bcf4892ff9bf10628e7b5272787a1e

11 years agoDist static Java library modules.
Ying Wang [Wed, 12 Jun 2013 22:25:23 +0000 (15:25 -0700)]
Dist static Java library modules.

With this change, we can build and dist static jar files, as well as
apks.

Bug: 9386024
Change-Id: Iab4660d8dfd7a2d164714a2124445de298075901

11 years agoTweak proguard flags in the 2 files.
Ying Wang [Thu, 30 May 2013 17:45:46 +0000 (10:45 -0700)]
Tweak proguard flags in the 2 files.

So all most commonly-used flags go to proguard_basic_keeps.flags
and they will still be applied when LOCAL_PROGUARD_ENABLED=nosystem.
Bug: 9203442

Change-Id: If018076dc625ac1efe31898b179dbba850218aaf

11 years agoAdd support for using custom signapk.jar.
T.R. Fullhart [Mon, 18 Mar 2013 17:31:26 +0000 (10:31 -0700)]
Add support for using custom signapk.jar.

Details:
* New --signapk_path, --extra_signapk_args, --java_path.
* New --public_key_suffix, --private_key_suffix so you can change the filenames.
* Fixes raising exceptions on error.

Change-Id: I0b7014b6d779d52ae896f95dfecb1bcccf536cf4
(cherry picked from commit a28acc6972ce35e9dfab061f175e229859d3e4db)

11 years agodocs: Adding styles needed by devices/tech/dalvik/dalvik-bytecode.html
Clay Murphy [Wed, 5 Jun 2013 18:06:02 +0000 (11:06 -0700)]
docs: Adding styles needed by devices/tech/dalvik/dalvik-bytecode.html
Bug: 8905394

Change-Id: I3a89f9da01d92efd2ea6d9900305ea16a0316d63

11 years agoMerge "add renderscript to support library javadocs" into jb-mr2-dev
Stephen Hines [Thu, 30 May 2013 21:09:35 +0000 (21:09 +0000)]
Merge "add renderscript to support library javadocs" into jb-mr2-dev

11 years agoMerge "Fix signing process for SELinux file_contexts" into jb-mr2-dev
Kenny Root [Wed, 29 May 2013 22:13:31 +0000 (22:13 +0000)]
Merge "Fix signing process for SELinux file_contexts" into jb-mr2-dev

11 years agoFix signing process for SELinux file_contexts
Kenny Root [Wed, 29 May 2013 19:59:35 +0000 (12:59 -0700)]
Fix signing process for SELinux file_contexts

When not building locally and just using a target-files.zip from some
other build, it still tries to access the file_contexts from the out/
directory. This change instead looks at the unzipped target-files.zip
hierarchy to grab that information.

Bug: 9191141
Change-Id: I6ea12e82d6c6376fcada412314c5eefc97ff4853

11 years agoadd renderscript to support library javadocs
Scott Main [Tue, 28 May 2013 21:53:22 +0000 (14:53 -0700)]
add renderscript to support library javadocs

Bug: 9188088

Change-Id: I7c34a99b73dc01c78174e5b93e5a5d3085ff81ff

11 years agoRevert "Add the sepolicy.version file to the root directory."
repo sync [Fri, 17 May 2013 19:57:52 +0000 (12:57 -0700)]
Revert "Add the sepolicy.version file to the root directory."

This reverts commit 83f646a0efdf69d84d3eb828eec74ec3881074f2.

11 years agoSplit out proguard_basic_keeps.flags
Ying Wang [Fri, 17 May 2013 17:02:00 +0000 (10:02 -0700)]
Split out proguard_basic_keeps.flags

For 'LOCAL_PROGUARD_ENABLED := nosystem' we still include
proguard_basic_keeps.flags.

Change-Id: I43ee7e98d2aaeb84879441f90ab6839c0e8f4e65

11 years agoMerge "Add the sepolicy.version file to the root directory." into jb-mr2-dev
repo sync [Wed, 15 May 2013 17:31:01 +0000 (17:31 +0000)]
Merge "Add the sepolicy.version file to the root directory." into jb-mr2-dev

11 years agoam 246089b1: am 87ef69ef: am 686f55a5: am 5b146f22: am e5862e8a: Doc change: css...
Dirk Dougherty [Wed, 15 May 2013 12:32:02 +0000 (05:32 -0700)]
am 246089b1: am 87ef69ef: am 686f55a5: am 5b146f22: am e5862e8a: Doc change: css for distribute links.

* commit '246089b15a168ff6e632b23b24f2904faa90fd1b':
  Doc change: css for distribute links.

11 years agoam 87ef69ef: am 686f55a5: am 5b146f22: am e5862e8a: Doc change: css for distribute...
Dirk Dougherty [Wed, 15 May 2013 12:28:09 +0000 (05:28 -0700)]
am 87ef69ef: am 686f55a5: am 5b146f22: am e5862e8a: Doc change: css for distribute links.

* commit '87ef69eff92c56b13532e1732e9950c6497e7eca':
  Doc change: css for distribute links.

11 years agoam 686f55a5: am 5b146f22: am e5862e8a: Doc change: css for distribute links.
Dirk Dougherty [Wed, 15 May 2013 11:29:44 +0000 (04:29 -0700)]
am 686f55a5: am 5b146f22: am e5862e8a: Doc change: css for distribute links.

* commit '686f55a596f3abcb17184e6005fbd3d5691b9dbb':
  Doc change: css for distribute links.

11 years agoam 5b146f22: am e5862e8a: Doc change: css for distribute links.
Dirk Dougherty [Wed, 15 May 2013 11:25:47 +0000 (04:25 -0700)]
am 5b146f22: am e5862e8a: Doc change: css for distribute links.

* commit '5b146f227a3dfaa62b8e40f3a2b7a21991c09a4a':
  Doc change: css for distribute links.

11 years agoam e5862e8a: Doc change: css for distribute links.
Dirk Dougherty [Wed, 15 May 2013 11:20:58 +0000 (04:20 -0700)]
am e5862e8a: Doc change: css for distribute links.

* commit 'e5862e8a1e92fc8d569600b8c61866d86c3872f0':
  Doc change: css for distribute links.

11 years agoDoc change: css for distribute links.
Dirk Dougherty [Wed, 15 May 2013 09:19:54 +0000 (02:19 -0700)]
Doc change: css for distribute links.

Change-Id: Ifc74ea3f6099484b9c7549f8e8684dda4aeaf96f

11 years agoam 34198387: am 216c09a0: am 382b121c: am 3d2121f0: am 0b2db169: add \'go-link\'...
Scott Main [Wed, 15 May 2013 08:31:21 +0000 (01:31 -0700)]
am 34198387: am 216c09a0: am 382b121c: am 3d2121f0: am 0b2db169: add \'go-link\' style for "next" style arrows w/o the javascript effects

* commit '34198387201affd9409ad78a918c988e6a92036c':
  add 'go-link' style for "next" style arrows w/o the javascript effects

11 years agoam 216c09a0: am 382b121c: am 3d2121f0: am 0b2db169: add \'go-link\' style for "next...
Scott Main [Wed, 15 May 2013 08:29:01 +0000 (01:29 -0700)]
am 216c09a0: am 382b121c: am 3d2121f0: am 0b2db169: add \'go-link\' style for "next" style arrows w/o the javascript effects

* commit '216c09a0787498960be53a3e6bb185d4982e3466':
  add 'go-link' style for "next" style arrows w/o the javascript effects

11 years agoam 382b121c: am 3d2121f0: am 0b2db169: add \'go-link\' style for "next" style arrows...
Scott Main [Wed, 15 May 2013 08:26:59 +0000 (01:26 -0700)]
am 382b121c: am 3d2121f0: am 0b2db169: add \'go-link\' style for "next" style arrows w/o the javascript effects

* commit '382b121c0c65758d33690f79eb97fca727bdfcb5':
  add 'go-link' style for "next" style arrows w/o the javascript effects

11 years agoam 3d2121f0: am 0b2db169: add \'go-link\' style for "next" style arrows w/o the javas...
Scott Main [Wed, 15 May 2013 08:25:00 +0000 (01:25 -0700)]
am 3d2121f0: am 0b2db169: add \'go-link\' style for "next" style arrows w/o the javascript effects

* commit '3d2121f0c951c6e6b621bd892da5836f005f00e1':
  add 'go-link' style for "next" style arrows w/o the javascript effects

11 years agoam 0b2db169: add \'go-link\' style for "next" style arrows w/o the javascript effects
Scott Main [Wed, 15 May 2013 08:23:53 +0000 (01:23 -0700)]
am 0b2db169: add \'go-link\' style for "next" style arrows w/o the javascript effects

* commit '0b2db169cb2530ff39d7fa3c591f5fdd93a81dd6':
  add 'go-link' style for "next" style arrows w/o the javascript effects

11 years agoadd 'go-link' style for "next" style arrows w/o the javascript effects
Scott Main [Wed, 15 May 2013 08:15:50 +0000 (01:15 -0700)]
add 'go-link' style for "next" style arrows w/o the javascript effects

Change-Id: I2950579b2657bdacfe038790668959d607a60277

11 years agoMerge "Don't build librs.*.so in bundled branches since we'll use native RS." into...
Tim Murray [Tue, 14 May 2013 19:42:53 +0000 (19:42 +0000)]
Merge "Don't build librs.*.so in bundled branches since we'll use native RS." into jb-mr2-dev

11 years agoam 7a36c073: am 50eb3c47: am 9bfcd733: adjustments to developer notice style
Scott Main [Tue, 14 May 2013 18:08:18 +0000 (11:08 -0700)]
am 7a36c073: am 50eb3c47: am 9bfcd733: adjustments to developer notice style

* commit '7a36c07308e8883023186bf2165ea675bf183969':
  adjustments to developer notice style

11 years agoam 50eb3c47: am 9bfcd733: adjustments to developer notice style
Scott Main [Tue, 14 May 2013 18:06:50 +0000 (11:06 -0700)]
am 50eb3c47: am 9bfcd733: adjustments to developer notice style

* commit '50eb3c47def75cffefe5ed2ef2d442a196ed6a14':
  adjustments to developer notice style

11 years agoam 9bfcd733: adjustments to developer notice style
Scott Main [Tue, 14 May 2013 18:05:03 +0000 (11:05 -0700)]
am 9bfcd733: adjustments to developer notice style

* commit '9bfcd733cf13aa837c41c7c48cbfa7b612e79665':
  adjustments to developer notice style

11 years agoadjustments to developer notice style
Scott Main [Tue, 14 May 2013 16:14:35 +0000 (09:14 -0700)]
adjustments to developer notice style

Change-Id: Id5ffd85524afc79c005dc3884e442e777fe54b5f

11 years agoam 5ea9ac16: am 85739fc5: am e1b9d41f: Merge "add styles for crosslink from design...
Scott Main [Tue, 14 May 2013 06:30:24 +0000 (23:30 -0700)]
am 5ea9ac16: am 85739fc5: am e1b9d41f: Merge "add styles for crosslink from design to develop docs" into jb-mr1.1-ub-dev

* commit '5ea9ac1696bc2e92f037eda9bd27492bfcf0af50':
  add styles for crosslink from design to develop docs

11 years agoam 85739fc5: am e1b9d41f: Merge "add styles for crosslink from design to develop...
Scott Main [Tue, 14 May 2013 06:28:16 +0000 (23:28 -0700)]
am 85739fc5: am e1b9d41f: Merge "add styles for crosslink from design to develop docs" into jb-mr1.1-ub-dev

* commit '85739fc5e4d8fff0b082befe89f9a0e96098f178':
  add styles for crosslink from design to develop docs

11 years agoam e1b9d41f: Merge "add styles for crosslink from design to develop docs" into jb...
Scott Main [Tue, 14 May 2013 06:26:44 +0000 (23:26 -0700)]
am e1b9d41f: Merge "add styles for crosslink from design to develop docs" into jb-mr1.1-ub-dev

* commit 'e1b9d41f0b37eba6ad7e13381e648d2b00e80962':
  add styles for crosslink from design to develop docs

11 years agoMerge "add styles for crosslink from design to develop docs" into jb-mr1.1-ub-dev
Scott Main [Tue, 14 May 2013 01:54:48 +0000 (01:54 +0000)]
Merge "add styles for crosslink from design to develop docs" into jb-mr1.1-ub-dev

11 years agoadd styles for crosslink from design to develop docs
Scott Main [Tue, 14 May 2013 01:39:06 +0000 (18:39 -0700)]
add styles for crosslink from design to develop docs

Change-Id: Ia6ad4f03cec5a26fd9b7585be05f46efa2eeca7e

11 years agoDon't build librs.*.so in bundled branches since we'll use native RS.
Tim Murray [Mon, 13 May 2013 22:46:37 +0000 (15:46 -0700)]
Don't build librs.*.so in bundled branches since we'll use native RS.

bug 8939828

Change-Id: I3f991ad7b6b1590063a9048326fd95edc483af13

11 years agoAdd the sepolicy.version file to the root directory.
repo sync [Fri, 10 May 2013 08:23:22 +0000 (01:23 -0700)]
Add the sepolicy.version file to the root directory.

Bug: 8841348
Change-Id: I9b4b096eb11b332a4c2c3cb8df179cf611a7ff43

11 years agoam 6ec4a2c6: am 3d86e283: am 3fe8acbc: am 4c9a8dc2: am d458f0a9: fix links
Robert Ly [Wed, 8 May 2013 23:21:03 +0000 (16:21 -0700)]
am 6ec4a2c6: am 3d86e283: am 3fe8acbc: am 4c9a8dc2: am d458f0a9: fix links

* commit '6ec4a2c6836c1e0b83613ab033f29503b22977bf':
  fix links

11 years agoam 3d86e283: am 3fe8acbc: am 4c9a8dc2: am d458f0a9: fix links
Robert Ly [Wed, 8 May 2013 23:19:08 +0000 (16:19 -0700)]
am 3d86e283: am 3fe8acbc: am 4c9a8dc2: am d458f0a9: fix links

* commit '3d86e2833e94e0cfa6b04ff159bcdd98b062a4d2':
  fix links

11 years agoam 3fe8acbc: am 4c9a8dc2: am d458f0a9: fix links
Robert Ly [Wed, 8 May 2013 23:17:07 +0000 (16:17 -0700)]
am 3fe8acbc: am 4c9a8dc2: am d458f0a9: fix links

* commit '3fe8acbcdc42999160ebbf232af501bf5b1cd4a8':
  fix links

11 years agoam 4c9a8dc2: am d458f0a9: fix links
Robert Ly [Wed, 8 May 2013 23:16:21 +0000 (16:16 -0700)]
am 4c9a8dc2: am d458f0a9: fix links

* commit '4c9a8dc2cf0edea27c8014fe99b8c1676ee34543':
  fix links