OSDN Git Service

android-x86/build.git
10 years agoam c5b72527: am ec3c15e5: am 04c4d34d: am 7311a344: Make it easier to enable obfuscat...
Ying Wang [Fri, 23 Aug 2013 17:17:35 +0000 (10:17 -0700)]
am c5b72527: am ec3c15e5: am 04c4d34d: am 7311a344: Make it easier to enable obfuscation and optimization.

* commit 'c5b72527d30602568dad9fd310e82b6b12fc1106':
  Make it easier to enable obfuscation and optimization.

10 years agoam ec3c15e5: am 04c4d34d: am 7311a344: Make it easier to enable obfuscation and optim...
Ying Wang [Fri, 23 Aug 2013 17:12:26 +0000 (10:12 -0700)]
am ec3c15e5: am 04c4d34d: am 7311a344: Make it easier to enable obfuscation and optimization.

* commit 'ec3c15e5c7c11cf3a831898f286c7eb7c216e50f':
  Make it easier to enable obfuscation and optimization.

10 years agoam 04c4d34d: am 7311a344: Make it easier to enable obfuscation and optimization.
Ying Wang [Fri, 23 Aug 2013 17:09:27 +0000 (10:09 -0700)]
am 04c4d34d: am 7311a344: Make it easier to enable obfuscation and optimization.

* commit '04c4d34d4fdb56c824abf39239d2c87806706b7e':
  Make it easier to enable obfuscation and optimization.

10 years agoam 7311a344: Make it easier to enable obfuscation and optimization.
Ying Wang [Fri, 23 Aug 2013 17:06:58 +0000 (10:06 -0700)]
am 7311a344: Make it easier to enable obfuscation and optimization.

* commit '7311a344bed507062e781ba70331d85652c217d8':
  Make it easier to enable obfuscation and optimization.

10 years agoam af57f8f8: Remove input flinger stubs. (DO NOT MERGE)
Jeff Brown [Fri, 23 Aug 2013 02:34:05 +0000 (19:34 -0700)]
am af57f8f8: Remove input flinger stubs.  (DO NOT MERGE)

* commit 'af57f8f8cd9e245331505b599dccfa3e9d43fc6a':
  Remove input flinger stubs.  (DO NOT MERGE)

10 years agoRemove input flinger stubs. (DO NOT MERGE)
Jeff Brown [Fri, 23 Aug 2013 01:37:11 +0000 (18:37 -0700)]
Remove input flinger stubs.  (DO NOT MERGE)

Bug: 10446930
Change-Id: Ifea564dce9b7b2f8a792dde4119316211febfd59

10 years agoMake it easier to enable obfuscation and optimization.
Ying Wang [Thu, 22 Aug 2013 01:32:49 +0000 (18:32 -0700)]
Make it easier to enable obfuscation and optimization.

With this change, use:
* LOCAL_PROGUARD_ENABLED := obfuscation  # to enable obfuscation
* LOCAL_PROGUARD_ENABLED := optimization # to enable optimization
* LOCAL_PROGUARD_ENABLED := obfuscation optimization # to enable both

Now the meaning of the LOCAL_PROGUARD_ENABLED options:
* full:
    Use the build system's default configurations:
    with shrink but no obfuscation or optimization,
    global proguard flags in build/core/proguard.flags
    are applied.
* custom:
    The same as "full" except no aapt-generated resource-related
    proguard flags.
* nosystem:
    Don't use any build system's default configurations; but
    aapt-generated proguard flags are still applied. You are
    responsible for any other flags.
* disabled:
    Disable proguard.
* obfuscation:
    The same as "full" but with obfuscation enabled.
* optimization:
    The same as "full" but with optimization enabled.
* no value (the default):
    The build system chooses the proper value: "full" if it's an
    app; "disabled" if it's a library.

You can use more than 1 of them in a meaningful combination,
for example:
LOCAL_PROGUARD_ENABLED := obfuscation optimization

Bug: 10307372
Change-Id: Id248caca3048e99547f16559fae74f4afe85c354

10 years agoam bdee9fbe: am 504dbfc3: am fc8140d3: am d4645ea9: remove project structure from...
Scott Main [Thu, 22 Aug 2013 23:42:50 +0000 (16:42 -0700)]
am bdee9fbe: am 504dbfc3: am fc8140d3: am d4645ea9: remove project structure from sample landing pages

* commit 'bdee9fbe939d13e76cb45aabbcc85a22551ae297':
  remove project structure from sample landing pages

10 years agoam 504dbfc3: am fc8140d3: am d4645ea9: remove project structure from sample landing...
Scott Main [Thu, 22 Aug 2013 23:39:35 +0000 (16:39 -0700)]
am 504dbfc3: am fc8140d3: am d4645ea9: remove project structure from sample landing pages

* commit '504dbfc3b984e3e7981acba8f0b6e65348838bcd':
  remove project structure from sample landing pages

10 years agoam fc8140d3: am d4645ea9: remove project structure from sample landing pages
Scott Main [Thu, 22 Aug 2013 23:37:41 +0000 (16:37 -0700)]
am fc8140d3: am d4645ea9: remove project structure from sample landing pages

* commit 'fc8140d32afaef4e7af2a76480452aa3ca0009cc':
  remove project structure from sample landing pages

10 years agoam d4645ea9: remove project structure from sample landing pages
Scott Main [Thu, 22 Aug 2013 23:36:20 +0000 (16:36 -0700)]
am d4645ea9: remove project structure from sample landing pages

* commit 'd4645ea9d483525175d3d65e7ca90d018f9aa8e9':
  remove project structure from sample landing pages

10 years agoam 1ebd160a: am c120c3fe: am 1ef0d363: am 285f0772: Merge "clean up the sample templa...
Scott Main [Thu, 22 Aug 2013 23:34:00 +0000 (16:34 -0700)]
am 1ebd160a: am c120c3fe: am 1ef0d363: am 285f0772: Merge "clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav" into jb-mr2-docs

* commit '1ebd160a823668d42a3f8216370035da2b8e7d36':
  clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav

10 years agoam ac2fbe85: am f1d5a3b1: am 2b9846d9: am f0093857: fix a couple bugs in sidenav...
Scott Main [Thu, 22 Aug 2013 23:34:00 +0000 (16:34 -0700)]
am ac2fbe85: am f1d5a3b1: am 2b9846d9: am f0093857: fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.

* commit 'ac2fbe8507f7295681a528e6858a0fb6676f7324':
  fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.

10 years agoam c120c3fe: am 1ef0d363: am 285f0772: Merge "clean up the sample template files...
Scott Main [Thu, 22 Aug 2013 23:32:12 +0000 (16:32 -0700)]
am c120c3fe: am 1ef0d363: am 285f0772: Merge "clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav" into jb-mr2-docs

* commit 'c120c3fecb193835d56beec245913111f2fc8e41':
  clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav

10 years agoam f1d5a3b1: am 2b9846d9: am f0093857: fix a couple bugs in sidenav for samples....
Scott Main [Thu, 22 Aug 2013 23:32:12 +0000 (16:32 -0700)]
am f1d5a3b1: am 2b9846d9: am f0093857: fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.

* commit 'f1d5a3b117ca827c26d901875ac69e2fde0fb106':
  fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.

10 years agoremove project structure from sample landing pages
Scott Main [Thu, 22 Aug 2013 23:25:15 +0000 (16:25 -0700)]
remove project structure from sample landing pages

Change-Id: I646aa996ce518421567c09bbb3a0cd8b4875d530

10 years agoam 1ef0d363: am 285f0772: Merge "clean up the sample template files to remove unused...
Scott Main [Thu, 22 Aug 2013 23:28:13 +0000 (16:28 -0700)]
am 1ef0d363: am 285f0772: Merge "clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav" into jb-mr2-docs

* commit '1ef0d36382388e51d011d2dd481d11750a4a858a':
  clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav

10 years agoam 2b9846d9: am f0093857: fix a couple bugs in sidenav for samples. Previously, click...
Scott Main [Thu, 22 Aug 2013 23:28:13 +0000 (16:28 -0700)]
am 2b9846d9: am f0093857: fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.

* commit '2b9846d9d1c075068d192f75f73f44896c95b7db':
  fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.

10 years agoam 285f0772: Merge "clean up the sample template files to remove unused stuff and...
Scott Main [Thu, 22 Aug 2013 23:23:48 +0000 (16:23 -0700)]
am 285f0772: Merge "clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav" into jb-mr2-docs

* commit '285f07722d86f422166811ffc810535a97c1eb1e':
  clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav

10 years agoam f0093857: fix a couple bugs in sidenav for samples. Previously, clicking a link...
Scott Main [Thu, 22 Aug 2013 23:23:47 +0000 (16:23 -0700)]
am f0093857: fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.

* commit 'f009385738c8201e8a964a567acb59ee14fc2116':
  fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.

10 years agoMerge "clean up the sample template files to remove unused stuff and fix the collapsi...
Scott Main [Thu, 22 Aug 2013 23:22:09 +0000 (23:22 +0000)]
Merge "clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav" into jb-mr2-docs

10 years agoclean up the sample template files to remove unused stuff
Scott Main [Thu, 22 Aug 2013 23:03:21 +0000 (16:03 -0700)]
clean up the sample template files to remove unused stuff
and fix the collapsible project list
and highlight the Samples nav

Change-Id: I8baf5874ae709c914aae47ffb04fc8e0b84e8dea

10 years agofix a couple bugs in sidenav for samples.
Scott Main [Thu, 22 Aug 2013 18:37:11 +0000 (11:37 -0700)]
fix a couple bugs in sidenav for samples.
Previously, clicking a link still invoked the expand collapse behavior.
Previously, collapsing a parent item did not also collapse its children.

Change-Id: Iac0b9208bfbab79e9715850f9a192c22250d0673

10 years agoam 40371463: am fa704681: am a320b99a: am 498d710a: modify sample template and add...
Scott Main [Thu, 22 Aug 2013 02:18:48 +0000 (19:18 -0700)]
am 40371463: am fa704681: am a320b99a: 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 ma

* commit '40371463865331f3d7604891bb70c0a37dbf36ae':
  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 agoam fa704681: am a320b99a: am 498d710a: modify sample template and add new css/script...
Scott Main [Thu, 22 Aug 2013 00:44:52 +0000 (17:44 -0700)]
am fa704681: am a320b99a: 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-

* commit 'fa704681f9109eb25e19ab4eeb53636e92501c55':
  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 agoam a320b99a: am 498d710a: modify sample template and add new css/script for new numbe...
Scott Main [Wed, 21 Aug 2013 23:31:52 +0000 (16:31 -0700)]
am a320b99a: 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. A

* commit 'a320b99a2db0f038c122a3ab712adf231b99f380':
  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 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 a01ec9bb: Add New languages.
Baligh Uddin [Wed, 21 Aug 2013 19:46:51 +0000 (12:46 -0700)]
am a01ec9bb: Add New languages.

* commit 'a01ec9bbdd3fe554e00fdd79b5f1ad063c477581':
  Add New languages.

10 years agoam ac2cb396: am 929b3a24: Merge "Adding the missing audio files into the SDK system...
Ying Wang [Wed, 21 Aug 2013 19:46:09 +0000 (12:46 -0700)]
am ac2cb396: am 929b3a24: Merge "Adding the missing audio files into the SDK system image"

* commit 'ac2cb3965076c30698190769eb6606fde111748b':
  Adding the missing audio files into the SDK system image

10 years agoAdd New languages.
Baligh Uddin [Wed, 21 Aug 2013 19:44:02 +0000 (12:44 -0700)]
Add New languages.

Bug: 10246852

10 years agoam 929b3a24: Merge "Adding the missing audio files into the SDK system image"
Ying Wang [Wed, 21 Aug 2013 19:43:55 +0000 (12:43 -0700)]
am 929b3a24: Merge "Adding the missing audio files into the SDK system image"

* commit '929b3a24b0c1b1ff2488ef08f05040c63aeaa9ed':
  Adding the missing audio files into the SDK system image

10 years agoMerge "Adding the missing audio files into the SDK system image"
Ying Wang [Wed, 21 Aug 2013 19:42:14 +0000 (19:42 +0000)]
Merge "Adding the missing audio files into the SDK system image"

10 years agoam 0735c5f0: Remove ApplicationsProvider.
Mathew Inwood [Wed, 21 Aug 2013 17:13:33 +0000 (10:13 -0700)]
am 0735c5f0: Remove ApplicationsProvider.

* commit '0735c5f08cd6dd617965c57ca5607b2c26c7ca6e':
  Remove ApplicationsProvider.

10 years agoRemove ApplicationsProvider.
Mathew Inwood [Wed, 21 Aug 2013 10:13:18 +0000 (11:13 +0100)]
Remove ApplicationsProvider.

ApplicationsProvider is going away since it's no longer needed. Remove it
from the build config.

Also add cleansteps to remove the APK & intermediates.

Bug: 10407790
Change-Id: I0b273d22e309822fde6d753b541f7ac648607b4e

10 years agoam 91efe6bb: Merge "Enhance \'stacks\' script to handle native processes." into klp-dev
Jeff Brown [Wed, 21 Aug 2013 00:32:45 +0000 (17:32 -0700)]
am 91efe6bb: Merge "Enhance \'stacks\' script to handle native processes." into klp-dev

* commit '91efe6bbb7bd05038b7ec4e713b70582b7dd53a2':
  Enhance 'stacks' script to handle native processes.

10 years agoam 0dcef01e: am feb45280: am 8088dd2f: am ad08f07c: new version of script to build...
Scott Main [Wed, 21 Aug 2013 00:32:44 +0000 (17:32 -0700)]
am 0dcef01e: am feb45280: am 8088dd2f: 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 '0dcef01e1e08ca61754cbfd8ebe8d13696beb31e':
  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 agoMerge "Enhance 'stacks' script to handle native processes." into klp-dev
Jeff Brown [Wed, 21 Aug 2013 00:29:46 +0000 (00:29 +0000)]
Merge "Enhance 'stacks' script to handle native processes." into klp-dev

10 years agoam feb45280: am 8088dd2f: am ad08f07c: new version of script to build sidenav lists...
Scott Main [Wed, 21 Aug 2013 00:28:14 +0000 (17:28 -0700)]
am feb45280: am 8088dd2f: 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 'feb45280aa67e4fd7280d15caae3673b82895624':
  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 agoam 8088dd2f: am ad08f07c: new version of script to build sidenav lists dynamically...
Scott Main [Wed, 21 Aug 2013 00:24:01 +0000 (17:24 -0700)]
am 8088dd2f: 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 '8088dd2f83ae17a1343de87750d39f8264d7b7bc':
  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 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 d33c33f7: Merge "Remove old PAC dependency and add new one." into klp-dev
Jason Monk [Tue, 20 Aug 2013 23:41:51 +0000 (16:41 -0700)]
am d33c33f7: Merge "Remove old PAC dependency and add new one." into klp-dev

* commit 'd33c33f71cc57cbaf99fefa11360c0f6d127e2ea':
  Remove old PAC dependency and add new one.

10 years agoMerge "Remove old PAC dependency and add new one." into klp-dev
Jason Monk [Tue, 20 Aug 2013 23:36:44 +0000 (23:36 +0000)]
Merge "Remove old PAC dependency and add new one." into klp-dev

10 years agoEnhance 'stacks' script to handle native processes.
Jeff Brown [Mon, 19 Aug 2013 22:14:16 +0000 (15:14 -0700)]
Enhance 'stacks' script to handle native processes.

Automatically detects whether the process is native or managed
and dumps the stacks accordingly.

Change-Id: Ifba65279f1d1b9714b66aa6990bab05575871d28

10 years agoam 20c768d2: am c5cc2f6d: Merge "[MIPS] Add support for MXU instructions for Ingenic...
Ying Wang [Mon, 19 Aug 2013 23:21:53 +0000 (16:21 -0700)]
am 20c768d2: am c5cc2f6d: Merge "[MIPS] Add support for MXU instructions for Ingenic builds."

* commit '20c768d2128364a6a9373dd8ef432bf55512bf37':
  [MIPS] Add support for MXU instructions for Ingenic builds.

10 years agoam c5cc2f6d: Merge "[MIPS] Add support for MXU instructions for Ingenic builds."
Ying Wang [Mon, 19 Aug 2013 23:19:39 +0000 (16:19 -0700)]
am c5cc2f6d: Merge "[MIPS] Add support for MXU instructions for Ingenic builds."

* commit 'c5cc2f6dafaa1826322415f91048b97cfab80556':
  [MIPS] Add support for MXU instructions for Ingenic builds.

10 years agoMerge "[MIPS] Add support for MXU instructions for Ingenic builds."
Ying Wang [Mon, 19 Aug 2013 23:16:27 +0000 (23:16 +0000)]
Merge "[MIPS] Add support for MXU instructions for Ingenic builds."

10 years agoam b9fe2d2c: am 337ebc19: am 62c755a5: am f5ffd4a4: Clean up core css changes brought...
Dirk Dougherty [Mon, 19 Aug 2013 22:06:09 +0000 (15:06 -0700)]
am b9fe2d2c: am 337ebc19: am 62c755a5: am f5ffd4a4: Clean up core css changes brought in with samples css.

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

10 years agoam 337ebc19: am 62c755a5: am f5ffd4a4: Clean up core css changes brought in with...
Dirk Dougherty [Mon, 19 Aug 2013 22:02:50 +0000 (15:02 -0700)]
am 337ebc19: am 62c755a5: am f5ffd4a4: Clean up core css changes brought in with samples css.

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

10 years agoam 62c755a5: am f5ffd4a4: Clean up core css changes brought in with samples css.
Dirk Dougherty [Mon, 19 Aug 2013 22:00:39 +0000 (15:00 -0700)]
am 62c755a5: am f5ffd4a4: Clean up core css changes brought in with samples css.

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

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 agoam fa67740a: am 25977365: Merge "mkbootimg: Support custom mkbootimg implementation"
Ying Wang [Mon, 19 Aug 2013 21:29:32 +0000 (14:29 -0700)]
am fa67740a: am 25977365: Merge "mkbootimg: Support custom mkbootimg implementation"

* commit 'fa67740ae41fc068d9a9b5fbf5a7a06c36dbbdb1':
  mkbootimg: Support custom mkbootimg implementation

10 years agoam 25977365: Merge "mkbootimg: Support custom mkbootimg implementation"
Ying Wang [Mon, 19 Aug 2013 21:26:35 +0000 (14:26 -0700)]
am 25977365: Merge "mkbootimg: Support custom mkbootimg implementation"

* commit '259773656ac0c0c4ef588c949aaf21216c44b339':
  mkbootimg: Support custom mkbootimg implementation

10 years agoMerge "mkbootimg: Support custom mkbootimg implementation"
Ying Wang [Mon, 19 Aug 2013 21:24:07 +0000 (21:24 +0000)]
Merge "mkbootimg: Support custom mkbootimg implementation"

10 years agoRemove old PAC dependency and add new one.
Jason Monk [Mon, 19 Aug 2013 19:42:32 +0000 (15:42 -0400)]
Remove old PAC dependency and add new one.

PAC support has been changed from a standalone executable to an apk
that needs to be part of the build.  This removes the old depency
and adds the new one.

Bug: 10182711
Change-Id: I1291f54d81e6ec0c775e045a3446bd0cffb40019

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 2d028379: am 6d244fb2: am d5ac8330: am 4f7e5159: doc change: Samples browsing...
Dirk Dougherty [Mon, 19 Aug 2013 19:19:15 +0000 (12:19 -0700)]
am 2d028379: am 6d244fb2: am d5ac8330: am 4f7e5159: doc change: Samples browsing: basic support in templates and js/css.

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

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

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

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

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

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 a7deb085: Add phony goal GET-INSTALL-PATH
Ying Wang [Sat, 17 Aug 2013 00:21:59 +0000 (17:21 -0700)]
am a7deb085: Add phony goal GET-INSTALL-PATH

* commit 'a7deb0857c4fc0799cd1ebb82ff79dcbe2745ec0':
  Add phony goal GET-INSTALL-PATH

10 years agoAdd phony goal GET-INSTALL-PATH
Ying Wang [Fri, 16 Aug 2013 20:24:47 +0000 (13:24 -0700)]
Add phony goal GET-INSTALL-PATH

It can be used as a goal of mm/mmm.
It prints out modules' install paths, which can be used by the runtest
utility.

Change-Id: If113e4c990b672acbacf723104583c0157d43c3b

10 years ago[MIPS] Add support for MXU instructions for Ingenic builds.
Pete Delaney [Fri, 16 Aug 2013 01:26:14 +0000 (18:26 -0700)]
[MIPS] Add support for MXU instructions for Ingenic builds.

This enables an Ingenic build to use MXU asm instructions.
MXU support was just recently added:

    ASM: https://android-review.googlesource.com/63701
    GCC: https://android-review.googlesource.com/63702
    BIN: https://android-review.googlesource.com/#/c/63704/

Change-Id: I2b60567a689efa70ec064dfbb0f241a6bc61aed1
Signed-off-by: Pete Delaney <piet.delaney@imgtec.com>
10 years agoam 6f03bd60: am ce478d54: am 7e453280: am 52dd2067: fix two bugs in site script....
Scott Main [Thu, 15 Aug 2013 21:57:11 +0000 (14:57 -0700)]
am 6f03bd60: am ce478d54: am 7e453280: 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 an

* commit '6f03bd6092cba47d073e8bdc131d1cba89fa6c7c':
  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 agoam ce478d54: am 7e453280: am 52dd2067: fix two bugs in site script. 1. Fix URL path...
Scott Main [Thu, 15 Aug 2013 21:51:37 +0000 (14:51 -0700)]
am ce478d54: am 7e453280: 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 referen

* commit 'ce478d54ad619c11b796b6286357c3203544d90d':
  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 agoam 7e453280: am 52dd2067: fix two bugs in site script. 1. Fix URL path check for...
Scott Main [Thu, 15 Aug 2013 21:45:35 +0000 (14:45 -0700)]
am 7e453280: 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 w

* commit '7e453280539406882215a0602ae6f63d7585fb9f':
  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 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 agoam 3208b615: am fc8b6338: resolved conflicts for merge of d65a7da3 to jb-mr2-dev...
Ying Wang [Thu, 15 Aug 2013 21:42:57 +0000 (14:42 -0700)]
am 3208b615: am fc8b6338: resolved conflicts for merge of d65a7da3 to jb-mr2-dev-plus-aosp

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

10 years agoam fc8b6338: resolved conflicts for merge of d65a7da3 to jb-mr2-dev-plus-aosp
Ying Wang [Thu, 15 Aug 2013 21:34:09 +0000 (14:34 -0700)]
am fc8b6338: resolved conflicts for merge of d65a7da3 to jb-mr2-dev-plus-aosp

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

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 agoresolved conflicts for merge of d65a7da3 to jb-mr2-dev-plus-aosp
Ying Wang [Thu, 15 Aug 2013 19:02:30 +0000 (12:02 -0700)]
resolved conflicts for merge of d65a7da3 to jb-mr2-dev-plus-aosp

Change-Id: I14c4ddf5f02c8dec86f45bedf679bcebff1448dc

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 agoReconcile with klp-release - do not merge
The Android Open Source Project [Wed, 14 Aug 2013 21:44:03 +0000 (14:44 -0700)]
Reconcile with klp-release - do not merge

Change-Id: Ic55943955deea3d844a22c766f3a389e6793925a

10 years agoam 477b12b4: Fix missing camera from aosp builds.
Vineeta Srivastava [Wed, 14 Aug 2013 20:45:43 +0000 (13:45 -0700)]
am 477b12b4: Fix missing camera from aosp builds.

* commit '477b12b45ad0c8e73aafe12e3056c051080c0de9':
  Fix missing camera from aosp builds.

10 years agoFix missing camera from aosp builds.
Vineeta Srivastava [Wed, 14 Aug 2013 20:28:06 +0000 (13:28 -0700)]
Fix missing camera from aosp builds.

Camera is no longer part of Gallery2 application. Added Camera2 for aosp builds.

Bug: 10324351
Change-Id: I6c468344af04106704876ac945ccaffd9be1674b

10 years ago"KRS45B"
The Android Automerger [Wed, 14 Aug 2013 19:37:11 +0000 (12:37 -0700)]
"KRS45B"

10 years agoam f8fab173: am fb2188d1: (-s ours) Reconcile with jb-mr2-release - do not merge
The Android Open Source Project [Wed, 14 Aug 2013 19:19:43 +0000 (12:19 -0700)]
am f8fab173: am fb2188d1: (-s ours) Reconcile with jb-mr2-release - do not merge

* commit 'f8fab17322ebc221fb493331c3a93b2d852704ae':
  "JWR66Y"

10 years agoam fb2188d1: (-s ours) Reconcile with jb-mr2-release - do not merge
The Android Open Source Project [Wed, 14 Aug 2013 19:16:12 +0000 (12:16 -0700)]
am fb2188d1: (-s ours) Reconcile with jb-mr2-release - do not merge

* commit 'fb2188d1390841285181256a0ec37c5558c971da':
  "JWR66Y"

10 years agoReconcile with jb-mr2-release - do not merge
The Android Open Source Project [Wed, 14 Aug 2013 19:06:41 +0000 (12:06 -0700)]
Reconcile with jb-mr2-release - do not merge

Change-Id: I61c47285d236337a033e001c3b84a9631895bc5b

10 years agoam 66956dc0: am 396fd67d: am b9eee184: am e391e7a8: Remove -allowaccessmodification...
Ying Wang [Wed, 14 Aug 2013 16:33:58 +0000 (09:33 -0700)]
am 66956dc0: am 396fd67d: am b9eee184: am e391e7a8: Remove -allowaccessmodification from the basic Proguard flags

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

10 years agoam 396fd67d: am b9eee184: am e391e7a8: Remove -allowaccessmodification from the basic...
Ying Wang [Wed, 14 Aug 2013 16:28:18 +0000 (09:28 -0700)]
am 396fd67d: am b9eee184: am e391e7a8: Remove -allowaccessmodification from the basic Proguard flags

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

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

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

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 ago"KRS45"
The Android Automerger [Wed, 14 Aug 2013 13:08:19 +0000 (06:08 -0700)]
"KRS45"

10 years agomerge in klp-release history after reset to klp-dev
The Android Automerger [Wed, 14 Aug 2013 13:04:55 +0000 (06:04 -0700)]
merge in klp-release history after reset to klp-dev

10 years agoam 405dac7f: am 8f01a3c0: Merge "Add missing LOCAL_ADDITIONAL_DEPENDENCIES dependency...
Ying Wang [Wed, 14 Aug 2013 01:29:30 +0000 (18:29 -0700)]
am 405dac7f: am 8f01a3c0: Merge "Add missing LOCAL_ADDITIONAL_DEPENDENCIES dependency to BUILD_PREBUILT."

* commit '405dac7f000af3a02b374533f76a7f2eaedbc954':
  Add missing LOCAL_ADDITIONAL_DEPENDENCIES dependency to BUILD_PREBUILT.

10 years agoam 8f01a3c0: Merge "Add missing LOCAL_ADDITIONAL_DEPENDENCIES dependency to BUILD_PRE...
Ying Wang [Wed, 14 Aug 2013 01:27:19 +0000 (18:27 -0700)]
am 8f01a3c0: Merge "Add missing LOCAL_ADDITIONAL_DEPENDENCIES dependency to BUILD_PREBUILT."

* commit '8f01a3c0cadec174d0b54b06848037ecf20694d9':
  Add missing LOCAL_ADDITIONAL_DEPENDENCIES dependency to BUILD_PREBUILT.

10 years agoMerge "Add missing LOCAL_ADDITIONAL_DEPENDENCIES dependency to BUILD_PREBUILT."
Ying Wang [Wed, 14 Aug 2013 01:25:05 +0000 (01:25 +0000)]
Merge "Add missing LOCAL_ADDITIONAL_DEPENDENCIES dependency to BUILD_PREBUILT."

10 years ago"KRS44C"
The Android Automerger [Wed, 14 Aug 2013 00:47:04 +0000 (17:47 -0700)]
"KRS44C"

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 agoAdd missing LOCAL_ADDITIONAL_DEPENDENCIES dependency to BUILD_PREBUILT.
Elliott Hughes [Wed, 14 Aug 2013 00:05:34 +0000 (17:05 -0700)]
Add missing LOCAL_ADDITIONAL_DEPENDENCIES dependency to BUILD_PREBUILT.

Change-Id: Id7c0e77110653e618d783026cd4b4aeadb3c45ec

10 years agoam 883b1c4e: Merge "The big switch. Enabling InCallUi/Phone split by default." into...
Santos Cordon [Tue, 13 Aug 2013 22:32:14 +0000 (15:32 -0700)]
am 883b1c4e: Merge "The big switch.  Enabling InCallUi/Phone split by default." into klp-dev

* commit '883b1c4ee2ea71e542c8ab54aecc094806529304':
  The big switch.  Enabling InCallUi/Phone split by default.

10 years ago"JWR66Y"
The Android Automerger [Tue, 13 Aug 2013 22:20:55 +0000 (15:20 -0700)]
"JWR66Y"

10 years agoMerge "The big switch. Enabling InCallUi/Phone split by default." into klp-dev
Santos Cordon [Tue, 13 Aug 2013 22:11:25 +0000 (22:11 +0000)]
Merge "The big switch.  Enabling InCallUi/Phone split by default." into klp-dev

10 years agoam a4ad06ac: am 750e0c08: Merge "Prepare upcoming GCC 4.8 release."
Ying Wang [Tue, 13 Aug 2013 22:03:24 +0000 (15:03 -0700)]
am a4ad06ac: am 750e0c08: Merge "Prepare upcoming GCC 4.8 release."

* commit 'a4ad06ac1db1dfc041fe386b76b22233fdc54341':
  Prepare upcoming GCC 4.8 release.

10 years agoam 750e0c08: Merge "Prepare upcoming GCC 4.8 release."
Ying Wang [Tue, 13 Aug 2013 22:00:55 +0000 (15:00 -0700)]
am 750e0c08: Merge "Prepare upcoming GCC 4.8 release."

* commit '750e0c088271315b21741429aa124d7ba616fcc7':
  Prepare upcoming GCC 4.8 release.

10 years agoMerge "Prepare upcoming GCC 4.8 release."
Ying Wang [Tue, 13 Aug 2013 21:59:26 +0000 (21:59 +0000)]
Merge "Prepare upcoming GCC 4.8 release."