OSDN Git Service

android-x86/ndk.git
14 years agoProperly select the toolchain based on the ABIs we want to build for.
David Turner [Mon, 5 Apr 2010 01:27:35 +0000 (18:27 -0700)]
Properly select the toolchain based on the ABIs we want to build for.

Before this patch, it was not possible to use the x86-4.2.1 toolchain
without explicitely selecting it with NDK_TOOLCHAIN. Now if all toolchains
are installed, a simple line like the following just works:

  APP_ABI := armeabi armeabi-v7a x86

Change-Id: I58ff6dda09a6d1406a83a45af542bba35a3caa40

14 years agoFix APP parsing.
David Turner [Mon, 5 Apr 2010 03:40:34 +0000 (20:40 -0700)]
Fix APP parsing.

This change modifies the build script so that only the
Application.mk/Android.mk files of the applications listed
by APP are actually parsed.

Also, the error messages displayed when APP is empty or
when it is malformed has been improved.

+ Remove installed binaries when "make APP=<name> clean"
  is called.

14 years agoMove common functions from build tool scripts to ndk-common.sh
David 'Digit' Turner [Fri, 2 Apr 2010 22:42:37 +0000 (15:42 -0700)]
Move common functions from build tool scripts to ndk-common.sh

Also add build/tools/build-ccache.sh to rebuild ccache prebuilt binary
(for future use in the NDK to speedup rebuilds).

Change-Id: I10373c0d3f0e42b768c7e28d45e73e182fd6a299

14 years agoRemove obsolete script from NDK build process.
David 'Digit' Turner [Fri, 2 Apr 2010 20:55:02 +0000 (13:55 -0700)]
Remove obsolete script from NDK build process.

After this change, we no longer require running a shell script
during the build process. This makes us less dependent on Cygwin
and is a small step towards integrating the NDK into the SDK properly.

Change-Id: I62d7e200b47c8138abb39aaf9eb0f52d3f124bdf

14 years agoMerge "Fix location of <fenv.h> in the NDK C library headers." into froyo
David 'Digit' Turner [Fri, 2 Apr 2010 19:22:54 +0000 (12:22 -0700)]
Merge "Fix location of <fenv.h> in the NDK C library headers." into froyo

14 years agoFix location of <fenv.h> in the NDK C library headers.
David 'Digit' Turner [Fri, 2 Apr 2010 19:10:42 +0000 (12:10 -0700)]
Fix location of <fenv.h> in the NDK C library headers.

Change-Id: I8cb22ee6c9170637463dd7eac3069772177e1cec

14 years agoMerge "Clarify build/host-setup.sh error message when there are no toolchain binaries...
David 'Digit' Turner [Fri, 2 Apr 2010 18:50:53 +0000 (11:50 -0700)]
Merge "Clarify build/host-setup.sh error message when there are no toolchain binaries." into froyo

14 years agoClarify build/host-setup.sh error message when there are no toolchain binaries.
David 'Digit' Turner [Fri, 2 Apr 2010 18:39:29 +0000 (11:39 -0700)]
Clarify build/host-setup.sh error message when there are no toolchain binaries.

Change-Id: I91f7a455183c917f8d8dfb3b205ac98671769b96

14 years agobuild/host-setup.sh will panic if the NDK installation root contains a space.
David 'Digit' Turner [Fri, 2 Apr 2010 18:37:28 +0000 (11:37 -0700)]
build/host-setup.sh will panic if the NDK installation root contains a space.

Change-Id: I3d6bf6f38696804741d96a31728860c561fc5f39

14 years agoMention and define the 'x86' ABI in the documentation.
David 'Digit' Turner [Fri, 2 Apr 2010 01:22:32 +0000 (18:22 -0700)]
Mention and define the 'x86' ABI in the documentation.

Change-Id: I3e51f241f61a9d212f9827e08879e9936d2df75b

14 years agobuild-toolchain.sh: fix the --force-build option
David 'Digit' Turner [Sat, 27 Mar 2010 01:10:33 +0000 (18:10 -0700)]
build-toolchain.sh: fix the --force-build option

Change-Id: Ia171eff5bc4c352b1d9c646f133c69a77ff6681a

14 years agoAllow toolchain source patching in build-toolchain.sh
David 'Digit' Turner [Sat, 27 Mar 2010 00:48:46 +0000 (17:48 -0700)]
Allow toolchain source patching in build-toolchain.sh

This is going to make patching/debugging the toolchain sources
a lot easier.

Change-Id: I54f2fcb42465f9f5b1f3735bda1ce9d43eb96a64

14 years agoMerge "NDK can now build JNI code for IA" into froyo-plus-aosp
Jean-Baptiste Queru [Wed, 31 Mar 2010 23:19:17 +0000 (16:19 -0700)]
Merge "NDK can now build JNI code for IA" into froyo-plus-aosp

14 years agoMerge "Port NDK build tools to IA" into froyo-plus-aosp
Jean-Baptiste Queru [Wed, 31 Mar 2010 23:19:12 +0000 (16:19 -0700)]
Merge "Port NDK build tools to IA" into froyo-plus-aosp

14 years agoNDK can now build JNI code for IA
Bruce Beare [Wed, 10 Mar 2010 23:37:03 +0000 (15:37 -0800)]
NDK can now build JNI code for IA

Change-Id: I5c03c2680663a4fefc4b22524088a3489132e74f

14 years agoPort NDK build tools to IA
Bruce Beare [Thu, 11 Mar 2010 19:14:29 +0000 (11:14 -0800)]
Port NDK build tools to IA

Change-Id: I4788cafb998b79234e7fb16661bb225680d5566c

14 years agodownload-toolchain-source.sh: use 'master' branch instead of 'eclair' by default.
David 'Digit' Turner [Wed, 31 Mar 2010 22:14:31 +0000 (15:14 -0700)]
download-toolchain-source.sh: use 'master' branch instead of 'eclair' by default.

Change-Id: Ia9bfc633d90d7d613baa286850a6ab5a4e68af30

14 years agoDoc fix: document <dlfcn.h> and libdl.so as supported stable ABIs.
David 'Digit' Turner [Wed, 31 Mar 2010 21:14:51 +0000 (14:14 -0700)]
Doc fix: document <dlfcn.h> and libdl.so as supported stable ABIs.

Also fix CHANGES.TXT to list ARMv7+NEON+cpufeatures in r4, not r3

Change-Id: Ibe9d8e3179701b5c94fd7d51f7d0a07cab46d164

14 years agoAdded coverage target for Contacts and Calendar Provider
Swarna Kumar [Mon, 22 Mar 2010 22:38:22 +0000 (15:38 -0700)]
Added coverage target for Contacts and Calendar Provider

Change-Id: I0066451fa4deaee50f51d14c969580ed9626a4a4

14 years agoAdd new quality constant.
Dianne Hackborn [Tue, 23 Mar 2010 00:02:46 +0000 (17:02 -0700)]
Add new quality constant.

Change-Id: I386438485a921ec94ed1047936ca182c04bce410

14 years agomerge from open-source master
The Android Open Source Project [Mon, 22 Mar 2010 22:55:11 +0000 (15:55 -0700)]
merge from open-source master

Change-Id: Ia641d105e05982e3a3c85c7b82a70fe1fa664f1a

14 years agoAn APN list with a few relevant carriers.
Jean-Baptiste Queru [Mon, 22 Mar 2010 18:00:35 +0000 (11:00 -0700)]
An APN list with a few relevant carriers.

This comes from the open-source vendor/aosp, which in
turn came from the ADP1 configuration.

Bug: 2533998
Change-Id: I83f0884a15e43e1a3542df8939e84253adfb7cd2

14 years agoMerge "Remove use of deprecated API from test sample code."
Brett Chabot [Fri, 19 Mar 2010 18:39:06 +0000 (11:39 -0700)]
Merge "Remove use of deprecated API from test sample code."

14 years agoMerge "Add missing headers to the x86 android-5 headers (GLES/GLES2/log)"
David 'Digit' Turner [Fri, 19 Mar 2010 18:25:48 +0000 (11:25 -0700)]
Merge "Add missing headers to the x86 android-5 headers (GLES/GLES2/log)"

14 years agoRemove use of deprecated API from test sample code.
Brett Chabot [Fri, 19 Mar 2010 01:47:53 +0000 (18:47 -0700)]
Remove use of deprecated API from test sample code.

Modify tests sample code to use ActivityInstrumentationTestCase2 and its new
constructor.

Change-Id: Idf927b6641c8dfb4aede8cb2bba45de29320bcf5

14 years agoRemove problematic headers from x86 android-5 headers.
David 'Digit' Turner [Fri, 19 Mar 2010 01:00:31 +0000 (18:00 -0700)]
Remove problematic headers from x86 android-5 headers.

These files have the same case-insensitive name, and this creates problems
when used on Windows + Cygwin.

Change-Id: I911906c209ad9fca8752ba4cdc9c65abdd0bd4a9

14 years agoAdd missing headers to the x86 android-5 headers (GLES/GLES2/log)
David 'Digit' Turner [Fri, 19 Mar 2010 00:45:15 +0000 (17:45 -0700)]
Add missing headers to the x86 android-5 headers (GLES/GLES2/log)

Change-Id: I0e066a1256d6a23b65672327c0cfcf67a0f03f1b

14 years agoPackage the new ant rules file in the SDK.
Xavier Ducrohet [Thu, 18 Mar 2010 20:38:52 +0000 (13:38 -0700)]
Package the new ant rules file in the SDK.

Change-Id: Ic4db70e75b7a747c86635d9f28cfb98537c0e9a1

14 years agoMerge "android-5 platform files for IA"
David Turner [Wed, 17 Mar 2010 21:30:53 +0000 (14:30 -0700)]
Merge "android-5 platform files for IA"

14 years agofix runtest for unqualified Instrumentation class names
Fred Quintana [Tue, 16 Mar 2010 23:27:03 +0000 (16:27 -0700)]
fix runtest for unqualified Instrumentation class names

Change-Id: I0dcc9918b0bde568219d9085e8bbbc4cbba2b552
http://b/issue?id=2472406

14 years ago- change the accounts list to include the account type
Fred Quintana [Mon, 8 Mar 2010 21:13:53 +0000 (13:13 -0800)]
- change the accounts list to include the account type
- removed the list of account types from the top
- changed the context menu to use the actual account type, not
  the one selected in the spinner
- add the clear password option to the context menu

Change-Id: Icd509ed3f3da889f48b064cf524345e0121899fc

14 years agoPut the test for the new API back in now that the requestCenterFitZoom
Bart Sears [Mon, 15 Mar 2010 22:52:54 +0000 (15:52 -0700)]
Put the test for the new API back in now that the requestCenterFitZoom
API has been put back in.

Revert "Revert "Add a test for the new requestCenterFitZoom api.""

This reverts commit 103e5768937c748adb06dd70b3f301775168c0d5.

14 years agoRevert "Add a test for the new requestCenterFitZoom api."
Grace Kloba [Sat, 13 Mar 2010 02:35:23 +0000 (18:35 -0800)]
Revert "Add a test for the new requestCenterFitZoom api."

This reverts commit 8f406a355f73c9b4c7b9501c9e002c3e41030505.

14 years agoAdd a test for the new requestCenterFitZoom api.
Grace Kloba [Fri, 12 Mar 2010 21:35:47 +0000 (13:35 -0800)]
Add a test for the new requestCenterFitZoom api.

14 years agoMerge "Change ant.prop to sdk.prop"
Xavier Ducrohet [Fri, 12 Mar 2010 01:28:49 +0000 (17:28 -0800)]
Merge "Change ant.prop to sdk.prop"

14 years agoandroid-5 platform files for IA
Bruce Beare [Wed, 10 Mar 2010 22:40:06 +0000 (14:40 -0800)]
android-5 platform files for IA

Change-Id: Id785125438abfd4dbc795f358ec223bf22c73fc1

14 years agoandroid-5 platform files for IA
Bruce Beare [Wed, 10 Mar 2010 22:40:06 +0000 (14:40 -0800)]
android-5 platform files for IA

Change-Id: Id785125438abfd4dbc795f358ec223bf22c73fc1

14 years agoMerge "Support for ignoring or exit running when native crashes."
Ying Wang [Thu, 11 Mar 2010 17:11:55 +0000 (09:11 -0800)]
Merge "Support for ignoring or exit running when native crashes."

14 years agoChange ant.prop to sdk.prop
Xavier Ducrohet [Thu, 11 Mar 2010 00:52:06 +0000 (16:52 -0800)]
Change ant.prop to sdk.prop

Change-Id: I45bb6652b2ae9455e20d681555f2bb61e11f9ce7

14 years agoMerge "Removed the camera related test from the test_defs for external usage."
Yu Shan Emily Lau [Wed, 10 Mar 2010 03:18:27 +0000 (19:18 -0800)]
Merge "Removed the camera related test from the test_defs for external usage."

14 years agoRemoved the camera related test from the test_defs for external usage.
Yu Shan Emily Lau [Wed, 10 Mar 2010 03:06:18 +0000 (19:06 -0800)]
Removed the camera related test from the test_defs for external usage.

Change-Id: Ia231f8d63e1d80ef6281ee85acf24a49a87a0243

14 years agoSupport for ignoring or exit running when native crashes.
Ying Wang [Tue, 9 Mar 2010 21:25:11 +0000 (13:25 -0800)]
Support for ignoring or exit running when native crashes.

http://b/issue?id=2359586
with this CL, if --monitor-native-crashes is set and --ignore-native-crashes
is not set, monkey will exit when a native crash occurs.

Change-Id: I07ab17b5430ed090d8fb6286fdc793bac1b2caa9

14 years agoMatch the new android_npapi
Grace Kloba [Tue, 9 Mar 2010 22:10:59 +0000 (14:10 -0800)]
Match the new android_npapi

14 years agoAdd an empty CleanSpec.mk
Jean-Baptiste Queru [Tue, 9 Mar 2010 02:04:07 +0000 (18:04 -0800)]
Add an empty CleanSpec.mk

Change-Id: I2c3a023b86c501be816441715b2a5690d48ff667

14 years agoFix make_windows_sdk when invoked without params.
Raphael [Sat, 6 Mar 2010 22:50:50 +0000 (14:50 -0800)]
Fix make_windows_sdk when invoked without params.

Change-Id: I24a6e06498a343a31c562e0c765f6e8075b1916e

14 years agoMore bad behavior: ANR and long-term wedge in system process.
Dan Egnor [Fri, 5 Mar 2010 01:29:40 +0000 (17:29 -0800)]
More bad behavior: ANR and long-term wedge in system process.

Use ActivityController (the special monkey hook) to wedge
ActivityManagerService, useful for triggering system ANRs
and for setting off the watchdog.

Also add more logging so it's clear what happens when.

14 years agoUpdate to use correct resources.
Dianne Hackborn [Thu, 4 Mar 2010 19:37:50 +0000 (11:37 -0800)]
Update to use correct resources.

14 years agoChange runtest 'overriding test def' log to silent.
Brett Chabot [Tue, 2 Mar 2010 23:53:42 +0000 (15:53 -0800)]
Change runtest 'overriding test def' log to silent.

Change-Id: I9b52aac04f2b95e9c93963bfad0c6d29dbddb87d

14 years agoMerge "Fix proguard flags."
Ying Wang [Tue, 2 Mar 2010 17:35:56 +0000 (09:35 -0800)]
Merge "Fix proguard flags."

14 years agoMerge "Update Eclipse classpath to reflect arity lib version change."
Mihai Preda [Tue, 2 Mar 2010 14:46:14 +0000 (06:46 -0800)]
Merge "Update Eclipse classpath to reflect arity lib version change."

14 years agoPointer location in framework, no longer need to link common.
Dianne Hackborn [Tue, 2 Mar 2010 05:42:38 +0000 (21:42 -0800)]
Pointer location in framework, no longer need to link common.

14 years agoMerge "Fix make_windows_sdk."
Raphael [Mon, 1 Mar 2010 23:17:46 +0000 (15:17 -0800)]
Merge "Fix make_windows_sdk."

14 years agoFix make_windows_sdk.
Raphael [Mon, 1 Mar 2010 19:55:48 +0000 (11:55 -0800)]
Fix make_windows_sdk.

SDK Bug 2478848: emulator fails to build because sdl-config
was not checkout as +x by git/cygwin.

SDK Bug 2479321: aapt built using Cygwin 1.7.x depends on some
new cygwin DLL instead of mgwz.dll. The latter DLL is not even
present and fails to be bundled. This does not change the behavior,
it just makes sure we are using the proper version of cygwin.

14 years agoMerge "Add SMS manager demo"
Roman Nurik [Mon, 1 Mar 2010 21:03:16 +0000 (13:03 -0800)]
Merge "Add SMS manager demo"

14 years agoMerge "Allow the build-toolchain.sh script to apply source packages."
David 'Digit' Turner [Mon, 1 Mar 2010 19:36:30 +0000 (11:36 -0800)]
Merge "Allow the build-toolchain.sh script to apply source packages."

14 years agoAdd SMS manager demo
Roman Nurik [Mon, 22 Feb 2010 22:59:11 +0000 (14:59 -0800)]
Add SMS manager demo

14 years agoam 71ee406e: am 7364d2bc: Add full-screen option to the sample paint plugin.
Derek Sollenberger [Mon, 1 Mar 2010 15:30:19 +0000 (07:30 -0800)]
am 71ee406e: am 7364d2bc: Add full-screen option to the sample paint plugin.

Merge commit '71ee406e9b0e42246189804d3174be47a83eb903'

* commit '71ee406e9b0e42246189804d3174be47a83eb903':
  Add full-screen option to the sample paint plugin.

14 years agoam 7364d2bc: Add full-screen option to the sample paint plugin.
Derek Sollenberger [Mon, 1 Mar 2010 15:15:43 +0000 (07:15 -0800)]
am 7364d2bc: Add full-screen option to the sample paint plugin.

Merge commit '7364d2bc453a88133c65777b38003f05361135dd' into eclair-mr2-plus-aosp

* commit '7364d2bc453a88133c65777b38003f05361135dd':
  Add full-screen option to the sample paint plugin.

14 years agoAdd full-screen option to the sample paint plugin.
Derek Sollenberger [Mon, 1 Mar 2010 13:18:02 +0000 (08:18 -0500)]
Add full-screen option to the sample paint plugin.

14 years agoUpdate Eclipse classpath to reflect arity lib version change.
Mihai Preda [Mon, 1 Mar 2010 10:57:51 +0000 (11:57 +0100)]
Update Eclipse classpath to reflect arity lib version change.

14 years agoMove DeviceAdmin APIs to android.app.admin.
Dianne Hackborn [Sat, 27 Feb 2010 01:26:15 +0000 (17:26 -0800)]
Move DeviceAdmin APIs to android.app.admin.

14 years agoMerge "Set targetSdkVersion in addition to minSdkVersion (this also needs to be set...
Dan Egnor [Fri, 26 Feb 2010 04:05:10 +0000 (20:05 -0800)]
Merge "Set targetSdkVersion in addition to minSdkVersion (this also needs to be set to a non-default value to install on non-dev builds)."

14 years agoMerge "Add the new Ant build rules for library projects. Bug: 2294012"
Xavier Ducrohet [Thu, 25 Feb 2010 19:38:49 +0000 (11:38 -0800)]
Merge "Add the new Ant build rules for library projects. Bug: 2294012"

14 years agoSet targetSdkVersion in addition to minSdkVersion (this also needs
Dan Egnor [Thu, 25 Feb 2010 19:13:46 +0000 (11:13 -0800)]
Set targetSdkVersion in addition to minSdkVersion (this also needs
to be set to a non-default value to install on non-dev builds).

Also bump the version number once more.

14 years agoAllow the build-toolchain.sh script to apply source packages.
David 'Digit' Turner [Wed, 24 Feb 2010 22:43:10 +0000 (14:43 -0800)]
Allow the build-toolchain.sh script to apply source packages.

All you need to do is place name them like the following:

   build/tools/toolchain-patches/<subpath>/<foo>.patch

And they will be applied with 'patch -p1' into:

   <build-src>/<subpath>

This is useful to experiment with toolchain changes without having
to regenerate a whole new source package tarball each time.

14 years agoMerge "Build against SDK version 4 (Donut) to ensure compatibility"
Dan Egnor [Wed, 24 Feb 2010 18:40:44 +0000 (10:40 -0800)]
Merge "Build against SDK version 4 (Donut) to ensure compatibility"

14 years agoBuild against SDK version 4 (Donut) to ensure compatibility
Dan Egnor [Wed, 24 Feb 2010 05:25:09 +0000 (21:25 -0800)]
Build against SDK version 4 (Donut) to ensure compatibility

Use the correct SDK version and version code parameters in the
manifest (they were in the wrong spot).  Bump the version code
to 10 (one greater than what's on bazaar currently).

14 years agoam 23270e75: am 5b674145: Adding basic on/off screen event handling to the sample...
Derek Sollenberger [Wed, 24 Feb 2010 03:54:11 +0000 (19:54 -0800)]
am 23270e75: am 5b674145: Adding basic on/off screen event handling to the sample background plugin.

Merge commit '23270e751a8769fba15d5cf41f0d572ea36b948e'

* commit '23270e751a8769fba15d5cf41f0d572ea36b948e':
  Adding basic on/off screen event handling to the sample background plugin.

14 years agoam 5b674145: Adding basic on/off screen event handling to the sample background plugin.
Derek Sollenberger [Wed, 24 Feb 2010 02:59:30 +0000 (18:59 -0800)]
am 5b674145: Adding basic on/off screen event handling to the sample background plugin.

Merge commit '5b6741451725eca6774a0030e19daf186d5c102e' into eclair-mr2-plus-aosp

* commit '5b6741451725eca6774a0030e19daf186d5c102e':
  Adding basic on/off screen event handling to the sample background plugin.

14 years agoAdd the new Ant build rules for library projects.
Xavier Ducrohet [Fri, 5 Feb 2010 02:42:21 +0000 (18:42 -0800)]
Add the new Ant build rules for library projects.
Bug: 2294012

Change-Id: If4ebfe4d98e0dd445dc7e79dfc096cc761c79f75

14 years agoFix grammar typo in runtest not-annotation help.
Brett Chabot [Tue, 23 Feb 2010 20:28:27 +0000 (12:28 -0800)]
Fix grammar typo in runtest not-annotation help.

Change-Id: I5f5a81d16715f968ed9b265398d2a9e483c23a89

14 years agoMerge "Add "annotation" and "not-annotation" args to runtest."
Brett Chabot [Tue, 23 Feb 2010 20:17:47 +0000 (12:17 -0800)]
Merge "Add "annotation" and "not-annotation" args to runtest."

14 years agoAdd "annotation" and "not-annotation" args to runtest.
Brett Chabot [Sun, 21 Feb 2010 04:09:58 +0000 (20:09 -0800)]
Add "annotation" and "not-annotation" args to runtest.

Bug 2239240

Change-Id: I49bbee4b74e8b0a51b6e6144818a7e9c08b1b5c2

14 years agoAdding basic on/off screen event handling to the sample background plugin.
Derek Sollenberger [Tue, 23 Feb 2010 13:52:16 +0000 (08:52 -0500)]
Adding basic on/off screen event handling to the sample background plugin.

14 years agoam 528c8fa1: am 4653cb89: cpufeatures license is BSD, no Apache 2.0
David 'Digit' Turner [Tue, 23 Feb 2010 00:43:26 +0000 (16:43 -0800)]
am 528c8fa1: am 4653cb89: cpufeatures license is BSD, no Apache 2.0

Merge commit '528c8fa1827b36c19ff92655bb40012415761193'

* commit '528c8fa1827b36c19ff92655bb40012415761193':
  cpufeatures license is BSD, no Apache 2.0

14 years agoam 4653cb89: cpufeatures license is BSD, no Apache 2.0
David 'Digit' Turner [Tue, 23 Feb 2010 00:35:29 +0000 (16:35 -0800)]
am 4653cb89: cpufeatures license is BSD, no Apache 2.0

Merge commit '4653cb897b8f52c1ead12a1bffa1ba40fd8f45a2' into eclair-plus-aosp

* commit '4653cb897b8f52c1ead12a1bffa1ba40fd8f45a2':
  cpufeatures license is BSD, no Apache 2.0

14 years agocpufeatures license is BSD, no Apache 2.0
David 'Digit' Turner [Tue, 23 Feb 2010 00:23:24 +0000 (16:23 -0800)]
cpufeatures license is BSD, no Apache 2.0

14 years agoam fda2f438: am 693ad65e: Add missing copyright disclaimers to cpufeatures and hello...
David 'Digit' Turner [Mon, 22 Feb 2010 23:06:54 +0000 (15:06 -0800)]
am fda2f438: am 693ad65e: Add missing copyright disclaimers to cpufeatures and hello-neon

Merge commit 'fda2f43891153dbb80cf2d86d1c3a3b632fbed41'

* commit 'fda2f43891153dbb80cf2d86d1c3a3b632fbed41':
  Add missing copyright disclaimers to cpufeatures and hello-neon

14 years agoam 693ad65e: Add missing copyright disclaimers to cpufeatures and hello-neon
David 'Digit' Turner [Mon, 22 Feb 2010 22:18:36 +0000 (14:18 -0800)]
am 693ad65e: Add missing copyright disclaimers to cpufeatures and hello-neon

Merge commit '693ad65e24cefe3d60d3702e6adab13d18b121ba' into eclair-plus-aosp

* commit '693ad65e24cefe3d60d3702e6adab13d18b121ba':
  Add missing copyright disclaimers to cpufeatures and hello-neon

14 years agoAdd missing copyright disclaimers to cpufeatures and hello-neon
David 'Digit' Turner [Mon, 22 Feb 2010 22:11:07 +0000 (14:11 -0800)]
Add missing copyright disclaimers to cpufeatures and hello-neon

14 years agoam ec0ff012: am f4efa044: Update hello-gl2 sample to properly implement EGL Config...
David 'Digit' Turner [Mon, 22 Feb 2010 18:33:24 +0000 (10:33 -0800)]
am ec0ff012: am f4efa044: Update hello-gl2 sample to properly implement EGL Config selection.

Merge commit 'ec0ff0125cb33cbae29be268035c461b5a2355ce'

* commit 'ec0ff0125cb33cbae29be268035c461b5a2355ce':
  Update hello-gl2 sample to properly implement EGL Config selection.

14 years agoam f4efa044: Update hello-gl2 sample to properly implement EGL Config selection.
David 'Digit' Turner [Mon, 22 Feb 2010 18:23:02 +0000 (10:23 -0800)]
am f4efa044: Update hello-gl2 sample to properly implement EGL Config selection.

Merge commit 'f4efa044a061bf159cd6d7b634371b0cde8cb0b7' into eclair-plus-aosp

* commit 'f4efa044a061bf159cd6d7b634371b0cde8cb0b7':
  Update hello-gl2 sample to properly implement EGL Config selection.

14 years agoMerge "Fix code coverage definitions for the test-runner tests."
Brett Chabot [Mon, 22 Feb 2010 17:44:49 +0000 (09:44 -0800)]
Merge "Fix code coverage definitions for the test-runner tests."

14 years agoUpdate hello-gl2 sample to properly implement EGL Config selection.
David 'Digit' Turner [Sat, 20 Feb 2010 01:59:50 +0000 (17:59 -0800)]
Update hello-gl2 sample to properly implement EGL Config selection.

Also add some comments to explicit what is being done here.
+ add <uses-feature android:glEsVersion="0x00020000"/> to AndroidManifest.xml

14 years agoFix code coverage definitions for the test-runner tests.
Brett Chabot [Sun, 21 Feb 2010 04:07:38 +0000 (20:07 -0800)]
Fix code coverage definitions for the test-runner tests.

Change-Id: I04aaad10fd116a36e6100fb19b39dc108233022d

14 years agoAdd new location of test-runner source to Eclipse classpath.
Brett Chabot [Sun, 21 Feb 2010 02:34:03 +0000 (18:34 -0800)]
Add new location of test-runner source to Eclipse classpath.

14 years agoFix proguard flags.
Ying Wang [Sat, 20 Feb 2010 02:47:02 +0000 (18:47 -0800)]
Fix proguard flags.

14 years agoMerge "Minor improvements to apkcheck."
Andy McFadden [Sat, 20 Feb 2010 00:52:49 +0000 (16:52 -0800)]
Merge "Minor improvements to apkcheck."

14 years agoMinor improvements to apkcheck.
Andy McFadden [Sat, 20 Feb 2010 00:15:27 +0000 (16:15 -0800)]
Minor improvements to apkcheck.

It turns out annotation classes aren't spelled out in the public API
file, so we now emit warnings instead of errors on unrecognized method
calls into annotation classes.

The <angle bracket> stripper wasn't working quite right, and did the
wrong thing on nested brackets and stuff like "java.lang.Class<?>[]".

14 years agoModified to work with Mac. Apparently the | operator doesn't work in sed.
Michael Chan [Fri, 19 Feb 2010 23:32:44 +0000 (15:32 -0800)]
Modified to work with Mac. Apparently the | operator doesn't work in sed.

Change-Id: I4d29f7f13e08b8daacc2aeb661774d4ba23ec2d1

14 years agoAdd --ignore-package option.
Andy McFadden [Fri, 19 Feb 2010 22:40:48 +0000 (14:40 -0800)]
Add --ignore-package option.

Easier but ultimately less useful than generating API XML for stuff.

14 years agoUpdated README.
Andy McFadden [Fri, 19 Feb 2010 20:53:31 +0000 (12:53 -0800)]
Updated README.

Document the trouble cases while I still remember what they are.

14 years agoMerge "APK checker."
Andy McFadden [Fri, 19 Feb 2010 20:01:25 +0000 (12:01 -0800)]
Merge "APK checker."

14 years agoMerge "Add 's' option to grep so it doesn't complain about stuff under .git"
Marco Nelissen [Fri, 19 Feb 2010 19:00:58 +0000 (11:00 -0800)]
Merge "Add 's' option to grep so it doesn't complain about stuff under .git"

14 years agoAdd 's' option to grep so it doesn't complain about stuff under .git
Marco Nelissen [Fri, 19 Feb 2010 18:59:54 +0000 (10:59 -0800)]
Add 's' option to grep so it doesn't complain about stuff under .git

14 years agoAPK checker.
Andy McFadden [Tue, 9 Feb 2010 00:48:01 +0000 (16:48 -0800)]
APK checker.

Compares the fields and methods accessed by an APK against the public
API files generated by the build.  See the README for details.

14 years agoAdd frameworks-testrunner test_defs.
Brett Chabot [Fri, 19 Feb 2010 02:55:11 +0000 (18:55 -0800)]
Add frameworks-testrunner test_defs.

14 years agoMerge "Replace runtest --cts option with more generic --suite option."
Brett Chabot [Fri, 19 Feb 2010 17:43:00 +0000 (09:43 -0800)]
Merge "Replace runtest --cts option with more generic --suite option."

14 years agoReplace runtest --cts option with more generic --suite option.
Brett Chabot [Fri, 19 Feb 2010 04:01:11 +0000 (20:01 -0800)]
Replace runtest --cts option with more generic --suite option.

This will allow you to run a the set of test_defs with attribute suite="foo"
like this:
  runtest --suite foo

Bug 2401250

14 years agoAdd new MessengerService API demo.
Dianne Hackborn [Wed, 17 Feb 2010 01:48:27 +0000 (17:48 -0800)]
Add new MessengerService API demo.

Also refactor the LocalService demo to be more ammenable to being
used for sample code in the java docs.