OSDN Git Service

android-x86/ndk.git
15 years agoam 8597204: Merge change 1015 into donut
Android (Google) Code Review [Wed, 6 May 2009 20:58:07 +0000 (13:58 -0700)]
am 8597204: Merge change 1015 into donut

Merge commit '85972041d04b24f26000c5504c1afe9d824b6c9a'

* commit '85972041d04b24f26000c5504c1afe9d824b6c9a':
  Make the simulator handle paths like '//data/data/...' the same way the device does.

15 years agoMerge change 1015 into donut
Android (Google) Code Review [Wed, 6 May 2009 20:55:42 +0000 (13:55 -0700)]
Merge change 1015 into donut

* changes:
  Make the simulator handle paths like '//data/data/...' the same way the device does.

15 years agoam a123cea: Merge change 1002 into donut
Android (Google) Code Review [Wed, 6 May 2009 19:04:22 +0000 (12:04 -0700)]
am a123cea: Merge change 1002 into donut

Merge commit 'a123cea7c82ec10cb1cbc027fc07352b922dff0e'

* commit 'a123cea7c82ec10cb1cbc027fc07352b922dff0e':
  runtest.py bug fixes.

15 years agoManual merge of runtest fixes in donut and new account test def add in master.
Brett Chabot [Wed, 6 May 2009 18:45:33 +0000 (11:45 -0700)]
Manual merge of runtest fixes in donut and new account test def add in 

commit 8a101cb057c1d1d5397b988b6a3f4c3add879008
Author: Brett Chabot <brettchabot@google.com>
Date:   Tue May 5 12:56:39 2009 -0700

    runtest.py bug fixes.

    Improved error handling, and added support for "size" and "package" arguments.
    Removed deprecated runtest shell script.

15 years agoMerge change 1002 into donut
Android (Google) Code Review [Wed, 6 May 2009 17:31:01 +0000 (10:31 -0700)]
Merge change 1002 into donut

* changes:
  runtest.py bug fixes.

15 years agoMake the simulator handle paths like '//data/data/...' the same way the device does.
Marco Nelissen [Tue, 5 May 2009 21:54:14 +0000 (14:54 -0700)]
Make the simulator handle paths like '//data/data/...' the same way the device does.

15 years agoam 1bb52f2: Fix ADT junit test for AndroidManifestParser following API c
Raphael [Tue, 5 May 2009 20:59:21 +0000 (13:59 -0700)]
am 1bb52f2: Fix ADT junit test for AndroidManifestParser following API c

Merge commit '1bb52f25870a0f183b9c5a24362c2468fb316435'

* commit '1bb52f25870a0f183b9c5a24362c2468fb316435':
  Fix ADT junit test for AndroidManifestParser following API change.

15 years agoFix ADT junit test for AndroidManifestParser following API change.
Raphael [Tue, 5 May 2009 20:40:24 +0000 (13:40 -0700)]
Fix ADT junit test for AndroidManifestParser following API change.

15 years agoruntest.py bug fixes.
Brett Chabot [Tue, 5 May 2009 19:56:39 +0000 (12:56 -0700)]
runtest.py bug fixes.

Improved error handling, and added support for "size" and "package" arguments.
Removed deprecated runtest shell script.

15 years agoam 816ba07: ADT #1825491: Provide default choices for <uses-library>
Raphael [Mon, 4 May 2009 22:58:21 +0000 (15:58 -0700)]
am 816ba07: ADT #1825491: Provide default choices for <uses-library>

Merge commit '816ba073c618e4f1c2085451d117d463e71680a0'

* commit '816ba073c618e4f1c2085451d117d463e71680a0':
  ADT #1825491: Provide default choices for <uses-library>

15 years agoADT #1825491: Provide default choices for <uses-library>
Raphael [Mon, 4 May 2009 22:37:40 +0000 (15:37 -0700)]
ADT #1825491: Provide default choices for <uses-library>

We currently hardcode a list in the PlatformTarget and propagate
it to the UI via the AndroidTargetParser. This way we can later
decide to actually get the info from some kind of manifest.

15 years agoam 70c31ea: Merge change 947 into donut
Android (Google) Code Review [Mon, 4 May 2009 20:59:42 +0000 (13:59 -0700)]
am 70c31ea: Merge change 947 into donut

Merge commit '70c31eae8c5fa014bc01027c63325af1e7ebe44b'

* commit '70c31eae8c5fa014bc01027c63325af1e7ebe44b':
  IDE: Add ConfigBuildFlags to Eclipse's .classpath

15 years agoMerge change 947 into donut
Android (Google) Code Review [Mon, 4 May 2009 20:58:09 +0000 (13:58 -0700)]
Merge change 947 into donut

* changes:
  IDE: Add ConfigBuildFlags to Eclipse's .classpath

15 years agoIDE: Add ConfigBuildFlags to Eclipse's .classpath
Dave Bort [Fri, 1 May 2009 00:15:53 +0000 (17:15 -0700)]
IDE: Add ConfigBuildFlags to Eclipse's .classpath

Signed-off-by: Dave Bort <dbort@android.com>
15 years agoam 106e79f: Merge change 889 into donut
Android (Google) Code Review [Mon, 4 May 2009 18:36:34 +0000 (11:36 -0700)]
am 106e79f: Merge change 889 into donut

Merge commit '106e79fa3fcd5eae06d57c2dacc34883e60617a7'

* commit '106e79fa3fcd5eae06d57c2dacc34883e60617a7':
  Broaden the search for native test files.

15 years agoMerge change 889 into donut
Android (Google) Code Review [Mon, 4 May 2009 18:34:51 +0000 (11:34 -0700)]
Merge change 889 into donut

* changes:
  Broaden the search for native test files.

15 years agoBroaden the search for native test files.
Nicolas Catania [Fri, 1 May 2009 18:55:36 +0000 (11:55 -0700)]
Broaden the search for native test files.

Previously we were looking for test files with this pattern: test_*
I added *_test.[cc|cpp] and *_unittest.[cc|cpp]

The search also scan all the subdirectories of the build_path from
the test definition.

I added a filtering stage where missing tests are ignored.
For instance we may have a source file that has not been built for
the target, in which case it is ignored when we run the target tests.

In android_build.py I added 4 helper functions to get access to the
build environment:
- GetHostBin
- GetProductOut
- GetTargetSystemBin
- GetHostOsArch

Replace all the hardcoded linux-x86 strings with the value returned
by GetHostOsArch.

15 years agoam 39bd4dd: am 01a62ee: AI 148202: Applying changes to build_new_device.
David Warren [Sat, 2 May 2009 06:10:13 +0000 (23:10 -0700)]
am 39bd4dd: am 01a62ee: AI 148202: Applying changes to build_new_device.

Merge commit '39bd4dd798c9dbcaf9b37248dd3d3f56dc1bb4af'

* commit '39bd4dd798c9dbcaf9b37248dd3d3f56dc1bb4af':
  AI 148202: Applying changes to build_new_device.jd originally made by Reena in CL 148100. I made her edits by hand. The problem is that I moved all content files from docs to docs/guide and she edited the version in docs (which no longer exists).

15 years agoam 01a62ee: AI 148202: Applying changes to build_new_device.jd originall
David Warren [Fri, 1 May 2009 21:22:21 +0000 (14:22 -0700)]
am 01a62ee: AI 148202: Applying changes to build_new_device.jd originall

Merge commit '01a62eeda8f2065aaf26a02decc615c19b63e967' into donut

* commit '01a62eeda8f2065aaf26a02decc615c19b63e967':
  AI 148202: Applying changes to build_new_device.jd originally made by Reena in CL 148100. I made her edits by hand. The problem is that I moved all content files from docs to docs/guide and she edited the version in docs (which no longer exists).

15 years agoAI 148202: Applying changes to build_new_device.jd originally made by Reena in CL...
David Warren [Fri, 1 May 2009 21:22:07 +0000 (14:22 -0700)]
AI 148202: Applying changes to build_new_device.jd originally made by Reena in CL 148100. I made her edits by hand. The problem is that I moved all content files from docs to docs/guide and she edited the version in docs (which no longer exists).

Automated import of CL 148202

15 years agoam beb3214: ADT #1823896: Ability to add an "extra" action to the AVD Se
Raphael [Fri, 1 May 2009 21:08:07 +0000 (14:08 -0700)]
am beb3214: ADT #1823896: Ability to add an "extra" action to the AVD Se

Merge commit 'beb3214b46e18bb461760c47f04c5b909557d060'

* commit 'beb3214b46e18bb461760c47f04c5b909557d060':
  ADT #1823896: Ability to add an "extra" action to the AVD Selector.

15 years agoADT #1823896: Ability to add an "extra" action to the AVD Selector.
Raphael [Fri, 1 May 2009 19:34:14 +0000 (12:34 -0700)]
ADT #1823896: Ability to add an "extra" action to the AVD Selector.

Used to display the AVD Manager from the Device Chooser/Launch config.
Used to delete AVDs from the AVD Manager.

In AVD Manager, also hide the Cancel button since actions are
immediate and not cancelable.

15 years agoam d1a3675: Merge change 856 into donut
Android (Google) Code Review [Fri, 1 May 2009 18:59:00 +0000 (11:59 -0700)]
am d1a3675: Merge change 856 into donut

Merge commit 'd1a367549baba493f2d87c2377e09323b929e772'

* commit 'd1a367549baba493f2d87c2377e09323b929e772':
  Modified the command to run native test on the host:

15 years agoMerge change 856 into donut
Android (Google) Code Review [Fri, 1 May 2009 18:09:46 +0000 (11:09 -0700)]
Merge change 856 into donut

* changes:
  Modified the command to run native test on the host: - when valgrind is used, the output is discarded, always. - otherwise, the output of the test is printed only when the test failed.

15 years agoModified the command to run native test on the host:
Nicolas Catania [Fri, 1 May 2009 02:27:52 +0000 (19:27 -0700)]
Modified the command to run native test on the host:
- when valgrind is used, the output is discarded, always.
- otherwise, the output of the test is printed only when the test failed.

15 years agoam 140eed1: am 2b15cf1: AI 148129: Missing \ in Pdk.Mk causing build to
David Warren [Fri, 1 May 2009 01:24:37 +0000 (18:24 -0700)]
am 140eed1: am 2b15cf1: AI 148129: Missing \ in Pdk.Mk causing build to

Merge commit '140eed1ac513d26debca9ec92ffaea930a4c1736'

* commit '140eed1ac513d26debca9ec92ffaea930a4c1736':
  AI 148129: Missing \ in Pdk.Mk causing build to not go through - Gaurav

15 years agoam 7e2a21a: am 390be0e: AI 148128: -Removed "Option1" about using builds
Reena Lee [Fri, 1 May 2009 01:24:36 +0000 (18:24 -0700)]
am 7e2a21a: am 390be0e: AI 148128: -Removed "Option1" about using builds

Merge commit '7e2a21adcc304b9aea01a9dc68af384fde5c314e'

* commit '7e2a21adcc304b9aea01a9dc68af384fde5c314e':
  AI 148128: -Removed "Option1" about using buildspec which is no longer relevant.

15 years agoam a8300ee: am 1b4feb4: AI 148118: 2 new debugging docs.
David Warren [Fri, 1 May 2009 01:24:36 +0000 (18:24 -0700)]
am a8300ee: am 1b4feb4: AI 148118: 2 new debugging docs.

Merge commit 'a8300ee2fcfc2535a0688a1bac687c0c6ee82dbd'

* commit 'a8300ee2fcfc2535a0688a1bac687c0c6ee82dbd':
  AI 148118: 2 new debugging docs.

15 years agohand merge b70a012, ignoring pdk/docs/source_setup_guide.jd
The Android Open Source Project [Fri, 1 May 2009 01:23:05 +0000 (18:23 -0700)]
hand merge b70a012, ignoring pdk/docs/source_setup_guide.jd

15 years agoam 969e009: am 5f6ca4f: AI 148105: Assigning to Ryan for Dr No Approval.
David Warren [Fri, 1 May 2009 01:11:17 +0000 (18:11 -0700)]
am 969e009: am 5f6ca4f: AI 148105: Assigning to Ryan for Dr No Approval.

Merge commit '969e009757c58a9f806f88f04fc6071150ae7478'

* commit '969e009757c58a9f806f88f04fc6071150ae7478':
  AI 148105: Assigning to Ryan for Dr No Approval.

15 years agoam 7d64517: Merge change 839 into donut
Android (Google) Code Review [Fri, 1 May 2009 01:11:16 +0000 (18:11 -0700)]
am 7d64517: Merge change 839 into donut

Merge commit '7d645177b5946f2f4b0491462f0046492a1cf43c'

* commit '7d645177b5946f2f4b0491462f0046492a1cf43c':
  ADT #1823896: AVD Manager button in the AVD Selector.

15 years agoam 22056a6: am 9844b75: AI 148100: Testing out PDK updates by updating /
Reena Lee [Fri, 1 May 2009 01:11:16 +0000 (18:11 -0700)]
am 22056a6: am 9844b75: AI 148100: Testing out PDK updates by updating /

Merge commit '22056a6526fd754a3a4cd99cdad5001c85a6b623'

* commit '22056a6526fd754a3a4cd99cdad5001c85a6b623':
  AI 148100: Testing out PDK updates by updating /device/partner/ references in the "building a new device" steps

15 years agoam 7ce0733: am 925f5d2: AI 148090: Whichdoc = online/offline
Mike Ritter [Fri, 1 May 2009 01:11:16 +0000 (18:11 -0700)]
am 7ce0733: am 925f5d2: AI 148090: Whichdoc = online/offline

Merge commit '7ce0733ba9428c6616df499f99e17e2ed27cd93f'

* commit '7ce0733ba9428c6616df499f99e17e2ed27cd93f':
  AI 148090: Whichdoc = online/offline

15 years agoam 5941176: Merge change 822 into donut
Android (Google) Code Review [Fri, 1 May 2009 01:11:16 +0000 (18:11 -0700)]
am 5941176: Merge change 822 into donut

Merge commit '5941176ccd7f05ed1786f0b45ecc0905b0effc49'

* commit '5941176ccd7f05ed1786f0b45ecc0905b0effc49':
  Move some simulator fixes from master to donut.

15 years agomerged development with conflicts....
Xavier Ducrohet [Fri, 1 May 2009 00:35:21 +0000 (17:35 -0700)]
merged development with conflicts....

15 years agoam 2b15cf1: AI 148129: Missing \ in Pdk.Mk causing build to not go throu
David Warren [Fri, 1 May 2009 00:27:16 +0000 (17:27 -0700)]
am 2b15cf1: AI 148129: Missing \ in Pdk.Mk causing build to not go throu

Merge commit '2b15cf1abf2f41e3a9f7edc99d65a9e9d38e6c25' into donut

* commit '2b15cf1abf2f41e3a9f7edc99d65a9e9d38e6c25':
  AI 148129: Missing \ in Pdk.Mk causing build to not go through - Gaurav

15 years agoam 390be0e: AI 148128: -Removed "Option1" about using buildspec which is
Reena Lee [Fri, 1 May 2009 00:27:16 +0000 (17:27 -0700)]
am 390be0e: AI 148128: -Removed "Option1" about using buildspec which is

Merge commit '390be0e33d61654113b4bdc9b1974b33eebd2205' into donut

* commit '390be0e33d61654113b4bdc9b1974b33eebd2205':
  AI 148128: -Removed "Option1" about using buildspec which is no longer relevant.

15 years agoam 1b4feb4: AI 148118: 2 new debugging docs.
David Warren [Fri, 1 May 2009 00:27:15 +0000 (17:27 -0700)]
am 1b4feb4: AI 148118: 2 new debugging docs.

Merge commit '1b4feb4926e8b34b10569f492a7f06175d3829bb' into donut

* commit '1b4feb4926e8b34b10569f492a7f06175d3829bb':
  AI 148118: 2 new debugging docs.

15 years agoam e0d7b8a: AI 148117: these docs have moved into "guide" directory.
David Warren [Fri, 1 May 2009 00:27:15 +0000 (17:27 -0700)]
am e0d7b8a: AI 148117: these docs have moved into "guide" directory.

Merge commit 'e0d7b8a65d51912228d920f8b884f401146531e2' into donut

* commit 'e0d7b8a65d51912228d920f8b884f401146531e2':
  AI 148117: these docs have moved into "guide" directory.

15 years agoam 5f6ca4f: AI 148105: Assigning to Ryan for Dr No Approval.
David Warren [Fri, 1 May 2009 00:27:14 +0000 (17:27 -0700)]
am 5f6ca4f: AI 148105: Assigning to Ryan for Dr No Approval.

Merge commit '5f6ca4f519a1a9375628102f284ab059fd0ef4a1' into donut

* commit '5f6ca4f519a1a9375628102f284ab059fd0ef4a1':
  AI 148105: Assigning to Ryan for Dr No Approval.

15 years agoAI 148129: Missing \ in Pdk.Mk causing build to not go through - Gaurav
David Warren [Fri, 1 May 2009 00:23:42 +0000 (17:23 -0700)]
AI 148129: Missing \ in Pdk.Mk causing build to not go through - Gaurav

Automated import of CL 148129

15 years agoAI 148128: -Removed "Option1" about using buildspec which is no longer relevant.
Reena Lee [Fri, 1 May 2009 00:22:16 +0000 (17:22 -0700)]
AI 148128: -Removed "Option1" about using buildspec which is no longer relevant.
  -Updated paths to no longer reference device/

Automated import of CL 148128

15 years agoMerge change 839 into donut
Android (Google) Code Review [Fri, 1 May 2009 00:18:00 +0000 (17:18 -0700)]
Merge change 839 into donut

* changes:
  ADT #1823896: AVD Manager button in the AVD Selector.

15 years agoAI 148118: 2 new debugging docs.
David Warren [Fri, 1 May 2009 00:16:25 +0000 (17:16 -0700)]
AI 148118: 2 new debugging docs.

Automated import of CL 148118

15 years agoADT #1823896: AVD Manager button in the AVD Selector.
Raphael [Thu, 30 Apr 2009 23:10:47 +0000 (16:10 -0700)]
ADT #1823896: AVD Manager button in the AVD Selector.

Device chooser: avd manager callback + avd list refresh.
Device chooser: dialog title.
Device launcher tab: avd manager callaback + avd list refresh.

15 years agoAI 148117: these docs have moved into "guide" directory.
David Warren [Fri, 1 May 2009 00:14:56 +0000 (17:14 -0700)]
AI 148117: these docs have moved into "guide" directory.

Automated import of CL 148117

15 years agoAI 148105: Assigning to Ryan for Dr No Approval.
David Warren [Fri, 1 May 2009 00:11:58 +0000 (17:11 -0700)]
AI 148105: Assigning to Ryan for Dr No Approval.
  These are new content files for the partner development kit that will be hosted off of source.android.com externally.

Automated import of CL 148105

15 years agoam 9844b75: AI 148100: Testing out PDK updates by updating /device/partn
Reena Lee [Fri, 1 May 2009 00:09:29 +0000 (17:09 -0700)]
am 9844b75: AI 148100: Testing out PDK updates by updating /device/partn

Merge commit '9844b7560db1101ef69186fa93fc062ca9fe7c3a' into donut

* commit '9844b7560db1101ef69186fa93fc062ca9fe7c3a':
  AI 148100: Testing out PDK updates by updating /device/partner/ references in the "building a new device" steps

15 years agoam 925f5d2: AI 148090: Whichdoc = online/offline
Mike Ritter [Fri, 1 May 2009 00:09:29 +0000 (17:09 -0700)]
am 925f5d2: AI 148090: Whichdoc = online/offline

Merge commit '925f5d2ee93268cec699210b8f61858211da7289' into donut

* commit '925f5d2ee93268cec699210b8f61858211da7289':
  AI 148090: Whichdoc = online/offline

15 years agoAI 148100: Testing out PDK updates by updating /device/partner/ references in the...
Reena Lee [Fri, 1 May 2009 00:08:54 +0000 (17:08 -0700)]
AI 148100: Testing out PDK updates by updating /device/partner/ references in the "building a new device" steps

Automated import of CL 148100

15 years agoAI 148090: Whichdoc = online/offline
Mike Ritter [Fri, 1 May 2009 00:07:19 +0000 (17:07 -0700)]
AI 148090: Whichdoc = online/offline
  Whichmodule = pdk for clearsilver

Automated import of CL 148090

15 years agoMerge change 822 into donut
Android (Google) Code Review [Thu, 30 Apr 2009 21:37:23 +0000 (14:37 -0700)]
Merge change 822 into donut

* changes:
  Move some simulator fixes from master to donut. In git master they were part of change 700ccfcc01d3081ff74ef5006e8f0dec5ac52a96, which was an auto import from //branches/master/...@140412 The original change was 134529 in perforce.

15 years agoDisplay the AVD manager wizard during launches where no compatible AVDs exist.
Xavier Ducrohet [Thu, 30 Apr 2009 00:34:38 +0000 (17:34 -0700)]
Display the AVD manager wizard during launches where no compatible AVDs exist.

15 years agoMove some simulator fixes from master to donut.
Marco Nelissen [Thu, 30 Apr 2009 21:11:03 +0000 (14:11 -0700)]
Move some simulator fixes from master to donut.
In git master they were part of change 700ccfcc01d3081ff74ef5006e8f0dec5ac52a96,
which was an auto import from //branches/master/...@140412
The original change was 134529 in perforce.

15 years agoam 9e2993e: Merge change 770 into donut
Android (Google) Code Review [Thu, 30 Apr 2009 19:33:07 +0000 (12:33 -0700)]
am 9e2993e: Merge change 770 into donut

Merge commit '9e2993ed2e07c21262d83294388e0ff09a005866'

* commit '9e2993ed2e07c21262d83294388e0ff09a005866':
  ADT 1603194: Android Package browser for Instrumentation nodes.

15 years agoMerge change 770 into donut
Android (Google) Code Review [Thu, 30 Apr 2009 18:59:01 +0000 (11:59 -0700)]
Merge change 770 into donut

* changes:
  ADT 1603194: Android Package browser for Instrumentation nodes.

15 years agoam ae23694: Merge change 776 into donut
Android (Google) Code Review [Thu, 30 Apr 2009 17:59:06 +0000 (10:59 -0700)]
am ae23694: Merge change 776 into donut

Merge commit 'ae23694d167404857034b269b6a0cce4da790d64'

* commit 'ae23694d167404857034b269b6a0cce4da790d64':
  Make sure we request the Client allocation status even if we fail to open a debugger port for it.

15 years agoMerge change 776 into donut
Android (Google) Code Review [Thu, 30 Apr 2009 16:41:46 +0000 (09:41 -0700)]
Merge change 776 into donut

* changes:
  Make sure we request the Client allocation status even if we fail to open a debugger port for it.

15 years agoam fba8d83: am aa2d952: AI 147991: make sources appear in online-pdk/gui
Mike Ritter [Thu, 30 Apr 2009 07:01:25 +0000 (00:01 -0700)]
am fba8d83: am aa2d952: AI 147991: make sources appear in online-pdk/gui

Merge commit 'fba8d837f5d926dc3f469a99edb22f55d69dff76'

* commit 'fba8d837f5d926dc3f469a99edb22f55d69dff76':
  AI 147991: make sources appear in online-pdk/guide

15 years agoam aa2d952: AI 147991: make sources appear in online-pdk/guide
Mike Ritter [Thu, 30 Apr 2009 06:30:44 +0000 (23:30 -0700)]
am aa2d952: AI 147991: make sources appear in online-pdk/guide

Merge commit 'aa2d95234e8350eebf789da2b976f843318dead8' into donut

* commit 'aa2d95234e8350eebf789da2b976f843318dead8':
  AI 147991: make sources appear in online-pdk/guide

15 years agoam 70fc6e9: Make sure that any exception during the final packaging prop
Xavier Ducrohet [Thu, 30 Apr 2009 04:20:31 +0000 (21:20 -0700)]
am 70fc6e9: Make sure that any exception during the final packaging prop

Merge commit '70fc6e96af1213c192160a16803feb220e10c561'

* commit '70fc6e96af1213c192160a16803feb220e10c561':
  Make sure that any exception during the final packaging properly put an error marker on the project (since build failed.

15 years agoMake sure we request the Client allocation status even if we fail to open a debugger...
Xavier Ducrohet [Thu, 30 Apr 2009 01:18:36 +0000 (18:18 -0700)]
Make sure we request the Client allocation status even if we fail to open a debugger port for it.

15 years agoADT 1603194: Android Package browser for Instrumentation nodes.
Raphael [Thu, 30 Apr 2009 00:32:52 +0000 (17:32 -0700)]
ADT 1603194: Android Package browser for Instrumentation nodes.

15 years agoMake sure that any exception during the final packaging properly put an error marker...
Xavier Ducrohet [Wed, 29 Apr 2009 21:38:30 +0000 (14:38 -0700)]
Make sure that any exception during the final packaging properly put an error marker on the project (since build failed.

15 years agoam 8ffde4b: Merge change 715 into donut
Android (Google) Code Review [Wed, 29 Apr 2009 20:10:16 +0000 (13:10 -0700)]
am 8ffde4b: Merge change 715 into donut

Merge commit '8ffde4bf375063f622a5227c349506cb6721f660'

* commit '8ffde4bf375063f622a5227c349506cb6721f660':
  ADT #1820114: Provide a quick UI to edit AVD.

15 years agoMerge change 715 into donut
Android (Google) Code Review [Wed, 29 Apr 2009 19:10:55 +0000 (12:10 -0700)]
Merge change 715 into donut

* changes:
  ADT #1820114: Provide a quick UI to edit AVD.

15 years agoam 82ce558: am 705a3ee: AI 147793: cleanup broken links and delete all i
Scott Main [Wed, 29 Apr 2009 19:06:42 +0000 (12:06 -0700)]
am 82ce558: am 705a3ee: AI 147793: cleanup broken links and delete all i

Merge commit '82ce5582419cb1a4f1108c2946bac138c3446b21'

* commit '82ce5582419cb1a4f1108c2946bac138c3446b21':
  AI 147793: cleanup broken links and delete all innacurate info in apidemo pages

15 years agoam 3161d1f: Merge change 663 into donut
Android (Google) Code Review [Wed, 29 Apr 2009 19:06:41 +0000 (12:06 -0700)]
am 3161d1f: Merge change 663 into donut

Merge commit '3161d1fa496fd4d11e7b10191f686c2a617b2335'

* commit '3161d1fa496fd4d11e7b10191f686c2a617b2335':
  Fix ADT#1807821: -f option ignored when avd dir already existed.

15 years agoam 5ea0a94: Merge change 657 into donut
Android (Google) Code Review [Wed, 29 Apr 2009 19:06:41 +0000 (12:06 -0700)]
am 5ea0a94: Merge change 657 into donut

Merge commit '5ea0a9436cda662264cc0dcf92d3559d532383bb'

* commit '5ea0a9436cda662264cc0dcf92d3559d532383bb':
  Fix a memory deallocation error that was crashing q2dm.

15 years agoam 68fee20: Fix cygwin git script, we need some of the external projects
Raphael [Wed, 29 Apr 2009 19:06:41 +0000 (12:06 -0700)]
am 68fee20: Fix cygwin git script, we need some of the external projects

Merge commit '68fee208248b8a7cc05033156c8acdb5c74b9fa7'

* commit '68fee208248b8a7cc05033156c8acdb5c74b9fa7':
  Fix cygwin git script, we need some of the external projects.

15 years agoam 5949992: Merge change 627 into donut
Android (Google) Code Review [Wed, 29 Apr 2009 19:06:41 +0000 (12:06 -0700)]
am 5949992: Merge change 627 into donut

Merge commit '594999277ec269bc706647b23ecc11e16f12a971'

* commit '594999277ec269bc706647b23ecc11e16f12a971':
  Fix a bunch of issues related to packaging the content of libs (NPE with files with no extension, not ignoring ignorable folders). Also fixed an issue when parsing Manifest with <uses-sdk />

15 years agoam 1ec5e2f: Move ADT to 0.9.1
Xavier Ducrohet [Wed, 29 Apr 2009 19:06:41 +0000 (12:06 -0700)]
am 1ec5e2f: Move ADT to 0.9.1

Merge commit '1ec5e2f4bb6ac9b5954558033894a5c95e14d7a1'

* commit '1ec5e2f4bb6ac9b5954558033894a5c95e14d7a1':
  Move ADT to 0.9.1

15 years agoam b1be9fb: Make traceview compile with the new API from SdkStats.
Xavier Ducrohet [Wed, 29 Apr 2009 19:06:41 +0000 (12:06 -0700)]
am b1be9fb: Make traceview compile with the new API from SdkStats.

Merge commit 'b1be9fb5098a6ccc2117df5a82e96aba6778edf1'

* commit 'b1be9fb5098a6ccc2117df5a82e96aba6778edf1':
  Make traceview compile with the new API from SdkStats.

15 years agoam dc7622d: Merge change 609 into donut
Android (Google) Code Review [Wed, 29 Apr 2009 19:06:40 +0000 (12:06 -0700)]
am dc7622d: Merge change 609 into donut

Merge commit 'dc7622dca5bd355d57dd07c332d40b2a16b79bdc'

* commit 'dc7622dca5bd355d57dd07c332d40b2a16b79bdc':
  Fix the opt-in window for usage stat so that it works when running from ADT.

15 years agoam 5ea4287: Documents various git issues for Windows.
Raphael [Wed, 29 Apr 2009 19:06:40 +0000 (12:06 -0700)]
am 5ea4287: Documents various git issues for Windows.

Merge commit '5ea42870afb61660a530341582b750147e5ccaf9'

* commit '5ea42870afb61660a530341582b750147e5ccaf9':
  Documents various git issues for Windows.

15 years agoam aa8c266: Split development/.gitignore into separate gitignore files p
Raphael [Wed, 29 Apr 2009 19:06:40 +0000 (12:06 -0700)]
am aa8c266: Split development/.gitignore into separate gitignore files p

Merge commit 'aa8c266ed05c08af71bfdaa48de44bec3d581102'

* commit 'aa8c266ed05c08af71bfdaa48de44bec3d581102':
  Split development/.gitignore into separate gitignore files per project.

15 years agoam 07a70dd: Add Eclipse projects bin folders to the gitignore list.
Xavier Ducrohet [Wed, 29 Apr 2009 19:06:40 +0000 (12:06 -0700)]
am 07a70dd: Add Eclipse projects bin folders to the gitignore list.

Merge commit '07a70dd030c8b91c3df095feccb12540ee7b1dfc'

* commit '07a70dd030c8b91c3df095feccb12540ee7b1dfc':
  Add Eclipse projects bin folders to the gitignore list.

15 years agoam 782884a: Merge change 556 into donut
Android (Google) Code Review [Wed, 29 Apr 2009 19:06:39 +0000 (12:06 -0700)]
am 782884a: Merge change 556 into donut

Merge commit '782884aef34a060c280f7be640e8c2e715750ce8'

* commit '782884aef34a060c280f7be640e8c2e715750ce8':
  Fixed a bug in XML parser handler where some words were being split in two. Fixes #1812655.

15 years agoam e007ff4: Merge change 504 into donut
Android (Google) Code Review [Wed, 29 Apr 2009 19:06:39 +0000 (12:06 -0700)]
am e007ff4: Merge change 504 into donut

Merge commit 'e007ff4cfa446aebe2c3d5c2e04f76b4258c5b5f'

* commit 'e007ff4cfa446aebe2c3d5c2e04f76b4258c5b5f':
  Add network statistics collection to monkey runs.

15 years agoam 999c23d: Merge change 536 into donut
Android (Google) Code Review [Wed, 29 Apr 2009 19:06:39 +0000 (12:06 -0700)]
am 999c23d: Merge change 536 into donut

Merge commit '999c23d2dd647dc8499e7ed9d1d8355a78122452'

* commit '999c23d2dd647dc8499e7ed9d1d8355a78122452':
  ADT #1810565: Fix symlinks for ADT/DDMS show up in git

15 years agoam c7ad6e2: Add a sample showing how to use the new static OpenGL ES bin
Jack Palevich [Wed, 29 Apr 2009 19:06:39 +0000 (12:06 -0700)]
am c7ad6e2: Add a sample showing how to use the new static OpenGL ES bin

Merge commit 'c7ad6e203d165a0ca1d4c1e4ef59b6ef1858fe91'

* commit 'c7ad6e203d165a0ca1d4c1e4ef59b6ef1858fe91':
  Add a sample showing how to use the new static OpenGL ES bindings.

15 years agoam cdf3673: Merge change 506 into donut
Android (Google) Code Review [Wed, 29 Apr 2009 19:06:39 +0000 (12:06 -0700)]
am cdf3673: Merge change 506 into donut

Merge commit 'cdf36733a3f7b92c2f3ba36e07d80c12b2af71e5'

* commit 'cdf36733a3f7b92c2f3ba36e07d80c12b2af71e5':
  yuv420sp2rgb: a tool to convert from YUV 4:2:0 semiplanar to various RGB formats

15 years agoam 7b10ec3: Merge change 434 into donut
Android (Google) Code Review [Wed, 29 Apr 2009 19:06:39 +0000 (12:06 -0700)]
am 7b10ec3: Merge change 434 into donut

Merge commit '7b10ec3d1f271e25793f71e9af1b36ec69a21f3c'

* commit '7b10ec3d1f271e25793f71e9af1b36ec69a21f3c':
  Added a method in run_command.py to run a host test.

15 years agoam a2e3d43: Add official copyright templates
Dave Bort [Wed, 29 Apr 2009 19:06:38 +0000 (12:06 -0700)]
am a2e3d43: Add official copyright templates

Merge commit 'a2e3d43bb7c274e1630036fdd5cc32cd94808533'

* commit 'a2e3d43bb7c274e1630036fdd5cc32cd94808533':
  Add official copyright templates

15 years agoADT #1820114: Provide a quick UI to edit AVD.
Raphael [Wed, 29 Apr 2009 06:41:40 +0000 (23:41 -0700)]
ADT #1820114: Provide a quick UI to edit AVD.

This is temporary and will be replaced once we get the standalone AVD UI.

15 years agoAI 147991: make sources appear in online-pdk/guide
Mike Ritter [Wed, 29 Apr 2009 16:19:32 +0000 (09:19 -0700)]
AI 147991: make sources appear in online-pdk/guide
  BUG=1815368

Automated import of CL 147991

15 years agoam 705a3ee: AI 147793: cleanup broken links and delete all innacurate in
Scott Main [Wed, 29 Apr 2009 04:53:14 +0000 (21:53 -0700)]
am 705a3ee: AI 147793: cleanup broken links and delete all innacurate in

Merge commit '705a3ee3975877460c124d98eda12ae16dadd1a6' into donut

* commit '705a3ee3975877460c124d98eda12ae16dadd1a6':
  AI 147793: cleanup broken links and delete all innacurate info in apidemo pages

15 years agoMerge change 663 into donut
Android (Google) Code Review [Tue, 28 Apr 2009 20:52:51 +0000 (13:52 -0700)]
Merge change 663 into donut

* changes:
  Fix ADT#1807821: -f option ignored when avd dir already existed.

15 years agoMerge change 657 into donut
Android (Google) Code Review [Tue, 28 Apr 2009 20:16:19 +0000 (13:16 -0700)]
Merge change 657 into donut

* changes:
  Fix a memory deallocation error that was crashing q2dm.

15 years agoFix a memory deallocation error that was crashing q2dm.
Jack Veenstra [Tue, 28 Apr 2009 18:33:55 +0000 (11:33 -0700)]
Fix a memory deallocation error that was crashing q2dm.

Also fix a bunch of compile warnings by changing "char *" to "const char *".

15 years agoFix ADT#1807821: -f option ignored when avd dir already existed.
Raphael [Tue, 28 Apr 2009 19:54:47 +0000 (12:54 -0700)]
Fix ADT#1807821: -f option ignored when avd dir already existed.

Also fixed an NPE when parsing some invalid AVDs.

15 years agoFix cygwin git script, we need some of the external projects.
Raphael [Tue, 28 Apr 2009 19:11:03 +0000 (12:11 -0700)]
Fix cygwin git script, we need some of the external projects.

15 years agoMerge change 627 into donut
Android (Google) Code Review [Tue, 28 Apr 2009 18:02:14 +0000 (11:02 -0700)]
Merge change 627 into donut

* changes:
  Fix a bunch of issues related to packaging the content of libs (NPE with files with no extension, not ignoring ignorable folders). Also fixed an issue when parsing Manifest with <uses-sdk />

15 years agoMove ADT to 0.9.1
Xavier Ducrohet [Tue, 28 Apr 2009 02:02:03 +0000 (19:02 -0700)]
Move ADT to 0.9.1

15 years agoFix a bunch of issues related to packaging the content of libs (NPE with files with...
Xavier Ducrohet [Tue, 28 Apr 2009 01:52:49 +0000 (18:52 -0700)]
Fix a bunch of issues related to packaging the content of libs (NPE with files with no extension, not ignoring ignorable folders). Also fixed an issue when parsing Manifest with <uses-sdk />

15 years agoMake traceview compile with the new API from SdkStats.
Xavier Ducrohet [Tue, 28 Apr 2009 00:38:40 +0000 (17:38 -0700)]
Make traceview compile with the new API from SdkStats.

15 years agoMerge change 609 into donut
Android (Google) Code Review [Mon, 27 Apr 2009 23:08:01 +0000 (16:08 -0700)]
Merge change 609 into donut

* changes:
  Fix the opt-in window for usage stat so that it works when running from ADT.

15 years agoFix the opt-in window for usage stat so that it works when running from ADT.
Xavier Ducrohet [Mon, 27 Apr 2009 21:58:09 +0000 (14:58 -0700)]
Fix the opt-in window for usage stat so that it works when running from ADT.

15 years agoDocuments various git issues for Windows.
Raphael [Mon, 27 Apr 2009 22:01:16 +0000 (15:01 -0700)]
Documents various git issues for Windows.

15 years agoSplit development/.gitignore into separate gitignore files per project.
Raphael [Mon, 27 Apr 2009 01:07:04 +0000 (18:07 -0700)]
Split development/.gitignore into separate gitignore files per project.
Added missing gitignore for layoutlib_utils.
Changed mkstubs build path to use prebuilt/asm-3.1 instead of asm-3.1 project.