Doug Zongker
547c8cfa7d
Merge branch 'readonly-p4-donut' into donut
2009-04-14 12:35:46 -07:00
Doug Zongker
ad88c7ce4f
AI 146194: am: CL 146193 Fix signing script so keys specified in -e options get passed
...
through the key map. Clarify the help for the -e option to
make clear this should happen.
(This change doesn't affect device code.)
Original author: dougz
Merged from: //branches/cupcake/...
Automated import of CL 146194
2009-04-14 12:34:27 -07:00
Raphael Moll
fa0c289563
Merge branch 'readonly-p4-donut' into donut
2009-04-13 18:22:26 -07:00
Raphael Moll
a190c523af
AI 145983: am: CL 145911 ADT #1778786 : tool to generate stubbed jar file.
...
This is only a preliminary CL. More will follow but this is
a good start, with the following caveats:
What it does:
- take an input jar, a list of includes, a list of excludes.
- generate actual Java source for the filtered classes.
What it doesn't do yet:
- some more work on filtering inner elements (methods, etc.)
- properly generate inner classes.
- hide synthetic fields.
- some classes body are missing
- directly generate a stubbed bytecode/jar rather than source.
I'll likely want to keep the source generator for debugging
purposes or if we want to integrate with a build system instead.
- classpath will be changed in the final CL to refer to the external
ASM lib rather than the project. I need the source for debugging
rigth now.
- will review comments before submitting.
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 145983
2009-04-13 18:21:16 -07:00
Joe Onorato
c08920685b
Merge branch 'readonly-p4-donut' into donut
2009-04-13 08:32:27 -07:00
Joe Onorato
03fbe40d53
AI 145850: am: CL 145512 SDK add-on updates
...
- rename the directory and zip file
- make it build to the dist directory
Original author: joeo
Merged from: //branches/cupcake/...
Automated import of CL 145850
2009-04-13 08:31:16 -07:00
Jack Veenstra
16a98c0959
Merge branch 'readonly-p4-donut' into donut
2009-04-10 10:32:11 -07:00
Jack Veenstra
8f8b99c40a
AI 145709: Fixed tracedmdump() by correcting the KERNEL path.
...
Merged 145592 from master.
BUG=1630077
Automated import of CL 145709
2009-04-10 10:30:51 -07:00
Mike Lockwood
c461d29404
Merge branch 'readonly-p4-donut' into donut
2009-04-10 06:36:10 -07:00
Mike Lockwood
8539929a12
AI 145704: Manually integrate change 145576 to donutburger to fix "lunch"
...
Automated import of CL 145704
2009-04-10 06:34:59 -07:00
Xavier Ducrohet
cb6dae2336
Merge branch 'readonly-p4-donut' into donut
2009-04-09 19:43:23 -07:00
Xavier Ducrohet
706a9a0a02
AI 145622: am: CL 145380 Fixes for add-on build
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 145622
2009-04-09 19:42:09 -07:00
Joe Onorato
4c2a4c3b55
Merge branch 'readonly-p4-donut' into donut
2009-04-09 19:40:30 -07:00
Joe Onorato
92f8a3a7c3
AI 145621: am: CL 145373 remove a debugging printf that sometimes breaks the build
...
because the commandline is too long
Original author: joeo
Merged from: //branches/cupcake/...
Automated import of CL 145621
2009-04-09 19:39:15 -07:00
Joe Onorato
1c38b9c493
Merge branch 'readonly-p4-donut' into donut
2009-04-09 19:32:25 -07:00
Joe Onorato
64d85d0d82
AI 145618: am: CL 145333 Cloned from CL 144759 by 'g4 patch'.
...
Original change by joeo@abreu on 2009/04/06 19:54:13.
Implement SDK add-ons in the build system.
- Add an option to use the standard javadoc doclet instead
of droiddoc, since droiddocs non-sdk templates aren't
ready for prime time.
- Add the notion of a stubs for a library. It's only
implemented for java libraries, but when we do native
libraries in the NDK or sdk-addons, it will work there too.
Original author: joeo
Merged from: //branches/cupcake/...
Automated import of CL 145618
2009-04-09 19:31:12 -07:00
Xavier Ducrohet
4e0080136d
Merge branch 'readonly-p4-donut' into donut
2009-04-09 14:08:25 -07:00
Xavier Ducrohet
3b06a03ef4
AI 145464: am: CL 145080 Add Latin and Chinese method to SDK.
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 145464
2009-04-09 14:07:07 -07:00
Xavier Ducrohet
46e2e379dd
Merge branch 'readonly-p4-donut' into donut
2009-04-06 20:31:11 -07:00
Xavier Ducrohet
6a769427c8
AI 144765: am: CL 144764 Fix the SDK build to properly package what needs to go in the system image (bug #1761105 )
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 144765
2009-04-06 20:30:02 -07:00
Doug Zongker
8e931bf999
update the cert used for OTA verification when signing
...
The build system now (in donut) produces builds that use the testkey
cert for OTA package verification. Change the app-signing script to
also optionally substitute the "real" cert in both the recovery and
system images. Also fix bug where the build fingerprint and
description were not getting properly updated in the recovery
partition.
2009-04-06 15:21:45 -07:00
Doug Zongker
eef3944eb3
AI 144270: am: CL 144269 Relocate the new (google-indepedent) tools for signing and
...
building images & OTA packages out of vendor/google.
No device code is touched by this change.
Original author: dougz
Merged from: //branches/cupcake/...
Automated import of CL 144270
2009-04-02 12:14:19 -07:00
Andy Stadler
8269d35440
AI 144253: Cleanstep for gsm related errors.
...
Automated import of CL 144253
2009-04-02 11:34:10 -07:00
Mike Ritter
032e32a012
AI 144166: am: CL 144164 Adding droiddocs/javadocs usage to Pdk-docs to get correct style.
...
Original author: mritter
Merged from: //branches/cupcake/...
Automated import of CL 144166
2009-04-02 01:26:29 -07:00
Doug Zongker
934de9b758
AI 144143: Define OTA_PUBLIC_KEYS to be the test keys in the otapackage
...
target as well.
Automated import of CL 144143
2009-04-02 01:15:57 -07:00
Doug Zongker
17c83cf22c
AI 144130: Don't build OTA package keys into the recovery binary; read
...
them from an external file in the recovery image. Use the
test-keys for all builds.
Automated import of CL 144130
2009-04-01 15:48:46 -07:00
Raphael Moll
a401b054a4
AI 143879: am: CL 143876 Include hprof-conv in SDK (bug #1640225 )
...
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 143879
2009-03-31 17:19:14 -07:00
Brett Chabot
03e1e28c19
AI 143784: am: CL 143737 Fix kernel build: remove the '.' from runtest.py shortcut
...
Original author: brettchabot
Merged from: //branches/cupcake/...
Automated import of CL 143784
2009-03-31 14:53:34 -07:00
Brett Chabot
e253d822dd
AI 143263: am: CL 143102 Add build environment shortcut to runtest.py.
...
This change does not affect device code.
Original author: brettchabot
Merged from: //branches/cupcake/...
Automated import of CL 143263
2009-03-27 20:17:02 -07:00
Eric Fischer
35354dc754
Automated import from //branches/donutburger/...@142719,142719
2009-03-25 17:01:21 -07:00
Andy Stadler
0ccf0ad4c0
Automated import from //branches/donutburger/...@142699,142699
2009-03-25 16:05:01 -07:00
Sriram Raman
7b64124f0b
Automated import from //branches/donutburger/...@142410,142410
2009-03-24 22:40:59 -07:00
Dave Bort
d14f6d92d4
Automated import from //branches/donutburger/...@141759,141759
2009-03-24 20:50:42 -07:00
Dima Zavin
e94d71753d
Automated import from //branches/donutburger/...@141546,141546
2009-03-24 20:31:33 -07:00
Iliyan Malchev
bafa6ddfc5
Automated import from //branches/donutburger/...@141285,141285
2009-03-24 19:58:48 -07:00
Dave Sparks
7f3eaaf9cf
Automated import from //branches/donutburger/...@141015,141015
2009-03-24 19:14:21 -07:00
Joe Onorato
bd46b21c31
Automated import from //branches/donutburger/...@140982,140982
2009-03-24 19:07:34 -07:00
Dianne Hackborn
cd44e5400f
Automated import from //branches/donutburger/...@140818,140818
2009-03-24 18:36:43 -07:00
Dianne Hackborn
c6f440e85c
Automated import from //branches/donutburger/...@140489,140489
2009-03-24 17:45:38 -07:00
The Android Open Source Project
a7e72e17df
auto import //branches/donutburger/...@140359
2009-03-18 20:53:43 -07:00
The Android Open Source Project
f122bec404
auto import from //branches/cupcake_rel/...@140373
2009-03-18 17:39:42 -07:00
android-build SharedAccount
760cda0e37
add Launcher as home
2009-03-13 23:22:59 -07:00
The Android Open Source Project
6bce205856
auto import from //branches/cupcake_rel/...@138607
2009-03-13 13:04:19 -07:00
The Android Open Source Project
fdd3a1020c
auto import from //branches/cupcake/...@137873
2009-03-11 12:11:54 -07:00
The Android Open Source Project
2f31293ba7
auto import from //branches/cupcake/...@137197
2009-03-09 11:52:11 -07:00
The Android Open Source Project
e53d32b606
auto import from //depot/cupcake/@136745
2009-03-05 20:00:41 -08:00
The Android Open Source Project
6a5f7f068b
auto import from //depot/cupcake/@136594
2009-03-05 14:34:30 -08:00
The Android Open Source Project
88b607994a
auto import from //depot/cupcake/@135843
2009-03-03 19:28:42 -08:00
The Android Open Source Project
05806d7af6
auto import from //depot/cupcake/@135843
2009-03-03 18:28:14 -08:00
The Android Open Source Project
094268cf8c
auto import from //depot/cupcake/@132589
2009-03-03 14:03:52 -08:00