OSDN Git Service

android-x86/sdk.git
15 years agoam f07bc1ab: am e557a732: AI 149055: Add initial file for LED content including doxyg...
Reena Lee [Wed, 20 May 2009 15:54:26 +0000 (08:54 -0700)]
am f07bc1ab: am e557a732: AI 149055: Add initial file for LED content including doxygen code from lights.h

Merge commit 'f07bc1ab07a70f6c5a667c2a75fa7f42b0d885be'

* commit 'f07bc1ab07a70f6c5a667c2a75fa7f42b0d885be':
  AI 149055: Add initial file for LED content including doxygen code from lights.h

15 years agoam 9b3f3f27: Merge change 1954 into donut
Android (Google) Code Review [Wed, 20 May 2009 15:54:26 +0000 (08:54 -0700)]
am 9b3f3f27: Merge change 1954 into donut

Merge commit '9b3f3f27fe9d50927fe176ebcb2f8b14e226d0b8'

* commit '9b3f3f27fe9d50927fe176ebcb2f8b14e226d0b8':
  Add a bunch of documentation for the Android C library and the JNI interface to the NDK

15 years agoam 1e4498ad: Merge change 1951 into donut
Android (Google) Code Review [Wed, 20 May 2009 15:54:25 +0000 (08:54 -0700)]
am 1e4498ad: Merge change 1951 into donut

Merge commit '1e4498ad17c6156ab40896d8f3307af8497b5327'

* commit '1e4498ad17c6156ab40896d8f3307af8497b5327':
  Expose the Zlib headers (<zlib.h> and <zconf.h>) in the android-1.5 NDK sysroot.

15 years agoam e557a732: AI 149055: Add initial file for LED content including doxygen code from...
Reena Lee [Wed, 20 May 2009 15:09:43 +0000 (08:09 -0700)]
am e557a732: AI 149055: Add initial file for LED content including doxygen code from lights.h

Merge commit 'e557a732807eb6f3c29630ce882c644936df1e02' into donut

* commit 'e557a732807eb6f3c29630ce882c644936df1e02':
  AI 149055: Add initial file for LED content including doxygen code from lights.h

15 years agoAI 149055: Add initial file for LED content including doxygen code from lights.h
Reena Lee [Wed, 20 May 2009 15:04:39 +0000 (08:04 -0700)]
AI 149055: Add initial file for LED content including doxygen code from lights.h

Automated import of CL 149055

15 years agoMerge change 1954 into donut
Android (Google) Code Review [Wed, 20 May 2009 09:45:40 +0000 (02:45 -0700)]
Merge change 1954 into donut

* changes:
  Add a bunch of documentation for the Android C library and the JNI interface to the NDK

15 years agoMerge change 1951 into donut
Android (Google) Code Review [Wed, 20 May 2009 09:45:00 +0000 (02:45 -0700)]
Merge change 1951 into donut

* changes:
  Expose the Zlib headers (<zlib.h> and <zconf.h>) in the android-1.5 NDK sysroot.

15 years agoam b08d3a39: Merge change 2004 into donut
Android (Google) Code Review [Wed, 20 May 2009 00:34:56 +0000 (17:34 -0700)]
am b08d3a39: Merge change 2004 into donut

Merge commit 'b08d3a396914b1aaba1270a9021289bdbe3cac5f'

* commit 'b08d3a396914b1aaba1270a9021289bdbe3cac5f':
  Handle munmap() and add support for tracing JNI (native) calls.

15 years agoMerge change 2004 into donut
Android (Google) Code Review [Wed, 20 May 2009 00:33:16 +0000 (17:33 -0700)]
Merge change 2004 into donut

* changes:
  Handle munmap() and add support for tracing JNI (native) calls.

15 years agoHandle munmap() and add support for tracing JNI (native) calls.
Jack Veenstra [Tue, 19 May 2009 22:07:29 +0000 (15:07 -0700)]
Handle munmap() and add support for tracing JNI (native) calls.

The munmap() kernel calls are traced but the tracing code wasn't doing
anything with them.  This caused the number of mapped regions in a process
to grow large in some cases and also caused symbol lookup errors in some
rare cases.  This change also adds support for new trace record types
for supporting JNI (native) calls from Java into native code. This helps
with constructing a more accurate call stack.

15 years agoam e0b505d4: Merge change 1958 into donut
Android (Google) Code Review [Tue, 19 May 2009 21:03:50 +0000 (14:03 -0700)]
am e0b505d4: Merge change 1958 into donut

Merge commit 'e0b505d438fc72c6a092ca85cce434b54d033a27'

* commit 'e0b505d438fc72c6a092ca85cce434b54d033a27':
  Force --no-undefined at link time to generate an error when trying to generate a shared library that references undefined symbols.

15 years agoMerge change 1958 into donut
Android (Google) Code Review [Tue, 19 May 2009 19:00:42 +0000 (12:00 -0700)]
Merge change 1958 into donut

* changes:
  Force --no-undefined at link time to generate an error when trying to generate a shared library that references undefined symbols. This can be overriden by defining LOCAL_ALLOW_UNDEFINED_SYMBOLS in your Android.mk to 'true'

15 years agoam 5faae6da: am 429fbd82: AI 149005: Change from ndk to platform\'s ndk (pndk), the...
Mike Ritter [Tue, 19 May 2009 18:31:33 +0000 (11:31 -0700)]
am 5faae6da: am 429fbd82: AI 149005: Change from ndk to platform\'s ndk (pndk), the ability to make your own java callable libraries to c code.   BUG=1857858

Merge commit '5faae6da0b98c2d3d1abe18149c7f6e978f5aea7'

* commit '5faae6da0b98c2d3d1abe18149c7f6e978f5aea7':
  AI 149005: Change from ndk to platform's ndk (pndk), the ability to make your own java callable libraries to c code.

15 years agoam 0b96565a: Fix typo which prevented APP_CFLAGS, APP_CXXFLAGS and others to work...
David 'Digit' Turner [Tue, 19 May 2009 18:29:29 +0000 (11:29 -0700)]
am 0b96565a: Fix typo which prevented APP_CFLAGS, APP_CXXFLAGS and others to work properly in the NDK build system.

Merge commit '0b96565afea3f1b1a6e4585a75c9bd6c2ea74a63'

* commit '0b96565afea3f1b1a6e4585a75c9bd6c2ea74a63':
  Fix typo which prevented APP_CFLAGS, APP_CXXFLAGS and others to work properly in the NDK build system.

15 years agoam 429fbd82: AI 149005: Change from ndk to platform\'s ndk (pndk), the ability to...
Mike Ritter [Tue, 19 May 2009 18:29:25 +0000 (11:29 -0700)]
am 429fbd82: AI 149005: Change from ndk to platform\'s ndk (pndk), the ability to make your own java callable libraries to c code.   BUG=1857858

Merge commit '429fbd82d82c5e278a546de226c193138a9a2669' into donut

* commit '429fbd82d82c5e278a546de226c193138a9a2669':
  AI 149005: Change from ndk to platform's ndk (pndk), the ability to make your own java callable libraries to c code.

15 years agoAI 149005: Change from ndk to platform's ndk (pndk), the ability to make your own...
Mike Ritter [Tue, 19 May 2009 18:28:10 +0000 (11:28 -0700)]
AI 149005: Change from ndk to platform's ndk (pndk), the ability to make your own java callable libraries to c code.
  BUG=1857858

Automated import of CL 149005

15 years agoForce --no-undefined at link time to generate an error when trying to generate a...
David 'Digit' Turner [Tue, 19 May 2009 12:58:45 +0000 (14:58 +0200)]
Force --no-undefined at link time to generate an error when trying to generate a shared library that references undefined symbols.
This can be overriden by defining LOCAL_ALLOW_UNDEFINED_SYMBOLS in your Android.mk to 'true'

15 years agoAdd a bunch of documentation for the Android C library and the JNI interface to the NDK
David 'Digit' Turner [Tue, 19 May 2009 11:09:20 +0000 (13:09 +0200)]
Add a bunch of documentation for the Android C library and the JNI interface to the NDK

15 years agoFix typo which prevented APP_CFLAGS, APP_CXXFLAGS and others to work properly in...
David 'Digit' Turner [Tue, 19 May 2009 11:04:07 +0000 (13:04 +0200)]
Fix typo which prevented APP_CFLAGS, APP_CXXFLAGS and others to work properly in the NDK build system.

15 years agoExpose the Zlib headers (<zlib.h> and <zconf.h>) in the android-1.5 NDK sysroot.
David 'Digit' Turner [Tue, 19 May 2009 10:10:09 +0000 (12:10 +0200)]
Expose the Zlib headers (<zlib.h> and <zconf.h>) in the android-1.5 NDK sysroot.

This is OK because the Zlib ABI is fixed and stable.

Also get rid of the sample zlib sources since we don't need the static library anymore.

15 years agoam bae86257: am c3c7479a: AI 148985: Adding an initial file for sensors content with...
Reena Lee [Tue, 19 May 2009 06:55:52 +0000 (23:55 -0700)]
am bae86257: am c3c7479a: AI 148985: Adding an initial file for sensors content with doxygen content included from sensors.h.

Merge commit 'bae86257b5c518a86c9fde054757d8d90363f6f1'

* commit 'bae86257b5c518a86c9fde054757d8d90363f6f1':
  AI 148985: Adding an initial file for sensors content with doxygen content included from sensors.h.

15 years agoam 4464f3eb: am 6ff7572f: AI 148967: Cloned from CL 148932 by \'g4 patch\'. Origina...
Gaurav Mathur [Tue, 19 May 2009 06:55:52 +0000 (23:55 -0700)]
am 4464f3eb: am 6ff7572f: AI 148967: Cloned from CL 148932 by \'g4 patch\'.   Original change by dwarren@dwarren-pdk on 2009/05/15 16:17:05.   Adding Build Cookbook to PDK.

Merge commit '4464f3eb9a10823e93f88843af3e438d68e380b8'

* commit '4464f3eb9a10823e93f88843af3e438d68e380b8':
  AI 148967: Cloned from CL 148932 by 'g4 patch'.

15 years agoam 8d878c34: Merge change 1578 into donut
Android (Google) Code Review [Tue, 19 May 2009 06:55:51 +0000 (23:55 -0700)]
am 8d878c34: Merge change 1578 into donut

Merge commit '8d878c344137974a5cb611c8b4ecbceacccb9016'

* commit '8d878c344137974a5cb611c8b4ecbceacccb9016':
  Teleca 2b changes.

15 years agoam 53f479a3: Update the SDK packaging to include sdkuilib.
Xavier Ducrohet [Tue, 19 May 2009 06:55:50 +0000 (23:55 -0700)]
am 53f479a3: Update the SDK packaging to include sdkuilib.

Merge commit '53f479a3675bfa3797fad324bc80323bf1c539b7'

* commit '53f479a3675bfa3797fad324bc80323bf1c539b7':
  Update the SDK packaging to include sdkuilib.

15 years agoam c3c7479a: AI 148985: Adding an initial file for sensors content with doxygen conte...
Reena Lee [Tue, 19 May 2009 06:24:43 +0000 (23:24 -0700)]
am c3c7479a: AI 148985: Adding an initial file for sensors content with doxygen content included from sensors.h.

Merge commit 'c3c7479ab6df0650e6e63b67ec713c7267df9e82' into donut

* commit 'c3c7479ab6df0650e6e63b67ec713c7267df9e82':
  AI 148985: Adding an initial file for sensors content with doxygen content included from sensors.h.

15 years agoam 6ff7572f: AI 148967: Cloned from CL 148932 by \'g4 patch\'. Original change...
Gaurav Mathur [Tue, 19 May 2009 06:24:42 +0000 (23:24 -0700)]
am 6ff7572f: AI 148967: Cloned from CL 148932 by \'g4 patch\'.   Original change by dwarren@dwarren-pdk on 2009/05/15 16:17:05.   Adding Build Cookbook to PDK.

Merge commit '6ff7572fd50f148e96d87ecb347f138f69ea810d' into donut

* commit '6ff7572fd50f148e96d87ecb347f138f69ea810d':
  AI 148967: Cloned from CL 148932 by 'g4 patch'.

15 years agoAI 148985: Adding an initial file for sensors content with doxygen content included...
Reena Lee [Tue, 19 May 2009 05:34:25 +0000 (22:34 -0700)]
AI 148985: Adding an initial file for sensors content with doxygen content included from sensors.h.

Automated import of CL 148985

15 years agoMerge change 1578 into donut
Android (Google) Code Review [Mon, 18 May 2009 23:08:39 +0000 (16:08 -0700)]
Merge change 1578 into donut

* changes:
  Teleca 2b changes.

15 years agoAI 148967: Cloned from CL 148932 by 'g4 patch'.
Gaurav Mathur [Mon, 18 May 2009 22:26:51 +0000 (15:26 -0700)]
AI 148967: Cloned from CL 148932 by 'g4 patch'.
  Original change by dwarren@dwarren-pdk on 2009/05/15 16:17:05.
  Adding Build Cookbook to PDK.

Automated import of CL 148967

15 years agoUpdate the SDK packaging to include sdkuilib.
Xavier Ducrohet [Mon, 18 May 2009 20:30:37 +0000 (13:30 -0700)]
Update the SDK packaging to include sdkuilib.

This is now necessary since the 'android' tool has a UI.

15 years agoMerge change 1662
Android (Google) Code Review [Mon, 18 May 2009 16:47:02 +0000 (09:47 -0700)]
Merge change 1662

* changes:
  Move browser test plugin from webkit project to development project.

15 years agoTeleca 2b changes.
Wink Saville [Sun, 17 May 2009 03:49:28 +0000 (20:49 -0700)]
Teleca 2b changes.

15 years agoam cfa6808e: am 37ad99b3: AI 148943: Extracted the commentary from the runs to be...
Reena Lee [Sat, 16 May 2009 04:34:46 +0000 (21:34 -0700)]
am cfa6808e: am 37ad99b3: AI 148943: Extracted the commentary from the runs to be headers for the log snippets for readability. Will update the steps (and commentary) in a separate CL.

Merge commit 'cfa6808e6d71a270f1cae5ca3807ee1242a60a44'

* commit 'cfa6808e6d71a270f1cae5ca3807ee1242a60a44':
  AI 148943: Extracted the commentary from the runs to be headers for the log snippets for readability. Will update the steps (and commentary) in a separate CL.

15 years agoam 02347199: Merge change 1834 into donut
Android (Google) Code Review [Sat, 16 May 2009 04:32:50 +0000 (21:32 -0700)]
am 02347199: Merge change 1834 into donut

Merge commit '02347199b12c796414e17d615a010f7d72344e2a'

* commit '02347199b12c796414e17d615a010f7d72344e2a':
  Skeleton App Windows for Sdk Updater built using SWT Designer.

15 years agoam 37ad99b3: AI 148943: Extracted the commentary from the runs to be headers for...
Reena Lee [Sat, 16 May 2009 04:32:44 +0000 (21:32 -0700)]
am 37ad99b3: AI 148943: Extracted the commentary from the runs to be headers for the log snippets for readability. Will update the steps (and commentary) in a separate CL.

Merge commit '37ad99b38686f4b31976eae75256a0ac0927ca62' into donut

* commit '37ad99b38686f4b31976eae75256a0ac0927ca62':
  AI 148943: Extracted the commentary from the runs to be headers for the log snippets for readability. Will update the steps (and commentary) in a separate CL.

15 years agoAI 148943: Extracted the commentary from the runs to be headers for the log snippets...
Reena Lee [Sat, 16 May 2009 02:07:42 +0000 (19:07 -0700)]
AI 148943: Extracted the commentary from the runs to be headers for the log snippets for readability. Will update the steps (and commentary) in a separate CL.

Automated import of CL 148943

15 years agoMerge change 1834 into donut
Android (Google) Code Review [Sat, 16 May 2009 01:51:02 +0000 (18:51 -0700)]
Merge change 1834 into donut

* changes:
  Skeleton App Windows for Sdk Updater built using SWT Designer. The window is shown when the "android" tool is invoked with no parameter.

15 years agoSkeleton App Windows for Sdk Updater built using SWT Designer.
Raphael [Sat, 16 May 2009 00:36:26 +0000 (17:36 -0700)]
Skeleton App Windows for Sdk Updater built using SWT Designer.
The window is shown when the "android" tool is invoked with no parameter.

15 years agoam d06f8e2f: Merge change 1730 into donut
Android (Google) Code Review [Fri, 15 May 2009 23:25:37 +0000 (16:25 -0700)]
am d06f8e2f: Merge change 1730 into donut

Merge commit 'd06f8e2f4cb97b5a397793ba7b53e62ab73925f8'

* commit 'd06f8e2f4cb97b5a397793ba7b53e62ab73925f8':
  Make the ddmlib API use IDevice instead of Device

15 years agoMerge change 1730 into donut
Android (Google) Code Review [Fri, 15 May 2009 22:21:13 +0000 (15:21 -0700)]
Merge change 1730 into donut

* changes:
  Make the ddmlib API use IDevice instead of Device

15 years agoam 5048d7e4: Update ADT feature dependency.
Xavier Ducrohet [Fri, 15 May 2009 22:05:47 +0000 (15:05 -0700)]
am 5048d7e4: Update ADT feature dependency.

Merge commit '5048d7e4b3467eaafa4d06ca1978ad86c3a1f3d0'

* commit '5048d7e4b3467eaafa4d06ca1978ad86c3a1f3d0':
  Update ADT feature dependency.

15 years agoUpdate ADT feature dependency.
Xavier Ducrohet [Fri, 15 May 2009 21:45:17 +0000 (14:45 -0700)]
Update ADT feature dependency.

15 years agoMake the ddmlib API use IDevice instead of Device
Xavier Ducrohet [Fri, 15 May 2009 01:19:52 +0000 (18:19 -0700)]
Make the ddmlib API use IDevice instead of Device

Device is now private. All the API is using IDevice.
Updated ddms, ADT, hierarchyviewer and other tools that relied on ddmlib.

15 years agoam 17c674d1: ADT #1844909: Tweak XML schema, add more tests.
Raphael [Fri, 15 May 2009 20:31:48 +0000 (13:31 -0700)]
am 17c674d1: ADT #1844909: Tweak XML schema, add more tests.

Merge commit '17c674d1057aeb3946747ca3b1d67a8468e1efb4'

* commit '17c674d1057aeb3946747ca3b1d67a8468e1efb4':
  ADT #1844909: Tweak XML schema, add more tests.

15 years agoam 08376195: ADT #1844909: Move sdk-repository XSD and tests from SdkManager to SdkLib.
Raphael [Fri, 15 May 2009 20:31:48 +0000 (13:31 -0700)]
am 08376195: ADT #1844909: Move sdk-repository XSD and tests from SdkManager to SdkLib.

Merge commit '0837619559dc2384c32a91f4ec4ca6ea69a17fcf'

* commit '0837619559dc2384c32a91f4ec4ca6ea69a17fcf':
  ADT #1844909: Move sdk-repository XSD and tests from SdkManager to SdkLib.

15 years agoADT #1844909: Tweak XML schema, add more tests.
Raphael [Fri, 15 May 2009 19:11:35 +0000 (12:11 -0700)]
ADT #1844909: Tweak XML schema, add more tests.

Change XML schema to allow for empty <libs>, e.g. one can create
and add-on that doesn't declare any extra lib.
However enforce that <archives> contains at least one <archive>
element to prevent someone from declaring a download element
that cannot actually be downloaded.

Added a couple tests for validation of empty documents.

15 years agoMove browser test plugin from webkit project to development project.
Grace Kloba [Fri, 15 May 2009 00:31:45 +0000 (17:31 -0700)]
Move browser test plugin from webkit project to development project.

15 years agoADT #1844909: Move sdk-repository XSD and tests from SdkManager to SdkLib.
Raphael [Fri, 15 May 2009 02:48:53 +0000 (19:48 -0700)]
ADT #1844909: Move sdk-repository XSD and tests from SdkManager to SdkLib.

15 years agoam 71f5d130: Merge change 1739 into donut
Android (Google) Code Review [Fri, 15 May 2009 02:43:59 +0000 (19:43 -0700)]
am 71f5d130: Merge change 1739 into donut

Merge commit '71f5d130f5d2c512cc811f538b4d0f6613451973'

* commit '71f5d130f5d2c512cc811f538b4d0f6613451973':
  Fix an NPE in the New Project Wizard when no test project is specified

15 years agoMerge change 1739 into donut
Android (Google) Code Review [Fri, 15 May 2009 02:36:03 +0000 (19:36 -0700)]
Merge change 1739 into donut

* changes:
  Fix an NPE in the New Project Wizard when no test project is specified on the second NPW page.

15 years agoFix an NPE in the New Project Wizard when no test project is specified
Raphael [Fri, 15 May 2009 02:17:39 +0000 (19:17 -0700)]
Fix an NPE in the New Project Wizard when no test project is specified
on the second NPW page.

15 years agoam 0d61af72: am 5cb2d230: AI 148875: Fix Google add-on to include Streetview, remove...
Xavier Ducrohet [Fri, 15 May 2009 00:08:31 +0000 (17:08 -0700)]
am 0d61af72: am 5cb2d230: AI 148875: Fix Google add-on to include Streetview, remove the add-account from the SDK (this is google specific), update the google Add-on to rev 2

Merge commit '0d61af7220b7289624bc3e5dc4e3297e95c07f7c'

* commit '0d61af7220b7289624bc3e5dc4e3297e95c07f7c':
  AI 148875: Fix Google add-on to include Streetview, remove the add-account from the SDK (this is google specific), update the google Add-on to rev 2

15 years agoam 5cb2d230: AI 148875: Fix Google add-on to include Streetview, remove the add-accou...
Xavier Ducrohet [Fri, 15 May 2009 00:05:17 +0000 (17:05 -0700)]
am 5cb2d230: AI 148875: Fix Google add-on to include Streetview, remove the add-account from the SDK (this is google specific), update the google Add-on to rev 2

Merge commit '5cb2d23022cec5abc07c4dbb463be58e6d88b2c7' into donut

* commit '5cb2d23022cec5abc07c4dbb463be58e6d88b2c7':
  AI 148875: Fix Google add-on to include Streetview, remove the add-account from the SDK (this is google specific), update the google Add-on to rev 2

15 years agoAI 148875: Fix Google add-on to include Streetview, remove the add-account from the...
Xavier Ducrohet [Fri, 15 May 2009 00:04:14 +0000 (17:04 -0700)]
AI 148875: Fix Google add-on to include Streetview, remove the add-account from the SDK (this is google specific), update the google Add-on to rev 2

Automated import of CL 148875

15 years agoam dd67be56: am 7e056ae8: AI 148870: Pinging Ryan for Dr No approval. --- Cloned...
Gaurav Mathur [Thu, 14 May 2009 23:30:44 +0000 (16:30 -0700)]
am dd67be56: am 7e056ae8: AI 148870: Pinging Ryan for Dr No approval.   ---   Cloned from CL 147240 by \'g4 patch\'.   Original change by dwarren@dwarren-pdk on 2009/04/21 14:59:50.   "Making PDK work in SDK environment."   This CL should be pretty straight forward and should be touching only PDK   related templates, etc. Turns out we no longer need to touch the highlightNav   code.

Merge commit 'dd67be5657b61cb46940550072437471a3d8c993'

* commit 'dd67be5657b61cb46940550072437471a3d8c993':
  AI 148870: Pinging Ryan for Dr No approval.

15 years agoam 7e056ae8: AI 148870: Pinging Ryan for Dr No approval. --- Cloned from CL 14724...
Gaurav Mathur [Thu, 14 May 2009 23:18:22 +0000 (16:18 -0700)]
am 7e056ae8: AI 148870: Pinging Ryan for Dr No approval.   ---   Cloned from CL 147240 by \'g4 patch\'.   Original change by dwarren@dwarren-pdk on 2009/04/21 14:59:50.   "Making PDK work in SDK environment."   This CL should be pretty straight forward and should be touching only PDK   related templates, etc. Turns out we no longer need to touch the highlightNav   code.

Merge commit '7e056ae8a20848754f85202d9d903f4a152d3027' into donut

* commit '7e056ae8a20848754f85202d9d903f4a152d3027':
  AI 148870: Pinging Ryan for Dr No approval.

15 years agoam 83674be9: Merge change 1699 into donut
Android (Google) Code Review [Thu, 14 May 2009 23:03:04 +0000 (16:03 -0700)]
am 83674be9: Merge change 1699 into donut

Merge commit '83674be98d72991dc907cd47bd5a73c68c949c35'

* commit '83674be98d72991dc907cd47bd5a73c68c949c35':
  Make IDevice#getSyncService() throws an IOException.

15 years agoAI 148870: Pinging Ryan for Dr No approval.
Gaurav Mathur [Thu, 14 May 2009 23:02:22 +0000 (16:02 -0700)]
AI 148870: Pinging Ryan for Dr No approval.
  ---
  Cloned from CL 147240 by 'g4 patch'.
  Original change by dwarren@dwarren-pdk on 2009/04/21 14:59:50.
  "Making PDK work in SDK environment."
  This CL should be pretty straight forward and should be touching only PDK
  related templates, etc. Turns out we no longer need to touch the highlightNav
  code.

Automated import of CL 148870

15 years agoMerge change 1699 into donut
Android (Google) Code Review [Thu, 14 May 2009 23:00:17 +0000 (16:00 -0700)]
Merge change 1699 into donut

* changes:
  Make IDevice#getSyncService() throws an IOException.

15 years agoam c39a26b6: Fix bad automatic dependency computations
David 'Digit' Turner [Thu, 14 May 2009 22:39:58 +0000 (15:39 -0700)]
am c39a26b6: Fix bad automatic dependency computations

Merge commit 'c39a26b6f52d189a0bec85cbe168006454b14a9b'

* commit 'c39a26b6f52d189a0bec85cbe168006454b14a9b':
  Fix bad automatic dependency computations
  Remove duplicate initialization in AdtPlugin.

15 years agoMake IDevice#getSyncService() throws an IOException.
Xavier Ducrohet [Thu, 14 May 2009 22:18:56 +0000 (15:18 -0700)]
Make IDevice#getSyncService() throws an IOException.

This lets callers differentiate between errors when connecting to adb and
errors because adb couldn't talk to the device.

15 years agoFix bad automatic dependency computations
David 'Digit' Turner [Thu, 14 May 2009 15:16:32 +0000 (17:16 +0200)]
Fix bad automatic dependency computations

15 years agoMerge change 1681 into donut
Android (Google) Code Review [Thu, 14 May 2009 21:57:44 +0000 (14:57 -0700)]
Merge change 1681 into donut

* changes:
  Remove duplicate initialization in AdtPlugin.

15 years agoam cb2d6ae2: Merge change 1653 into donut
Android (Google) Code Review [Thu, 14 May 2009 21:56:51 +0000 (14:56 -0700)]
am cb2d6ae2: Merge change 1653 into donut

Merge commit 'cb2d6ae202d146c2ef277b3af99f1b374bf4cc5f'

* commit 'cb2d6ae202d146c2ef277b3af99f1b374bf4cc5f':
  Fix bad dependency between generated shared libraries and the corresponding installed module.

15 years agoam 79b3c18a: Merge change 1651 into donut
Android (Google) Code Review [Thu, 14 May 2009 21:56:49 +0000 (14:56 -0700)]
am 79b3c18a: Merge change 1651 into donut

Merge commit '79b3c18a274d77bfca5fbac4e17112d0f17b2027'

* commit '79b3c18a274d77bfca5fbac4e17112d0f17b2027':
  Fix the build-toolchain.sh script which doesn't work due to the new download location of the NDK sources

15 years agoMerge change 1653 into donut
Android (Google) Code Review [Thu, 14 May 2009 21:55:55 +0000 (14:55 -0700)]
Merge change 1653 into donut

* changes:
  Fix bad dependency between generated shared libraries and the corresponding installed module. Also fixes the "make clean" target by the way.

15 years agoam dda76aac: Merge change 1673 into donut
Android (Google) Code Review [Thu, 14 May 2009 21:53:23 +0000 (14:53 -0700)]
am dda76aac: Merge change 1673 into donut

Merge commit 'dda76aac46ea47d705db79578406f24937774e9e'

* commit 'dda76aac46ea47d705db79578406f24937774e9e':
  Made valgrind optional. Capture the target output.

15 years agoam f89a4d35: Merge change 1501 into donut
Android (Google) Code Review [Thu, 14 May 2009 21:53:22 +0000 (14:53 -0700)]
am f89a4d35: Merge change 1501 into donut

Merge commit 'f89a4d3524b099cb30a4183a59fce82d6e59ac91'

* commit 'f89a4d3524b099cb30a4183a59fce82d6e59ac91':
  ADT #1844909: SDK manager, define XML schemas & sample XMLs

15 years agoMerge change 1651 into donut
Android (Google) Code Review [Thu, 14 May 2009 21:51:09 +0000 (14:51 -0700)]
Merge change 1651 into donut

* changes:
  Fix the build-toolchain.sh script which doesn't work due to the new download location of the NDK sources and a small typo when using wget. Also make --force-download actually work.

15 years agoRemove duplicate initialization in AdtPlugin.
Xavier Ducrohet [Thu, 14 May 2009 20:31:11 +0000 (13:31 -0700)]
Remove duplicate initialization in AdtPlugin.

The is a remnant of the old #start() method of the Editors Plugin class.

15 years agoMerge change 1673 into donut
Android (Google) Code Review [Thu, 14 May 2009 20:19:03 +0000 (13:19 -0700)]
Merge change 1673 into donut

* changes:
  Made valgrind optional. Capture the target output.

15 years agoMerge change 1501 into donut
Android (Google) Code Review [Thu, 14 May 2009 19:56:35 +0000 (12:56 -0700)]
Merge change 1501 into donut

* changes:
  ADT #1844909: SDK manager, define XML schemas & sample XMLs

15 years agoADT #1844909: SDK manager, define XML schemas & sample XMLs
Raphael [Wed, 13 May 2009 00:10:26 +0000 (17:10 -0700)]
ADT #1844909: SDK manager, define XML schemas & sample XMLs

For reference, there's an XSD primer here:
- http://www.w3.org/TR/xmlschema-0/#NS
- http://www.w3schools.com/Schema/

15 years agoMade valgrind optional. Capture the target output.
Nicolas Catania [Thu, 14 May 2009 19:25:23 +0000 (12:25 -0700)]
Made valgrind optional. Capture the target output.

Don't fail if valgrind (system version not the google3 one) is missing.
If the test fail, print the output of the test.
Added .pyc to the gitignore file.

15 years agoam c15ed2d: Fix a double issue regarding interrupted builds due to pre-e
Xavier Ducrohet [Thu, 14 May 2009 18:36:50 +0000 (11:36 -0700)]
am c15ed2d: Fix a double issue regarding interrupted builds due to pre-e

Merge commit 'c15ed2d771b4b02bab5f2a2281d08a050ee1df89'

* commit 'c15ed2d771b4b02bab5f2a2281d08a050ee1df89':
  Fix a double issue regarding interrupted builds due to pre-existing errors.

15 years agoFix bad dependency between generated shared libraries and the corresponding installed...
David 'Digit' Turner [Thu, 14 May 2009 15:23:35 +0000 (17:23 +0200)]
Fix bad dependency between generated shared libraries and the corresponding installed module.
Also fixes the "make clean" target by the way.

15 years agoFix the build-toolchain.sh script which doesn't work due to the new download location...
David 'Digit' Turner [Thu, 14 May 2009 14:43:03 +0000 (16:43 +0200)]
Fix the build-toolchain.sh script which doesn't work due to the new download location of the NDK sources
and a small typo when using wget. Also make --force-download actually work.

15 years agoFix a double issue regarding interrupted builds due to pre-existing errors.
Xavier Ducrohet [Thu, 14 May 2009 00:57:43 +0000 (17:57 -0700)]
Fix a double issue regarding interrupted builds due to pre-existing errors.

First, the ApkBuilder didn't cancel its run if the project had markers from JDT.
Second, the try/catch on ApkBuilder#build didn't properly test the
CoreException status severity (used getCode instead of getSeverity), so it did
not detect cancels being thrown by #abortOnBadSetup and displayed the error
in the console instead.

15 years agoam 20d4ecf: ADT: remove an obsolete import from the manifest.
Xavier Ducrohet [Thu, 14 May 2009 00:46:49 +0000 (17:46 -0700)]
am 20d4ecf: ADT: remove an obsolete import from the manifest.

Merge commit '20d4ecf2d785bb0120222ab4ab249abc1165314c'

* commit '20d4ecf2d785bb0120222ab4ab249abc1165314c':
  ADT: remove an obsolete import from the manifest.

15 years agoam 770dfc5: ADT: Refactoring classes dealing with android resources out
Xavier Ducrohet [Thu, 14 May 2009 00:46:49 +0000 (17:46 -0700)]
am 770dfc5: ADT: Refactoring classes dealing with android resources out

Merge commit '770dfc5ed43089228af1892eef3a73a0e7220bc7'

* commit '770dfc5ed43089228af1892eef3a73a0e7220bc7':
  ADT: Refactoring classes dealing with android resources out of the editor.

15 years agoADT: remove an obsolete import from the manifest.
Xavier Ducrohet [Thu, 14 May 2009 00:41:07 +0000 (17:41 -0700)]
ADT: remove an obsolete import from the manifest.

15 years agoADT: Refactoring classes dealing with android resources out of the editor.
Xavier Ducrohet [Thu, 14 May 2009 00:34:09 +0000 (17:34 -0700)]
ADT: Refactoring classes dealing with android resources out of the editor.

Basically:
editors.resources.manager -> resources.manager
editors.resources.configurations -> resources.configurations

This is to make it less confusing between the "Resources editors" and the
class parsing/handling Android resources (either in a project or in the
framework).
Also moved the ResourceExplorerView out of the resources editors, and clean
up a few other misc classes.

15 years agoam 5bb7e1e: ADT: Move more packages into internal:
Xavier Ducrohet [Thu, 14 May 2009 00:27:15 +0000 (17:27 -0700)]
am 5bb7e1e: ADT: Move more packages into internal:

Merge commit '5bb7e1e0cdb1b135968b279f7e4350769160ba11'

* commit '5bb7e1e0cdb1b135968b279f7e4350769160ba11':
  ADT: Move more packages into internal:

15 years agoADT: Move more packages into internal:
Xavier Ducrohet [Thu, 14 May 2009 00:23:00 +0000 (17:23 -0700)]
ADT: Move more packages into internal:

editors -> adt.internal.editors.

This also marks the final refactoring of combining previous editors/common
plugin under the adt package.

15 years agoam 9ed226a: ADT: Move more packages into internal.
Xavier Ducrohet [Thu, 14 May 2009 00:19:08 +0000 (17:19 -0700)]
am 9ed226a: ADT: Move more packages into internal.

Merge commit '9ed226af6a2946146a989f3c066150a8a98e4a1d'

* commit '9ed226af6a2946146a989f3c066150a8a98e4a1d':
  ADT: Move more packages into internal.

15 years agoADT: Move more packages into internal.
Xavier Ducrohet [Thu, 14 May 2009 00:13:15 +0000 (17:13 -0700)]
ADT: Move more packages into internal.

common.project -> adt.internal.project
adt.resources -> adt.internal.resources
adt.wizards.* -> adt.internal.wizards
adt.ui -> adt.internal.ui

15 years agoam 4cc22e5: ADT: Move more packages into internal
Xavier Ducrohet [Thu, 14 May 2009 00:07:08 +0000 (17:07 -0700)]
am 4cc22e5: ADT: Move more packages into internal

Merge commit '4cc22e5ebf7c69e06a6cbf893a97d2ade46c0d54'

* commit '4cc22e5ebf7c69e06a6cbf893a97d2ade46c0d54':
  ADT: Move more packages into internal

15 years agoADT: Move more packages into internal
Xavier Ducrohet [Wed, 13 May 2009 23:58:07 +0000 (16:58 -0700)]
ADT: Move more packages into internal

project.*
refactorings.*

Also: moved the export wizard from project.export to wizards.export, moved some
actions out of project into the new internal package actions.

15 years agoam f127736: ADT: Remove StreamHelper and integrate it in AdtPlugin.
Xavier Ducrohet [Wed, 13 May 2009 23:54:42 +0000 (16:54 -0700)]
am f127736: ADT: Remove StreamHelper and integrate it in AdtPlugin.

Merge commit 'f12773626484df90e08e5e50bdca81846950218e'

* commit 'f12773626484df90e08e5e50bdca81846950218e':
  ADT: Remove StreamHelper and integrate it in AdtPlugin.

15 years agoADT: Remove StreamHelper and integrate it in AdtPlugin.
Xavier Ducrohet [Wed, 13 May 2009 23:46:31 +0000 (16:46 -0700)]
ADT: Remove StreamHelper and integrate it in AdtPlugin.

StreamHelper was used before by AdtPlugin, DdmsPlugin and EditorsPlugin. It's now
only used by AdtPlugin, so the only 2 methods in it can go in AdtPlugin.
I merged the externalized string in the messages.properties file used by AdtPlugin.

15 years agoam 9eedccd: Moved more ADT packages into internal.
Xavier Ducrohet [Wed, 13 May 2009 23:45:46 +0000 (16:45 -0700)]
am 9eedccd: Moved more ADT packages into internal.

Merge commit '9eedccd52c6a6c579edf240afd397439691057d6'

* commit '9eedccd52c6a6c579edf240afd397439691057d6':
  Moved more ADT packages into internal.

15 years agoMoved more ADT packages into internal.
Xavier Ducrohet [Wed, 13 May 2009 23:37:55 +0000 (16:37 -0700)]
Moved more ADT packages into internal.

adt.build
adt.launch.*
adt.preferences

Also started combining adt and common.

15 years agoam 2c83a9f: Update ADT to use the refactored sdklib from previous patch.
Xavier Ducrohet [Wed, 13 May 2009 22:14:32 +0000 (15:14 -0700)]
am 2c83a9f: Update ADT to use the refactored sdklib from previous patch.

Merge commit '2c83a9f10cc8ac33e1caf411da571e2aa85c0909'

* commit '2c83a9f10cc8ac33e1caf411da571e2aa85c0909':
  Update ADT to use the refactored sdklib from previous patch.

15 years agoUpdate ADT to use the refactored sdklib from previous patch.
Xavier Ducrohet [Wed, 13 May 2009 22:06:27 +0000 (15:06 -0700)]
Update ADT to use the refactored sdklib from previous patch.

15 years agoam 4b20aab: Merge change 1571 into donut
Android (Google) Code Review [Wed, 13 May 2009 22:07:09 +0000 (15:07 -0700)]
am 4b20aab: Merge change 1571 into donut

Merge commit '4b20aab7997b5180a3b118fde204e55652b7dcb6'

* commit '4b20aab7997b5180a3b118fde204e55652b7dcb6':
  Move some classes that have non ready APIs to internal packages

15 years agoMerge change 1571 into donut
Android (Google) Code Review [Wed, 13 May 2009 22:04:17 +0000 (15:04 -0700)]
Merge change 1571 into donut

* changes:
  Move some classes that have non ready APIs to internal packages

15 years agoMove some classes that have non ready APIs to internal packages
Xavier Ducrohet [Wed, 13 May 2009 21:53:49 +0000 (14:53 -0700)]
Move some classes that have non ready APIs to internal packages

- com.android.sdklib.avd -> com.android.sdklib.internal.avd
- com.android.sdklib.project -> com.android.sdklib.internal.project

15 years agoam 0910170: am c331aeb: AI 148799: New TOC for PDK -- should be less clu
Gaurav Mathur [Wed, 13 May 2009 21:15:34 +0000 (14:15 -0700)]
am 0910170: am c331aeb: AI 148799: New TOC for PDK -- should be less clu

Merge commit '0910170f4acd2a219a455e5b9f74c7b6f3a81712'

* commit '0910170f4acd2a219a455e5b9f74c7b6f3a81712':
  AI 148799: New TOC for PDK -- should be less cluttered and uses folding to better

15 years agoam c331aeb: AI 148799: New TOC for PDK -- should be less cluttered and u
Gaurav Mathur [Wed, 13 May 2009 20:57:23 +0000 (13:57 -0700)]
am c331aeb: AI 148799: New TOC for PDK -- should be less cluttered and u

Merge commit 'c331aeb8d65805a3a1129ecdea62567b6c7bb24b' into donut

* commit 'c331aeb8d65805a3a1129ecdea62567b6c7bb24b':
  AI 148799: New TOC for PDK -- should be less cluttered and uses folding to better

15 years agoAI 148799: New TOC for PDK -- should be less cluttered and uses folding to better
Gaurav Mathur [Wed, 13 May 2009 20:53:51 +0000 (13:53 -0700)]
AI 148799: New TOC for PDK -- should be less cluttered and uses folding to better
  organize

Automated import of CL 148799