Commit Graph

1235 Commits

Author SHA1 Message Date
Raphael
a62a442129 Fix the Windows SDK build for the development to sdk split.
Change-Id: Iabeee6aa319a3d98d05357f508b190ba65196df7
2009-11-17 22:12:33 -08:00
Android (Google) Code Review
c3d9645e29 Merge change I392672f1 into eclair
* changes:
  Add the example test to the CTS.
2009-11-17 15:39:46 -08:00
Xavier Ducrohet
1ae9880407 Change where makefile looks for sdk_clean.sh 2009-11-17 15:10:41 -08:00
Dan Bornstein
1347f92e3a Add the example test to the CTS.
Change-Id: I392672f1767bf72a18058de49c8658dabdc93a4d
2009-11-17 14:27:40 -08:00
The Android Automerger
7e0ddc1578 ERD48 2009-11-17 08:55:24 -08:00
The Android Automerger
ecae0115aa Merge branch 'eclair' into eclair-release 2009-11-17 08:54:55 -08:00
The Android Automerger
0fda10ae76 ERD47B 2009-11-16 18:33:48 -08:00
Adam Bliss
580cdbe0fe Enables nodpi drawables in the framework. 2009-11-16 17:18:40 -08:00
The Android Automerger
abab474650 ERD47 2009-11-16 08:55:20 -08:00
The Android Automerger
46eb8a7edc ERD46 2009-11-15 09:05:43 -08:00
The Android Automerger
94627ed9c1 ERD44B 2009-11-13 13:13:12 -08:00
The Android Automerger
25d24b21aa ERD44 2009-11-13 08:39:33 -08:00
The Android Automerger
21e858e9f1 Merge branch 'eclair' into eclair-release 2009-11-13 08:38:53 -08:00
android-build SharedAccount
57eb67da39 ERD43C 2009-11-12 18:26:33 -08:00
Android (Google) Code Review
eb71bf7b74 Merge change I01d9d733 into eclair
* changes:
  Add a host shell function to generate system_server stack traces
2009-11-12 16:46:35 -08:00
Android (Google) Code Review
d0b2290257 Merge change I847e8ab8 into eclair
* changes:
  Fix issue #2258571: Fix build versions
2009-11-12 16:28:03 -08:00
Android (Google) Code Review
c725b6ee0c Merge change I4d3d08a1 into eclair
* changes:
  Add the sdk overlay to the build.
2009-11-12 16:20:00 -08:00
Dianne Hackborn
f6295cdd82 Fix issue #2258571: Fix build versions
Change-Id: I847e8ab8080d5a0716e913da8e176e7dfcd966eb
2009-11-12 15:35:35 -08:00
Christopher Tate
744ee8025a Add a host shell function to generate system_server stack traces
For debugging non-ANR weird states in the system server, it is incredibly handy
to be able to force a complete thread-stack dump of that process.  Here's a
shell function that does so (creating the /data/anr/traces.txt file with the
usual permissions if it does not yet exist).

Depends on adb having been configured to run as root.

Change-Id: I01d9d733ef08ffefb00cb61968df36ecf62087f0
2009-11-12 15:33:08 -08:00
android-build SharedAccount
682123a5a7 ERD43B 2009-11-12 14:48:10 -08:00
The Android Automerger
ec9ebe7dcb ERD43 2009-11-12 08:33:34 -08:00
The Android Automerger
7390b86396 Merge branch 'eclair' into eclair-release 2009-11-12 08:33:11 -08:00
Android (Google) Code Review
31597999a6 Merge change I2edfb71d into eclair
* changes:
  Support secondary CPU ABI in build.prop
2009-11-11 18:08:03 -08:00
android-build SharedAccount
ce902a8bcd ERD42B 2009-11-11 15:56:31 -08:00
The Android Automerger
b93a2505db ERD42 2009-11-11 08:36:49 -08:00
The Android Automerger
cc6b13cd7f Merge branch 'eclair' into eclair-release 2009-11-11 08:36:27 -08:00
Xavier Ducrohet
325b2eb9cb Add the sdk overlay to the build.
Change-Id: I4d3d08a13d23194a84fdd822a130f9aa71bb6360
2009-11-10 17:52:55 -08:00
The Android Automerger
ea6d7d479d ERD41 2009-11-10 08:46:27 -08:00
Doug Zongker
f17e63879c allow use of unzip version 6.0
Unzip 6.0 changes the name of the fourth column in the "unzip -lv"
output from "Ratio" to "Cmpr".  Allow either name so that
dump-package-stats works with both unzip 5 and unzip 6.
2009-11-09 18:19:48 -08:00
The Android Automerger
1bc70f1c48 ERD40 2009-11-09 08:36:49 -08:00
The Android Automerger
41ca4fe335 Merge branch 'eclair' into eclair-release 2009-11-09 08:36:32 -08:00
The Android Automerger
59f9869a77 ERD39C 2009-11-08 16:52:31 -08:00
The Android Automerger
b115daae8c Merge branch 'eclair' into eclair-release 2009-11-08 16:52:15 -08:00
Xavier Ducrohet
216faf3f1c Add Livewallpapers picker to SDK.
Change-Id: If14c073c13b13bdd042e2a48aa867f4fa2be7572
2009-11-08 15:42:25 -08:00
android-build SharedAccount
8a42889364 ERD39B 2009-11-08 15:17:31 -08:00
The Android Automerger
c1e605a15e ERD39 2009-11-08 09:34:54 -08:00
Xavier Ducrohet
58302409dd Add CertInstaller to the SDK.
Change-Id: I1e680d24080a6514e2dc049d64e570f8cd759dd7
2009-11-06 18:21:32 -08:00
David 'Digit' Turner
2edfb71d01 Support secondary CPU ABI in build.prop
BoardConfig.mk typically defines TARGET_CPU_ABI to the name of the
native machine code CPU ABI supported by the target device. For example,
existing devices today use the value 'armeabi' corresponding to an
ARMv5TE instruction set with soft-float implementation.

This patch allows this file to also define TARGET_CPU_ABI2 to name
a secondary (minor) CPU ABI also supported by the device. This is useful
when the main ABI is ARMv7-A (identified as 'armeabi-v7a') which also
supports ARMv5TE. Such devices should have TARGET_CPU_ABI defined to
'armeabi-v7a' and TARGET_CPU_ABI2 defined to 'armeabi'.

TARGET_CPU_ABI2 will be translated into the ro.product.cpu.abi2 property
in build.prop. This value will be used by the PackageManager to handle
"fat-binaries" generated with the NDK.
2009-11-06 15:12:00 -08:00
Android Git Automerger
5840e845de ERD37B 2009-11-06 14:33:41 -08:00
The Android Automerger
5c0ecfde52 ERD37 2009-11-06 08:20:11 -08:00
The Android Automerger
0ffcca777d Merge branch 'eclair' into eclair-release 2009-11-06 08:19:28 -08:00
Android Git Automerger
bffb364bdb ERC36C 2009-11-05 18:22:59 -08:00
Android Git Automerger
5573cde139 ERD36B 2009-11-05 13:35:08 -08:00
Android (Google) Code Review
357f5bc804 Merge change I7397e6fe into eclair
* changes:
  add the new accounts and sync package to the generic target and enable sync for all builds
2009-11-05 14:15:58 -05:00
The Android Automerger
3c8bdf9710 ERD36 2009-11-05 08:42:38 -08:00
Scott Main
9a5c840205 docs: make all javadoc reference links use <code>
and remove some unused CSS
2009-11-04 16:12:05 -08:00
Android Git Automerger
bc55cbb630 ERD35B 2009-11-04 16:03:58 -08:00
The Android Automerger
b9cda93a7f ERD35 2009-11-04 08:42:46 -08:00
The Android Automerger
d48871142d Merge branch 'eclair' into eclair-release 2009-11-04 08:42:26 -08:00
Scott Main
24fbbfaa80 am 3f7d1df1: docs: revise resizing scripts to better organize the tasks into chunks that are only executed when necessary.
Merge commit '3f7d1df12938b6db9849b03c05d5a56784ee147b' into eclair

* commit '3f7d1df12938b6db9849b03c05d5a56784ee147b':
  docs: revise resizing scripts to better organize the
2009-11-03 19:04:40 -08:00