Dan Egnor
b028990168
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.
2010-02-25 11:13:46 -08:00
David 'Digit' Turner
a74f31701a
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.
2010-02-24 14:43:10 -08:00
Dan Egnor
2f657eca4a
Merge "Build against SDK version 4 (Donut) to ensure compatibility"
2010-02-24 10:40:44 -08:00
Dan Egnor
e89d3740dd
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).
2010-02-23 21:25:09 -08:00
Derek Sollenberger
942e429796
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.
2010-02-23 19:54:11 -08:00
Derek Sollenberger
23270e751a
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.
2010-02-23 18:59:30 -08:00
Xavier Ducrohet
8badeab73d
Add the new Ant build rules for library projects.
...
Bug: 2294012
Change-Id: If4ebfe4d98e0dd445dc7e79dfc096cc761c79f75
2010-02-23 16:21:13 -08:00
Brett Chabot
2e16fbc36b
Fix grammar typo in runtest not-annotation help.
...
Change-Id: I5f5a81d16715f968ed9b265398d2a9e483c23a89
2010-02-23 12:28:27 -08:00
Brett Chabot
53a6a9b1d2
Merge "Add "annotation" and "not-annotation" args to runtest."
2010-02-23 12:17:47 -08:00
Brett Chabot
c061154208
Add "annotation" and "not-annotation" args to runtest.
...
Bug 2239240
Change-Id: I49bbee4b74e8b0a51b6e6144818a7e9c08b1b5c2
2010-02-23 12:17:15 -08:00
Derek Sollenberger
5b67414517
Adding basic on/off screen event handling to the sample background plugin.
2010-02-23 09:33:01 -05:00
David 'Digit' Turner
1b0f27549b
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
2010-02-22 16:43:26 -08:00
David 'Digit' Turner
528c8fa182
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
2010-02-22 16:35:29 -08:00
David 'Digit' Turner
4653cb897b
cpufeatures license is BSD, no Apache 2.0
2010-02-22 16:23:24 -08:00
David 'Digit' Turner
a166abb9e4
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
2010-02-22 15:06:54 -08:00
David 'Digit' Turner
fda2f43891
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
2010-02-22 14:18:36 -08:00
David 'Digit' Turner
693ad65e24
Add missing copyright disclaimers to cpufeatures and hello-neon
2010-02-22 14:11:07 -08:00
David 'Digit' Turner
7b23f86bfe
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.
2010-02-22 10:33:24 -08:00
David 'Digit' Turner
ec0ff0125c
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.
2010-02-22 10:23:02 -08:00
Brett Chabot
86bd5ee8b6
Merge "Fix code coverage definitions for the test-runner tests."
2010-02-22 09:44:49 -08:00
David 'Digit' Turner
f4efa044a0
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
2010-02-21 12:23:51 -08:00
Brett Chabot
786f4db828
Fix code coverage definitions for the test-runner tests.
...
Change-Id: I04aaad10fd116a36e6100fb19b39dc108233022d
2010-02-20 20:07:38 -08:00
Brett Chabot
d1743f5993
Add new location of test-runner source to Eclipse classpath.
2010-02-20 18:34:03 -08:00
Ying Wang
36d9f32f07
Fix proguard flags.
2010-02-19 18:47:02 -08:00
Andy McFadden
fbef7e0b85
Merge "Minor improvements to apkcheck."
2010-02-19 16:52:49 -08:00
Andy McFadden
4fbfbb3914
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<?>[]".
2010-02-19 16:15:27 -08:00
Michael Chan
8d014167ec
Modified to work with Mac. Apparently the | operator doesn't work in sed.
...
Change-Id: I4d29f7f13e08b8daacc2aeb661774d4ba23ec2d1
2010-02-19 15:48:08 -08:00
Andy McFadden
a4707b1709
Add --ignore-package option.
...
Easier but ultimately less useful than generating API XML for stuff.
2010-02-19 14:44:14 -08:00
Andy McFadden
0a6204684e
Updated README.
...
Document the trouble cases while I still remember what they are.
2010-02-19 12:53:31 -08:00
Andy McFadden
07efa81059
Merge "APK checker."
2010-02-19 12:01:25 -08:00
Marco Nelissen
102e19c932
Merge "Add 's' option to grep so it doesn't complain about stuff under .git"
2010-02-19 11:00:58 -08:00
Marco Nelissen
69b04ff53b
Add 's' option to grep so it doesn't complain about stuff under .git
2010-02-19 10:59:54 -08:00
Andy McFadden
2eceaea745
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.
2010-02-19 10:18:04 -08:00
Brett Chabot
0145eafa54
Add frameworks-testrunner test_defs.
2010-02-19 09:55:02 -08:00
Brett Chabot
67d22079b9
Merge "Replace runtest --cts option with more generic --suite option."
2010-02-19 09:43:00 -08:00
Brett Chabot
4a5d9f1ba7
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
2010-02-19 09:42:17 -08:00
Dianne Hackborn
bae0f4fd87
Add new MessengerService API demo.
...
Also refactor the LocalService demo to be more ammenable to being
used for sample code in the java docs.
2010-02-18 16:26:12 -08:00
Brett Chabot
0459299ce3
Merge "Add runtest test def for frameworks-core-host."
2010-02-17 13:22:16 -08:00
Brett Chabot
c5ad47cf30
Add runtest test def for frameworks-core-host.
...
Bug 2430400
2010-02-17 11:22:19 -08:00
Dianne Hackborn
0a4b90cb68
Fix issue #2420412 : API review: DeviceAdmin API changes
2010-02-17 10:30:09 -08:00
Xavier Ducrohet
59b13b559c
Add ant.properties to sdk build.
...
Change-Id: I755e259557cb02d1ca72df0dc18a3bd4fb38d1f1
2010-02-16 15:36:07 -08:00
David 'Digit' Turner
6052fa299a
am 7ab10f9f: am 92210fe1: Update documentation + simplify make-release.sh script
...
Merge commit '7ab10f9ffa522e1831594e75d3e4bf1174d02f1d'
* commit '7ab10f9ffa522e1831594e75d3e4bf1174d02f1d':
Update documentation + simplify make-release.sh script
2010-02-12 17:52:17 -08:00
David 'Digit' Turner
65352de314
am 142eafac: am 93369c24: Add the \'hello-neon\' sample app to demonstrate cpufeatures and ARM Neon usage.
...
Merge commit '142eafac97d8aae9d05532d19a80494a1593d2e8'
* commit '142eafac97d8aae9d05532d19a80494a1593d2e8':
Add the 'hello-neon' sample app to demonstrate cpufeatures and ARM Neon usage.
2010-02-12 17:44:56 -08:00
David 'Digit' Turner
7ab10f9ffa
am 92210fe1: Update documentation + simplify make-release.sh script
...
Merge commit '92210fe14b79481c2f087e24ed6e7a2627cc80f3' into eclair-plus-aosp
* commit '92210fe14b79481c2f087e24ed6e7a2627cc80f3':
Update documentation + simplify make-release.sh script
2010-02-12 17:44:11 -08:00
David 'Digit' Turner
142eafac97
am 93369c24: Add the \'hello-neon\' sample app to demonstrate cpufeatures and ARM Neon usage.
...
Merge commit '93369c247069b116f39c30530287809f5a190c22' into eclair-plus-aosp
* commit '93369c247069b116f39c30530287809f5a190c22':
Add the 'hello-neon' sample app to demonstrate cpufeatures and ARM Neon usage.
2010-02-12 17:31:15 -08:00
David 'Digit' Turner
92210fe14b
Update documentation + simplify make-release.sh script
2010-02-12 17:23:21 -08:00
David 'Digit' Turner
93369c2470
Add the 'hello-neon' sample app to demonstrate cpufeatures and ARM Neon usage.
...
+ Add a small cleanup script (build/tools/cleanup-apps.sh)
+ Minor formatting of hello-gl2 sample.
2010-02-12 16:26:31 -08:00
Mike LeBeau
3d2e485b97
Elaborate on html docs for VoiceRecognitionService a little bit.
2010-02-12 14:56:27 -08:00
Mike LeBeau
ae7af39f72
Add VoiceRecognitionService to the list of SDK sample apps.
2010-02-12 14:26:36 -08:00
Dianne Hackborn
9296a73509
Merge "New dev tools option for window manager pointer location."
2010-02-12 13:55:27 -08:00