Commit Graph

65 Commits

Author SHA1 Message Date
Xavier Ducrohet
bb90a717f2 am 5379e098: Remove section about USB driver as not everything is directly available anymore
Merge commit '5379e0981ebd570faba0dcd13c087f71d856e0f0'

* commit '5379e0981ebd570faba0dcd13c087f71d856e0f0':
  Remove section about USB driver as not everything is directly available anymore
2009-07-30 16:07:37 -07:00
Xavier Ducrohet
5379e0981e Remove section about USB driver as not everything is directly available anymore
See development/host/windows/usb/readme.txt
2009-07-30 14:51:37 -07:00
Xavier Ducrohet
aaa5547c4d am 91e0a8bb: Fix minor typo and duplicated entry in sdk.atree
Merge commit '91e0a8bb9cc1e1478bf65627dc4faeb82ee3825d'

* commit '91e0a8bb9cc1e1478bf65627dc4faeb82ee3825d':
  Fix minor typo and duplicated entry in sdk.atree
2009-07-29 14:47:53 -07:00
Android (Google) Code Review
4568cf1ba4 am 8136f161: Merge change 8885 into donut
Merge commit '8136f1611207c1bb120d7863dda1a6655a1d52be'

* commit '8136f1611207c1bb120d7863dda1a6655a1d52be':
  Add notice file to platform folder.
2009-07-29 14:47:45 -07:00
Xavier Ducrohet
91e0a8bb9c Fix minor typo and duplicated entry in sdk.atree 2009-07-28 16:28:09 -07:00
Xavier Ducrohet
b519db4eed Add notice file to platform folder. 2009-07-28 16:19:23 -07:00
Xavier Ducrohet
9c537d0fd5 am 6675fec4: First pass at a WVGA skin.
Merge commit '6675fec474d86d77947cf68d47dd36e9744b9f14'

* commit '6675fec474d86d77947cf68d47dd36e9744b9f14':
  First pass at a WVGA skin.
2009-07-25 10:10:22 -07:00
Xavier Ducrohet
821c288575 am e0f85e6c: Delete non rotating skins and create a QVGA rotating skin.
Merge commit 'e0f85e6c7379c053cd3ece5bdd934337ff66cd45'

* commit 'e0f85e6c7379c053cd3ece5bdd934337ff66cd45':
  Delete non rotating skins and create a QVGA rotating skin.
2009-07-25 10:10:20 -07:00
Xavier Ducrohet
6675fec474 First pass at a WVGA skin. 2009-07-24 19:23:23 -07:00
Xavier Ducrohet
e0f85e6c73 Delete non rotating skins and create a QVGA rotating skin.
HVGA-P and HVGA-L were redundant with HVGA which supports both orientations.
QVGA-P and QVGA-L has been replaced with QVGA which supports both orientations.
2009-07-24 18:06:05 -07:00
Xavier Ducrohet
22979479fb am f74c1d2f: Add default version files into the SDK for docs/tools/platforms.
Merge commit 'f74c1d2fb76ed6f3a08c76f3c4dc7c783c39383c'

* commit 'f74c1d2fb76ed6f3a08c76f3c4dc7c783c39383c':
  Add default version files into the SDK for docs/tools/platforms.
2009-07-24 12:52:24 -07:00
Android (Google) Code Review
6b92f91fde am d74be2a9: Merge change 8377 into donut
Merge commit 'd74be2a969207c7f3ea91962bf3720d198f7fbc5'

* commit 'd74be2a969207c7f3ea91962bf3720d198f7fbc5':
  Use Apache Commons Compress instead of java.util.zip
2009-07-23 23:58:47 -07:00
Xavier Ducrohet
f74c1d2fb7 Add default version files into the SDK for docs/tools/platforms. 2009-07-23 18:25:41 -07:00
Xavier Ducrohet
797654a452 Use Apache Commons Compress instead of java.util.zip
When the SDK installer unarchives the zip files, it is important to keep
the permissions for executable (Linux/MacOS) or the tools required to
build applications (aapt, aidl, ...) won't work.

Since java.util.zip does not provide support for permissions, we now
use the Apache Commons Compress component that allows us to read the
permission from the archive.
2009-07-23 12:59:42 -07:00
Xavier Ducrohet
0215a1b053 am 76033864: Add GestureBuilder to the samples.
Merge commit '76033864c534e1516747ae2980b2eb26f0e51f5f'

* commit '76033864c534e1516747ae2980b2eb26f0e51f5f':
  Add GestureBuilder to the samples.
2009-07-22 16:09:17 -07:00
Xavier Ducrohet
76033864c5 Add GestureBuilder to the samples. 2009-07-22 15:47:57 -07:00
Joe Onorato
2a6f10a9f0 This should depend on the new docs target, not the big one. 2009-07-20 16:23:39 -04:00
Raphael Moll
49d559a9fa am 53f1c71a: Revert "Package both swt.jar for linux-x86 and linux-x86_64."
Merge commit '53f1c71a034e03fe50549dbd19a6053b906850ad'

* commit '53f1c71a034e03fe50549dbd19a6053b906850ad':
  Revert "Package both swt.jar for linux-x86 and linux-x86_64."
2009-06-25 14:45:42 -07:00
Raphael Moll
53f1c71a03 Revert "Package both swt.jar for linux-x86 and linux-x86_64."
This reverts commit 8f346c14d0.
https://android-git.corp.google.com/g/Gerrit#change,5179
2009-06-25 14:09:07 -07:00
Raphael Moll
c8c44241fb am 8f346c14: Package both swt.jar for linux-x86 and linux-x86_64.
Merge commit '8f346c14d0b09af59801dfc41a112809630ec6f4'

* commit '8f346c14d0b09af59801dfc41a112809630ec6f4':
  Package both swt.jar for linux-x86 and linux-x86_64.
2009-06-24 15:45:43 -07:00
Raphael Moll
8f346c14d0 Package both swt.jar for linux-x86 and linux-x86_64.
This depends on another CL in prebuilt that packages
both linux-x86/swt/swt.jar and linux-x86/swt_64/swt_64.jar:

  https://android-git.corp.google.com/g/5178

The new jar are picked from out/... rather than prebuilt,
which seems to work better.
2009-06-23 20:04:00 -07:00
Android (Google) Code Review
6b1e19d17d am 51851f30: Merge change 3316 into donut
Merge commit '51851f307936a96bbb12acf98cf96979d5ed05bf'

* commit '51851f307936a96bbb12acf98cf96979d5ed05bf':
  Fix make_windows_sdk to make sure we're not creating
2009-06-05 21:16:51 -07:00
Raphael
fb64322e76 Fix make_windows_sdk to make sure we're not creating
files as directories :-)
2009-06-05 12:10:48 -07:00
Raphael
9aa9fcf0c1 am 0dbf4c8b: Change scripts to support x86_64 for DDMS.
Merge commit '0dbf4c8bcfc95bc09cca46e523094c3be9ab0d48'

* commit '0dbf4c8bcfc95bc09cca46e523094c3be9ab0d48':
  Change scripts to support x86_64 for DDMS.
2009-06-05 00:29:53 -07:00
Android (Google) Code Review
ab16f45d67 am 79508571: Merge change 3195 into donut
Merge commit '79508571c00bfdfb7e46f99d3df1c4ecd5f9a282'

* commit '79508571c00bfdfb7e46f99d3df1c4ecd5f9a282':
  Change the SDK, DDMS and Traceview to work with the new SWT libraries.
2009-06-04 23:48:05 -07:00
Raphael
0dbf4c8bcf Change scripts to support x86_64 for DDMS. 2009-06-04 16:58:55 -07:00
Xavier Ducrohet
c5a89e256c Change the SDK, DDMS and Traceview to work with the new SWT libraries.
The SDK now contains 32 and 64 bit version of SWT. DDMS and Traceview
use the archquery java app to check the architecture of the VM to decide
which version of SWT should be used to run the apps.
2009-06-04 14:50:43 -07:00
Android (Google) Code Review
d7a547d116 am 1f4a1dcb: Merge change 2121 into donut
Merge commit '1f4a1dcb5f9cfe65a98be2fcb21cd5df4c6a3a9e'

* commit '1f4a1dcb5f9cfe65a98be2fcb21cd5df4c6a3a9e':
  SDK #1800921: Packages the Windows SDK in a temporary location.
2009-05-20 22:44:27 -07:00
Raphael
d1959dcee1 SDK #1800921: Packages the Windows SDK in a temporary location.
This changes make_windows_sdk so that it packages everything
in a temp dir. Once the build & packaging succeeds, the final
Zip is copied to the desired location.

The temp dir is *not* cleared on zip errors, which helps in
diagnosing packaging issues after the fact.

This has no impact on the build process itself (i.e. make
adb, emulator, etc.) which all happen in $SDK/out anyway.

The temp dir can be passed as an argument. If not provided,
the default Cygwin $TMP is used. Otherwise /tmp is used.

I also added an usage description when parameters are missing.
2009-05-20 22:28:21 -07:00
Xavier Ducrohet
c27b3804d1 am 53f479a3: Update the SDK packaging to include sdkuilib.
Merge commit '53f479a3675bfa3797fad324bc80323bf1c539b7'

* commit '53f479a3675bfa3797fad324bc80323bf1c539b7':
  Update the SDK packaging to include sdkuilib.
2009-05-18 23:55:50 -07:00
Xavier Ducrohet
53f479a367 Update the SDK packaging to include sdkuilib.
This is now necessary since the 'android' tool has a UI.
2009-05-18 13:30:37 -07:00
Xavier Ducrohet
12ad2e48ee 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
2009-05-14 17:08:31 -07:00
Xavier Ducrohet
5cb2d23022 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
2009-05-14 17:04:14 -07:00
Raphael Moll
6542544f0e Merge branch 'readonly-p4-master' 2009-04-20 13:25:19 -07:00
Raphael Moll
4394c9b060 AI 146972: am: CL 146970 am: CL 146969 Windows SDK fixes for JetCreator
Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 146972
2009-04-20 13:23:51 -07:00
Raphael Moll
9d6afd51c8 AI 146969: Windows SDK fixes for JetCreator
BUG=1793093

Automated import of CL 146969
2009-04-20 13:21:23 -07:00
Xavier Ducrohet
fe0f6b73ab Merge branch 'readonly-p4-master' 2009-04-20 11:03:34 -07:00
Xavier Ducrohet
82ac685f65 AI 146949: am: CL 146944 am: CL 146943 Move JetCreator into tools/Jet/JetCreator. Add demo content and Logic templates in tools/Jet/
Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 146949
2009-04-20 11:02:00 -07:00
Xavier Ducrohet
c6a9036940 AI 146943: Move JetCreator into tools/Jet/JetCreator. Add demo content and Logic templates in tools/Jet/
BUG=1793093

Automated import of CL 146943
2009-04-20 10:59:21 -07:00
Raphael Moll
3328f02351 Merge branch 'readonly-p4-master' 2009-04-19 09:45:08 -07:00
Raphael Moll
9ddd8a3d73 AI 146864: am: CL 146863 am: CL 146862 Fix Windows SDK build.
Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 146864
2009-04-19 09:43:12 -07:00
Raphael Moll
b0b773fccd AI 146862: Fix Windows SDK build.
BUG=1793093

Automated import of CL 146862
2009-04-19 09:39:22 -07:00
Xavier Ducrohet
78aeb4ef40 Merge branch 'readonly-p4-master' 2009-04-18 22:56:42 -07:00
Xavier Ducrohet
afb3dbd5c0 AI 146831: am: CL 146750 am: CL 146747 Add the JetCreator tools and docs to the SDK (mac/windows only).
Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 146831
2009-04-18 22:55:28 -07:00
Xavier Ducrohet
bcc0b044fd AI 146747: Add the JetCreator tools and docs to the SDK (mac/windows only).
BUG=1793093

Automated import of CL 146747
2009-04-17 11:10:20 -07:00
Xavier Ducrohet
6e44cca2a1 Merge branch 'readonly-p4-master' 2009-04-09 20:47:45 -07:00
Xavier Ducrohet
26e6ad9c76 AI 145660: am: CL 145622 am: CL 145380 Fixes for add-on build
Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 145660
2009-04-09 20:46:34 -07:00
Xavier Ducrohet
7215471a97 AI 145380: Fixes for add-on build
Automated import of CL 145380
2009-04-09 12:21:52 -07:00
The Android Open Source Project
e68ddeeb13 Merge commit 'goog/readonly-p4-master' 2009-03-31 21:34:24 -07:00
Raphael Moll
dc9a9a7bf7 AI 143880: am: CL 143879 am: CL 143876 Include hprof-conv in SDK (bug #1640225)
Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143880
2009-03-31 17:20:54 -07:00