Commit Graph

415 Commits

Author SHA1 Message Date
Raphael
9cf3c16d5d 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/
2009-05-14 12:43:08 -07:00
Android (Google) Code Review
2822ae3711 Merge change 1343 into donut
* changes:
  Fix compiler warnings by changing "char*" to "const char*".
2009-05-11 15:13:07 -07:00
Xavier Ducrohet
60b2fc90b7 Update the NDK packaging script to generate zip archives for all platforms. 2009-05-11 13:58:02 -07:00
Android (Google) Code Review
ebcb72611b Merge change 1361 into donut
* changes:
  Remove hard-coded path to my home directory in build/tools/make-release.sh. Now you need to use the --prebuilt-path=<path> option to specify where to pick up the prebuilt toolchain tarballs instead, for example:
2009-05-11 11:54:41 -07:00
Android (Google) Code Review
3be3c99657 Merge change 1360 into donut
* changes:
  remove documentation for unsupported variable (LOCAL_STATIC_WHOLE_LIBRARIES)
2009-05-11 11:33:21 -07:00
Android (Google) Code Review
37fa8d40fc Merge change 1359 into donut
* changes:
  Remove references to 'cupcake' in all of NDK (replace with 'android-1.5')
2009-05-11 11:32:53 -07:00
David 'Digit' Turner
b25cd5fb97 remove documentation for unsupported variable (LOCAL_STATIC_WHOLE_LIBRARIES) 2009-05-11 17:23:10 +02:00
David 'Digit' Turner
56266b2d59 Remove hard-coded path to my home directory in build/tools/make-release.sh.
Now you need to use the --prebuilt-path=<path> option to specify where to pick up
the prebuilt toolchain tarballs instead, for example:

   build/tools/make-release.sh --prebuilt-path=/home/digit/android/ndk

Add also some other options to change the package prefix / release number / etc
2009-05-11 17:20:26 +02:00
David 'Digit' Turner
b20725d4a0 Remove references to 'cupcake' in all of NDK (replace with 'android-1.5') 2009-05-11 16:37:42 +02:00
David 'Digit' Turner
a07dedea97 Add docs/LICENSES.TXT which indicates where to find the toolchain sources, as well as the GPL/LGPL text files.
Note: the prebuilt binary packages used by "make-release.sh" have
been updated to include the COPYING and COPYING.LIB files.

After this patch is commited, you should be able to run "make-release.sh"
to re-generate release packages that contain docs/LICENSES.TXT as well as COPYING and COPYING.LIB
2009-05-10 01:05:25 +02:00
Jack Veenstra
166d76cf4c Fix compiler warnings by changing "char*" to "const char*". 2009-05-09 11:33:44 -07:00
Xavier Ducrohet
3d25a3b264 More Clean up in the NDK Overview doc 2009-05-08 17:47:46 -07:00
Xavier Ducrohet
ba1aad8339 Remove unwanted comments in the NDK Overview doc. 2009-05-08 17:36:51 -07:00
Xavier Ducrohet
ad73286470 Fix source download location 2009-05-08 17:31:55 -07:00
Android (Google) Code Review
010c2ee6b8 Merge change 1307 into donut
* changes:
  Remove the ROADMAP NDK file as it shouldn't be packaged with the NDK
2009-05-08 17:24:44 -07:00
Xavier Ducrohet
5b6da2b185 Remove the ROADMAP NDK file as it shouldn't be packaged with the NDK 2009-05-08 17:21:58 -07:00
Android (Google) Code Review
9f6a426453 Merge change 1237 into donut
* changes:
  ADT #1715616: "New Android Test Project" wizard.
2009-05-08 16:43:03 -07:00
Raphael
0b62151cda ADT #1715616: "New Android Test Project" wizard.
Also updates eclipse/changes.txt
2009-05-08 14:06:44 -07:00
Android (Google) Code Review
9cd49a4416 Merge change 1160 into donut
* changes:
  Add ability to specify relative class paths when using runtest -c
2009-05-08 11:30:54 -07:00
Xavier Ducrohet
1f012b193f Fix the host setup script to work on mac 2009-05-07 19:00:00 -07:00
Xavier Ducrohet
0085f310cd Update the NDK docs to reflect the changes from 2 download (NDK+toolchain) to a single download. 2009-05-07 18:29:25 -07:00
Android (Google) Code Review
f44ba568f7 Merge change 1215 into donut
* changes:
  Fix host-setup.sh for cygwin: *-gcc.exe needs to be found
2009-05-07 17:59:48 -07:00
Android (Google) Code Review
bc139139b0 Merge change 1195 into donut
* changes:
  Use direct, native order Buffers for OpenGL data.
2009-05-07 17:00:54 -07:00
Raphael Moll
549442c6ab Fix host-setup.sh for cygwin: *-gcc.exe needs to be found 2009-05-07 17:00:20 -07:00
Xavier Ducrohet
dc4ba99cd7 Fix minor typos in the NDK docs. 2009-05-07 15:45:41 -07:00
Jack Palevich
d9b9c8eaaa Use direct, native order Buffers for OpenGL data. 2009-05-07 14:54:46 -07:00
Xavier Ducrohet
e0de1bc940 Fix the NDK packaging script to use git ls-files instead of git-ls-files 2009-05-07 14:35:27 -07:00
Android (Google) Code Review
5c569078a2 Merge change 1187 into donut
* changes:
  Change the NDK samples package names to be lower case. Also added minSdkVersion=3 in the manifests.
2009-05-07 14:10:11 -07:00
David 'Digit' Turner
66ce41fc33 generate zip files on Windows and OS X when packaging NDK releases 2009-05-07 23:07:40 +02:00
Xavier Ducrohet
f99249b80b Change the NDK samples package names to be lower case. Also added minSdkVersion=3 in the manifests. 2009-05-07 14:03:22 -07:00
David 'Digit' Turner
fdeb1d29f4 Make the release script work on OS X, and think about ensure the generated tarballs are readable by anyone 2009-05-07 22:51:10 +02:00
David 'Digit' Turner
f2b70edc0d Add a release packaging script 2009-05-07 21:58:22 +02:00
David 'Digit' Turner
3ff832786d fix the build. Gaaah 2009-05-07 21:56:40 +02:00
Xavier Ducrohet
6e90766992 Remove files from NDK samples that should not be there. 2009-05-07 12:25:24 -07:00
Android (Google) Code Review
34dc1e4b53 Merge change 1161 into donut
* changes:
  Initial import of new NDK into donut tree
2009-05-07 12:01:10 -07:00
David 'Digit' Turner
b9a8479e48 Initial import of new NDK into donut tree 2009-05-07 20:39:04 +02:00
Brett Chabot
292df41bb2 Add ability to specify relative class paths when using runtest -c
"runtest -c .<className>" will now be equivalent to
"runtest -c <package>.<className>", where package is the test-app's package as defined in test_defs.xml.
2009-05-07 11:09:40 -07:00
Mike Lockwood
d6326b5788 Ignore compiled python files.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-05-07 13:26:52 -04:00
Android (Google) Code Review
85972041d0 Merge change 1015 into donut
* changes:
  Make the simulator handle paths like '//data/data/...' the same way the device does.
2009-05-06 13:55:42 -07:00
Android (Google) Code Review
a123cea7c8 Merge change 1002 into donut
* changes:
  runtest.py bug fixes.
2009-05-06 10:31:01 -07:00
Marco Nelissen
47acf13773 Make the simulator handle paths like '//data/data/...' the same way the device does. 2009-05-05 14:54:14 -07:00
Raphael
1bb52f2587 Fix ADT junit test for AndroidManifestParser following API change. 2009-05-05 13:41:59 -07:00
Brett Chabot
8a101cb057 runtest.py bug fixes.
Improved error handling, and added support for "size" and "package" arguments.
Removed deprecated runtest shell script.
2009-05-05 13:06:00 -07:00
Raphael
816ba073c6 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.
2009-05-04 15:37:40 -07:00
Android (Google) Code Review
70c31eae8c Merge change 947 into donut
* changes:
  IDE: Add ConfigBuildFlags to Eclipse's .classpath
2009-05-04 13:58:09 -07:00
Dave Bort
d69d3a1b8e IDE: Add ConfigBuildFlags to Eclipse's .classpath
Signed-off-by: Dave Bort <dbort@android.com>
2009-05-04 13:51:45 -07:00
Android (Google) Code Review
106e79fa3f Merge change 889 into donut
* changes:
  Broaden the search for native test files.
2009-05-04 11:34:51 -07:00
Nicolas Catania
ff096c1b7b 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.
2009-05-02 09:10:44 -07:00
David Warren
39bd4dd798 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).
2009-05-01 14:22:21 -07:00
David Warren
01a62eeda8 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
2009-05-01 14:22:07 -07:00