OSDN Git Service

android-x86/build.git
13 years agoSupport Additional CTS Host Jars
Brian Muramatsu [Thu, 2 Sep 2010 19:36:59 +0000 (12:36 -0700)]
Support Additional CTS Host Jars

Include another optional Makefile from the CTS project that
specifies additional JARs that the CTS host may need. This
will make it easier to create modules in the CTS project
that can be built for the host and device and shared between
the host and test cases.

The first such library will include annotations like
"RequiresFeature" and "SupportsProfile" that will be needed
to support multiple device profiles in CTS.

Another planned libraries could include defining the CTS
version number in a central spot and sharing code used to
probe for certain properties like the OpenGL version and
other system properties.

Can be checked in after this other change without causing
breakage: https://review.source.android.com/#change,16740

Change-Id: I3c488247b66522dc86277ab43198c34f790e0618

13 years agobump version from 2.2 to 2.2.1 for next froyo release
android-build SharedAccount [Wed, 18 Aug 2010 05:44:17 +0000 (22:44 -0700)]
bump version from 2.2 to 2.2.1 for next froyo release

Change-Id: Ic636f111d4a7a69954539bbd480b7119bf0d730f

13 years agoupdate carousel icon for nexus one dev phone
Scott Main [Thu, 5 Aug 2010 16:44:47 +0000 (09:44 -0700)]
update carousel icon for nexus one dev phone

Change-Id: I7f92063a7dc6b49dd6bb044b79931dbc9268ebd6

13 years agoMerge "Doc change: Add nexus one to dev phones image." into froyo
Scott Main [Thu, 5 Aug 2010 15:05:37 +0000 (08:05 -0700)]
Merge "Doc change: Add nexus one to dev phones image." into froyo

13 years agoMerge "Dist apkcerts.txt for unbundled builds" into froyo
Ying Wang [Thu, 29 Jul 2010 17:21:15 +0000 (10:21 -0700)]
Merge "Dist apkcerts.txt for unbundled builds" into froyo

13 years agomerge from open-source froyo
The Android Open Source Project [Wed, 28 Jul 2010 18:24:38 +0000 (11:24 -0700)]
merge from open-source froyo

Change-Id: I947332f4e978326309fe14d01875ebfe94405c9f

13 years agoreconcile forked froyos
The Android Open Source Project [Wed, 28 Jul 2010 17:40:27 +0000 (10:40 -0700)]
reconcile forked froyos

Change-Id: Ie0ab94638cc4489d9644e17d26f0603578a011e7

13 years agomerge from open-source froyo
The Android Open Source Project [Mon, 26 Jul 2010 19:02:01 +0000 (12:02 -0700)]
merge from open-source froyo

Change-Id: I6bac03b1f646ea171ee20f0e90d37f337d7987fa

13 years agoDist apkcerts.txt for unbundled builds
Ying Wang [Fri, 23 Jul 2010 23:42:13 +0000 (16:42 -0700)]
Dist apkcerts.txt for unbundled builds

Change-Id: Ic381d846f020dc43f48f43581c0db5721f2e36f7

13 years agoDoc change: Add nexus one to dev phones image.
Dirk Dougherty [Fri, 23 Jul 2010 21:00:22 +0000 (14:00 -0700)]
Doc change: Add nexus one to dev phones image.

Change-Id: I39541b208ed4a2f7b7f48c42f37f3ccdfc05de02

13 years agoPackages can specify where to find AndroidManifest.xml
Evan Charlton [Fri, 23 Jul 2010 18:03:29 +0000 (11:03 -0700)]
Packages can specify where to find AndroidManifest.xml

By overriding LOCAL_MANIFEST_FILE, a package can now specify which
AndroidManifest.xml file to use. This also allows for AndroidManifest.xml to
be in a non-standard location, though that's not recommended.

Change-Id: Ib6d1baeef7601e5a93d4ce64d18883d45373fc12

13 years agoAdd JNI_H_INCLUDE as default header search path
Ying Wang [Thu, 22 Jul 2010 22:51:56 +0000 (15:51 -0700)]
Add JNI_H_INCLUDE as default header search path

So that module Android.mk does not need to include it manually.
Also with this change, CL like https://android-git.corp.google.com/g/57887 is not needed.

Change-Id: I68fa73a00c76eb37a8142f35d7eeef79cf53c09b

13 years agoInclude Test Case List from CTS Project
Brian Muramatsu [Thu, 22 Jul 2010 21:46:53 +0000 (14:46 -0700)]
Include Test Case List from CTS Project

Bug 2732160

Have the cts.mk include the test case list from CTS rather
than defining it in cts.mk. This permits CTS developers to
add new packages and applications without having to submit
multiple project changes to both the CTS and build projects
everytime.

Change-Id: I63d90ac4f5d9fc9a9aa0ff79a8bf9dfb1a79c822

13 years agoMerge "add phony target "all_modules" and use it as make goal for "mm"/"mmm"" into...
Ying Wang [Thu, 22 Jul 2010 17:51:03 +0000 (10:51 -0700)]
Merge "add phony target "all_modules" and use it as make goal for "mm"/"mmm"" into froyo

13 years agoadd phony target "all_modules" and use it as make goal for "mm"/"mmm"
Ying Wang [Tue, 20 Jul 2010 23:18:16 +0000 (16:18 -0700)]
add phony target "all_modules" and use it as make goal for "mm"/"mmm"

So that mm/mmm don't depend on phony target "files", which brings in
unwanted files for apps-only build.
Also allow "dist" for mmm.
Bug: http://b/issue?id=2811503

Change-Id: I2c0794aebd1d171d8a0f44eb8cda67855704d6bd

13 years agoFix sim build for unbundling native code
Ying Wang [Fri, 16 Jul 2010 18:34:36 +0000 (11:34 -0700)]
Fix sim build for unbundling native code

NDK does not support sim build.

Change-Id: I57a09c0083126c57a99cf33c055edef3390d1c28

13 years agodocs: ensure code-ified links in qv are the proper color
Scott Main [Fri, 25 Jun 2010 23:09:24 +0000 (16:09 -0700)]
docs: ensure code-ified links in qv are the proper color

Change-Id: I61dd859e0749573746c9bfcbf224758463370ba7

13 years agoMerge "merge from open-source froyo" into froyo
Jean-Baptiste Queru [Wed, 14 Jul 2010 18:06:23 +0000 (11:06 -0700)]
Merge "merge from open-source froyo" into froyo

13 years agoMerge "Add phony target dist_libraries" into froyo
Ying Wang [Wed, 14 Jul 2010 01:50:05 +0000 (18:50 -0700)]
Merge "Add phony target dist_libraries" into froyo

13 years agoKeep the crt start/end var name of sh consistent with other archs
Ying Wang [Wed, 14 Jul 2010 00:41:14 +0000 (17:41 -0700)]
Keep the crt start/end var name of sh consistent with other archs

So that the PRIVATE_ vars get values correctly.

Change-Id: I1eea67f02c5bab5018b3b5fd93904e1ee8643bf7

13 years agoSupport to build native libraries with prebuilt NDK
Ying Wang [Tue, 13 Jul 2010 21:55:47 +0000 (14:55 -0700)]
Support to build native libraries with prebuilt NDK

Bug: http://b/issue?id=2811253
Change-Id: Iabd4ab8b3d7236dffe89f1939e1142e882944026

13 years agomerge from open-source froyo
The Android Open Source Project [Tue, 13 Jul 2010 22:24:07 +0000 (15:24 -0700)]
merge from open-source froyo

Change-Id: I2759c464efef13754154310d10816a5781243311

13 years agoBuild Accessibility Tests and APK
Brian Muramatsu [Thu, 8 Jul 2010 20:05:09 +0000 (13:05 -0700)]
Build Accessibility Tests and APK

Bug 2814482

Froyo's cts.mk was missing two lines added to Eclair's cts.mk that
are needed to build the accessibility tests and apk.

Change-Id: I05f93bc0a56b2ec1e07eab8c7a15ef7d4bb90d18

13 years agodocs: modify redirect link text
Scott Main [Thu, 8 Jul 2010 18:29:28 +0000 (11:29 -0700)]
docs: modify redirect link text

Change-Id: Ieb26c4278958624b9c7aa8795cd7a8cab87fafec

13 years agoAdd phony target dist_libraries
Ying Wang [Wed, 7 Jul 2010 23:57:28 +0000 (16:57 -0700)]
Add phony target dist_libraries

that is only used to put your library into the dist dir when doing a full build.

Change-Id: I11e9dc15237086843ea4a00736c81ffc680ca12e

13 years agoDon't copy apns-conf.xml for apps-only build
Ying Wang [Wed, 30 Jun 2010 22:21:27 +0000 (15:21 -0700)]
Don't copy apns-conf.xml for apps-only build

http://b/issue?id=2796939
This can fix commands mm and mmm in an unbundled branch.
The cause is that mm & mmm depends on phony target "files", which includes apns-conf.xml.

Change-Id: I72ce1c7c5ddfdcd3bbea5cb9645ca3a48ff8ac12

13 years agoMerge "Allow to override --version-code and --version-name in LOCAL_AAPT_FLAGS" into...
Ying Wang [Tue, 29 Jun 2010 16:18:00 +0000 (09:18 -0700)]
Merge "Allow to override --version-code and --version-name in LOCAL_AAPT_FLAGS" into froyo

13 years agoMerge "docs: show the download message on the SDK homepage because we no longer need...
Scott Main [Fri, 25 Jun 2010 01:10:32 +0000 (18:10 -0700)]
Merge "docs: show the download message on the SDK homepage because we no longer need to walk through the TOS" into froyo

13 years agodocs: show the download message on the SDK homepage because we no longer
Scott Main [Thu, 24 Jun 2010 23:36:54 +0000 (16:36 -0700)]
docs: show the download message on the SDK homepage because we no longer
need to walk through the TOS

Change-Id: I46f7e7284792b2bea77cf2a88b195e8117b4e4d2

13 years agodefault empty tapas to TARGET_BUILD_APPS "all"
Ying Wang [Thu, 24 Jun 2010 22:08:33 +0000 (15:08 -0700)]
default empty tapas to TARGET_BUILD_APPS "all"

So that "tapas" without argument won't end in makefile-could-not-load error in unbundled branch.
Also, the magic "all" apps will build only apps, not other things.

Change-Id: Iac6dd928ee4e42996147acdab31930cd4ffa1768

13 years agoAllow to override --version-code and --version-name in LOCAL_AAPT_FLAGS
Ying Wang [Wed, 23 Jun 2010 20:34:22 +0000 (13:34 -0700)]
Allow to override --version-code and --version-name in LOCAL_AAPT_FLAGS

Change-Id: Ibbcd626e6856d9340d9d3e2f916127feed0b6f5c

13 years agoinclude build timestamp in OTA metadata
Doug Zongker [Mon, 21 Jun 2010 22:30:45 +0000 (15:30 -0700)]
include build timestamp in OTA metadata

Change-Id: I44292c6346db3356dfafbd044027e37a9b467cfe

13 years agoA nothing-to-do build should do nothing.
Ying Wang [Fri, 18 Jun 2010 00:52:18 +0000 (17:52 -0700)]
A nothing-to-do build should do nothing.

Before this CL, ota_from_target_files is always executed even with no new change.

Change-Id: I29d6aef3c60e5b0229551a3bf22f2d31cb41f219

13 years agoMerge changes I02214abd,I79e6f60e into froyo
Joe Onorato [Tue, 15 Jun 2010 20:59:01 +0000 (13:59 -0700)]
Merge changes I02214abd,I79e6f60e into froyo

* changes:
  Add a tapas command.
  Rename is_unbundled_app_build and UNBUNDLED_APP_BUILD to TARGET_BUILD_APPS.

13 years agoAdd a tapas command.
Joe Onorato [Thu, 10 Jun 2010 01:18:31 +0000 (18:18 -0700)]
Add a tapas command.

(Actually there was a tapas command that just called choosecombo).

The new better tapas command is for building unbundled apps.  Run
it with one or more modules to build and optionally a build variant.

tapas [variant] App1 App2 ...

If you don't supply a build variant, it defaults to eng.

Change-Id: I02214abd0b5ad02e364fcb024e10cf6ad17a9e68

13 years agoRename is_unbundled_app_build and UNBUNDLED_APP_BUILD to TARGET_BUILD_APPS.
Joe Onorato [Wed, 9 Jun 2010 23:35:58 +0000 (16:35 -0700)]
Rename is_unbundled_app_build and UNBUNDLED_APP_BUILD to TARGET_BUILD_APPS.

Change-Id: I79e6f60e009dad3a48709962347441e4ca0c337a

13 years agoCherry-pick bug fixes from master.
Ying Wang [Wed, 9 Jun 2010 18:43:33 +0000 (11:43 -0700)]
Cherry-pick bug fixes from master.

1. Set correct aidl_preprocess_import for LOCAL_SDK_VERSION current.
2. Set correct PRIVATE_BOOTCLASSPATH for non-empty LOCAL_SDK_VERSION.

Change-Id: Iff8e266931434863521bfa4621767bed31d31cc0

13 years agoMerge "Unbundle the build system." into froyo
Ying Wang [Wed, 9 Jun 2010 18:31:29 +0000 (11:31 -0700)]
Merge "Unbundle the build system." into froyo

13 years agoUnbundle the build system.
Ying Wang [Wed, 9 Jun 2010 17:26:26 +0000 (10:26 -0700)]
Unbundle the build system.

Change-Id: I88912d876c3972212e8871b3e5b3b8b6d2da34d0

13 years agoSet JAVA_HOME to point to java 1.5.
Jeff Hamilton [Mon, 7 Jun 2010 20:03:54 +0000 (15:03 -0500)]
Set JAVA_HOME to point to java 1.5.

Change-Id: I1304b78b17cd13a2231c59385a94e0430a8198ff

13 years agoOverride LOCAL_CERTIFICATE in inherit-package.
Ying Wang [Wed, 2 Jun 2010 20:24:36 +0000 (13:24 -0700)]
Override LOCAL_CERTIFICATE in inherit-package.

it's to fix typo.

Change-Id: I9a791faa4b7b5967b5d23bfcb4caeebaef94e723

13 years agoCherry-pick unbundled build changes from master
Ying Wang [Wed, 26 May 2010 20:13:56 +0000 (13:13 -0700)]
Cherry-pick unbundled build changes from master

Change-Id: I82cab32f00b7b729d9b01c8e1532c8bf0ad2fb92

13 years agoAdd QuickSearchBox to the SDK build.
Xavier Ducrohet [Wed, 26 May 2010 00:03:07 +0000 (17:03 -0700)]
Add QuickSearchBox to the SDK build.

Change-Id: Ia0cc7b4cd8245d368685d50cf32cd21875cbdbbf

13 years agoRevert "Doc change: Update froyo mark for home"
Scott Main [Tue, 25 May 2010 19:22:29 +0000 (12:22 -0700)]
Revert "Doc change: Update froyo mark for home"

This reverts commit 9d1d6441d97eeea80c70c549646d7c177936e148.

13 years agoDoc change: add tv assets for carousel.
Dirk Dougherty [Wed, 19 May 2010 05:12:23 +0000 (22:12 -0700)]
Doc change: add tv assets for carousel.

Change-Id: I357509c83e64ceb898b2069482ff1d0f3b3337cc

13 years agoDoc change: Update froyo mark for home
Dirk Dougherty [Thu, 20 May 2010 01:25:33 +0000 (18:25 -0700)]
Doc change: Update froyo mark for home

Change-Id: Idacecd87faca95cd258436ab842c03102e5fc6c6

14 years agodocs: lighten the "new" red. softens the effect and makes it more legible when selected
Scott Main [Mon, 10 May 2010 15:18:26 +0000 (08:18 -0700)]
docs: lighten the "new" red. softens the effect and makes it more legible when selected

Change-Id: I0f1f70c281cc0a6f3621c898b04d3845924f6e35

14 years agoMerge "add froyo graphic for homepage and fix css bug" into froyo
Scott Main [Fri, 7 May 2010 18:32:12 +0000 (11:32 -0700)]
Merge "add froyo graphic for homepage and fix css bug" into froyo

14 years agoAllow for a slightly larger libwebcore, add another library to the list,
Dan Bornstein [Thu, 6 May 2010 02:33:47 +0000 (19:33 -0700)]
Allow for a slightly larger libwebcore, add another library to the list,
correct/update a couple entries, and add a couple more comments.

Bug: 2651381
Change-Id: I9aaf48c3c2115b111794710bb4e959613bf22add

14 years agoadd froyo graphic for homepage and fix css bug
Scott Main [Thu, 6 May 2010 18:43:08 +0000 (11:43 -0700)]
add froyo graphic for homepage and fix css bug

Change-Id: Ie040686a6c7982233d72298403a88f794b6b26db

14 years agoMerge "Fixed a bunch of stuff in the prelink mappings file:" into froyo
Dan Bornstein [Wed, 5 May 2010 21:36:04 +0000 (14:36 -0700)]
Merge "Fixed a bunch of stuff in the prelink mappings file:" into froyo

14 years agoFixed a bunch of stuff in the prelink mappings file:
Dan Bornstein [Mon, 3 May 2010 22:15:57 +0000 (15:15 -0700)]
Fixed a bunch of stuff in the prelink mappings file:

* Added mappings for most of the libraries that didn't already
have them (as observed from my build).

* Re-canonicalized all the offsets in the mappings file,
per the official policy of keeping things megabyte-aligned.

* Added comments on each line indicating what size the library
actually appeared to be in my build (to help with future rejiggerings).

* Added a bit of documentation about the whole deal.

Even with this change, I know there are other libraries that will
still need to be included, but I think what I have here is a good
step. Also, this change only reserves room for the new libraries, but
subsequent changes (in other subprojects) are required to actually
start prelinking the new libraries. Those changes will be forthcoming
as well.

Bug: 2651381
Change-Id: I7a06382fc2b8a14bbd3261de58df3f8a31e4108e

14 years agofix css bug for paragraphs in table cells
Scott Main [Wed, 5 May 2010 00:24:26 +0000 (17:24 -0700)]
fix css bug for paragraphs in table cells
 - only select the direct descendant for p:last-child in a td

Change-Id: I9ad63b80914fbfe4d3e74041915f67b7a08d9649

14 years agoadd metadata to OTA package in easily-parsed form
Doug Zongker [Wed, 28 Apr 2010 23:05:21 +0000 (16:05 -0700)]
add metadata to OTA package in easily-parsed form

This is only for use by the tools that manipulate OTA packages; it
doesn't touch device code.

Change-Id: I1e21b24b86340d8f86c9d15b2aeb79c461f75d18

14 years agoMerge "support a few more header levels for sidebox so the sidebox can be placed...
Scott Main [Tue, 27 Apr 2010 21:23:04 +0000 (14:23 -0700)]
Merge "support a few more header levels for sidebox so the sidebox can be placed at any level and be semantically correct" into froyo

14 years agoSupport building Windows SDK under Linux.
Raphael [Sat, 17 Apr 2010 00:50:09 +0000 (17:50 -0700)]
Support building Windows SDK under Linux.

- envsetup.mk & config.mk: we define a new BUILD_OS and a minimal set
of things like BUILD_OUT to be able to use some local tools when
doing cross-compilation. This allows us to use the Linux version of
ACP when cross-compiling the tools to Windows.

- Makfile: include windows_sdk.mk when needed to build a Windows SDK.

- main.mk: support a win_sdk target (e.g. PRODUCT-sdk-win_sdk)

(Merge master Change I9d08d0df)

14 years agoMake zipalign build for the Win SDK under Linux.
Raphael [Wed, 14 Apr 2010 19:19:12 +0000 (12:19 -0700)]
Make zipalign build for the Win SDK under Linux.

(Merge master Change Ibd667437)

14 years agosupport a few more header levels for sidebox so the sidebox can
Scott Main [Fri, 23 Apr 2010 18:41:30 +0000 (11:41 -0700)]
support a few more header levels for sidebox so the sidebox can
be placed at any level and be semantically correct

Change-Id: I51b77e82a701e1898986698d3a58a1b8367ec5c6

14 years agodocs: misc css changes
Scott Main [Thu, 15 Apr 2010 23:34:41 +0000 (16:34 -0700)]
docs: misc css changes
make sidebox size match qv
make figure align with right margin
remove margins from the last <p> in a table cell

Change-Id: Ie655dac45728f782fb309f3c11c1b7ee56bc5660

14 years agoMerge "docs: add script to capture the ctrl+f key event (initiates 'find' search...
Scott Main [Tue, 20 Apr 2010 22:34:22 +0000 (15:34 -0700)]
Merge "docs: add script to capture the ctrl+f key event (initiates 'find' search on the page) and expand all inherited members." into froyo

14 years agocherry-pick from master: 42092024ebd81896e741829c50f37a7e0095392e
Roman Nurik [Tue, 13 Apr 2010 23:23:42 +0000 (16:23 -0700)]
cherry-pick from master: 42092024ebd81896e741829c50f37a7e0095392e

Enable query highlighting and result ranking for search autocomplete on d.a.c. Also make it case-insensitive.

Change-Id: I3dd0e4edd7efae5a5758952699c08f1a46bdfeda

14 years agoFor userdebug builds, enable Dalvik lock contention sampling.
Brad Fitzpatrick [Fri, 16 Apr 2010 23:55:41 +0000 (16:55 -0700)]
For userdebug builds, enable Dalvik lock contention sampling.

Change-Id: I75cca6fc0ac0d0adfc059a8f82b2f6ae584361f3

14 years agodocs: add script to capture the ctrl+f key event (initiates 'find' search
Scott Main [Fri, 16 Apr 2010 16:00:29 +0000 (09:00 -0700)]
docs: add script to capture the ctrl+f key event (initiates 'find' search
on the page) and expand all inherited members.

Also move the appropriate methods from -docs.js into -reference.js where
they belong and add some function documentation.

Change-Id: I421bbf27d3b41d377776b3d64a97380458fcebd6

14 years agoFix the check of double quoted @see tag.
Wu-cheng Li [Sun, 4 Apr 2010 09:14:23 +0000 (17:14 +0800)]
Fix the check of double quoted @see tag.

Originally \n was not discarded so a balanced quoted string still
has compile error.

bug:2553570
Change-Id: I073c0c0ba370d55493d3ee6d17c7ebe9f42afe7a

14 years agoMerge "cherry-pick from master: I615602a3d8f9970e36399b98dadb5e2f03638444 docs: vario...
Scott Main [Sat, 10 Apr 2010 00:03:42 +0000 (17:03 -0700)]
Merge "cherry-pick from master: I615602a3d8f9970e36399b98dadb5e2f03638444 docs: various stylesheet changes indent tables revise figure class add caption classes for tables and images add styles for xml reference docs (used by resource types docs) tweak styles for the icon tables to eliminate obscure 'caption' class" into froyo

14 years agoAdd camera sounds to the emulator system image build.
Xavier Ducrohet [Fri, 9 Apr 2010 01:07:27 +0000 (18:07 -0700)]
Add camera sounds to the emulator system image build.

Bug: 2538315

Change-Id: I30c477ecbe5f0c0a64ca7c3796e72642df0002bf

14 years agocherry-pick from master: I615602a3d8f9970e36399b98dadb5e2f03638444
Scott Main [Mon, 29 Mar 2010 16:50:34 +0000 (09:50 -0700)]
cherry-pick from master: I615602a3d8f9970e36399b98dadb5e2f03638444
docs: various stylesheet changes
indent tables
revise figure class
add caption classes for tables and images
add styles for xml reference docs (used by resource types docs)
tweak styles for the icon tables to eliminate obscure 'caption' class

Change-Id: I23f53d884f39a5f6a4b45172186e0d1c7619da30

14 years agoMerge "Add Protips to all builds." into froyo
Daniel Sandler [Thu, 8 Apr 2010 23:54:50 +0000 (16:54 -0700)]
Merge "Add Protips to all builds." into froyo

14 years agoAdd clean step for SDK version change.
Dianne Hackborn [Wed, 7 Apr 2010 21:13:47 +0000 (14:13 -0700)]
Add clean step for SDK version change.

Change-Id: I2ea85496af49572115dbbd9a98787b1fd54adc50

14 years agoAdd Protips to all builds.
Daniel Sandler [Wed, 7 Apr 2010 20:48:47 +0000 (16:48 -0400)]
Add Protips to all builds.

Bug: 2559083
Change-Id: Ibd6333516a798f88e4d4ef08a6246812b1009a76

14 years agoIt's beginning to look a lot like release time!
Dianne Hackborn [Mon, 5 Apr 2010 19:33:11 +0000 (12:33 -0700)]
It's beginning to look a lot like release time!

Everywhere we build...

Froyo is now Android 2.2, API 8.

This breaks the YouTube prebuilt (yay prebuilts!) but little else.
Does this mean we are becoming mature?

Change-Id: I15d228d57853a0dfabc47dda253d55339a5b3d17

14 years agoPackage the proper vold config file in SDK system image.
Xavier Ducrohet [Thu, 1 Apr 2010 20:20:21 +0000 (13:20 -0700)]
Package the proper vold config file in SDK system image.

Change-Id: I7698c76d8d704837106450a32cba7b9c8f5b4446

14 years agoMerge "Add CarHome to the SDK." into froyo
Xavier Ducrohet [Thu, 1 Apr 2010 17:50:01 +0000 (10:50 -0700)]
Merge "Add CarHome to the SDK." into froyo

14 years agoAdd symbols.zip and build.prop to sdk dist.
Ying Wang [Thu, 1 Apr 2010 00:29:04 +0000 (17:29 -0700)]
Add symbols.zip and build.prop to sdk dist.

Change-Id: I667f5ef847a6e8e78c6b3df5c2b092bb5d863955
http://b/issue?id=2394164

14 years agoAdd comments for ANDROID_BUILD_SHELL
Ying Wang [Tue, 30 Mar 2010 23:42:15 +0000 (16:42 -0700)]
Add comments for ANDROID_BUILD_SHELL

Change-Id: I71f0a1a08b097cd179bbcb684a9114267f9bf0db

14 years agoAllow use of alternative to bash as the build shell.
Ying Wang [Tue, 30 Mar 2010 19:55:13 +0000 (12:55 -0700)]
Allow use of alternative to bash as the build shell.

Change-Id: Ib92217f90c98e04a1d16efd4904d9d7ba9dda3cf
http://b/issue?id=2557214

14 years agoAdd CarHome to the SDK.
Xavier Ducrohet [Tue, 30 Mar 2010 18:42:55 +0000 (11:42 -0700)]
Add CarHome to the SDK.

Bug: 2526512
Change-Id: Ia4f127a4b5ac3bf52ff9664cfbca6fdbda3aa154

14 years agocherry-pick db00a226071878ae9bd821d28903dca8f6071140 to froyo.
Dirk Dougherty [Tue, 9 Mar 2010 01:31:26 +0000 (17:31 -0800)]
cherry-pick db00a226071878ae9bd821d28903dca8f6071140 to froyo.

Change-Id: I2ba25432014c7f04748cd6502d6ded997ef21f48

14 years agocherry-pick fe0104041858046a0aa649c791869d7eb1a5c175 to froyo.
Dirk Dougherty [Wed, 3 Mar 2010 22:34:51 +0000 (14:34 -0800)]
cherry-pick fe0104041858046a0aa649c791869d7eb1a5c175 to froyo.

Change-Id: I9c95ebc6f735cb6abc2b0920c2274e0b5ce0ef70

14 years agoAdd separate language packs, for extra flexibility.
Jean-Baptiste Queru [Fri, 26 Mar 2010 18:22:03 +0000 (11:22 -0700)]
Add separate language packs, for extra flexibility.

This way, languages can be managed more carefully through
the inheritance chain.

Bug: 2546758
Change-Id: I14e3d4d60716355fa702cc77128e9da04e30a612

14 years agoAdd Gallery3D in all builds.
Jean-Baptiste Queru [Fri, 26 Mar 2010 00:41:04 +0000 (17:41 -0700)]
Add Gallery3D in all builds.

Bug: 2546464
Change-Id: I110de0fe56bcc7128f490b3ed516637786777773

14 years agoCherry-pick 6f1c75849c4b101b55ae624755e43293724ce76e from eclair
Ying Wang [Thu, 25 Mar 2010 06:22:33 +0000 (23:22 -0700)]
Cherry-pick 6f1c75849c4b101b55ae624755e43293724ce76e from eclair

Change-Id: I21a69669935d838595b2fa01c5be10e6c1975da9

14 years agodocs: remove sidebox-inner style
Scott Main [Thu, 25 Mar 2010 00:20:39 +0000 (17:20 -0700)]
docs: remove sidebox-inner style

Change-Id: Ia1e1b10e6756ecf6c9154c2cc25d0dbd58c1907f

14 years agodocs: stylesheet change for figure class
Scott Main [Wed, 24 Mar 2010 20:49:49 +0000 (13:49 -0700)]
docs: stylesheet change for figure class

Change-Id: I1f47fc70382daf9f14e057a83375cf727fb8afa7

14 years agoMerge "docs: style tweaks to sidebox and qv classes"
Scott Main [Wed, 24 Mar 2010 20:47:22 +0000 (13:47 -0700)]
Merge "docs: style tweaks to sidebox and qv classes"

14 years agoSource vendorsetup.sh from the device tree.
Jean-Baptiste Queru [Mon, 22 Mar 2010 17:59:08 +0000 (10:59 -0700)]
Source vendorsetup.sh from the device tree.

This way, individual open-source device configurations can
publish device-specific configurations without having
to maintain those centrally in envsetup.sh

Bug: 2533998
Change-Id: I1377846d4d3ebe7abcd2f8279a08abe54039cdbb

14 years agoAdd a "full" build config.
Jean-Baptiste Queru [Mon, 22 Mar 2010 17:55:26 +0000 (10:55 -0700)]
Add a "full" build config.

While the generic config is limited by its need to be inherited
by various configurations, the full config can afford some extra
settings by virtue of being essentially a "leaf" config (though
obviously it can be conbined with hardware-specific configurations
to run on specific devices).

Bug: 2533998
Change-Id: Ia95f0ce5305ada4ae6cdf69911fa9a0eeabf0900

14 years agoMerge "fix typo (leftover from some debugging code)"
Doug Zongker [Thu, 18 Mar 2010 00:46:58 +0000 (17:46 -0700)]
Merge "fix typo (leftover from some debugging code)"

14 years agoMerge "Allow explicit and implicit numbering of the same tag."
Dan Egnor [Thu, 18 Mar 2010 00:13:29 +0000 (17:13 -0700)]
Merge "Allow explicit and implicit numbering of the same tag."

14 years agoAdd android-info.txt to the dist dir.
Ying Wang [Thu, 18 Mar 2010 00:07:39 +0000 (17:07 -0700)]
Add android-info.txt to the dist dir.

Change-Id: I735655205085b0baf490b0dd011eb59cb6d4c45b
http://b/issue?id=2524072

14 years agoAllow explicit and implicit numbering of the same tag.
Dan Egnor [Wed, 17 Mar 2010 23:59:12 +0000 (16:59 -0700)]
Allow explicit and implicit numbering of the same tag.

Change-Id: I59c24cc211250da7e0aed9e0b0aa16517fd72d55

14 years agofix typo (leftover from some debugging code)
Doug Zongker [Wed, 17 Mar 2010 23:39:30 +0000 (16:39 -0700)]
fix typo (leftover from some debugging code)

Change-Id: I29a42820ccf8567508f1aeefcc89c2462e9ad43c

14 years agodocs: style tweaks to sidebox and qv classes
Scott Main [Wed, 17 Mar 2010 00:04:22 +0000 (17:04 -0700)]
docs: style tweaks to sidebox and qv classes

Removes extra whitespace from above the sidebox class and
adjusts the inner padding.

Removes extra whitespace from the right side of the quickview box
to align with the document margin.

Change-Id: I3d37ecc9a251a2c5c4e8d2c2942d05848c698faa

14 years agoSupport to override instr target package in inherit-package
Ying Wang [Tue, 16 Mar 2010 23:13:56 +0000 (16:13 -0700)]
Support to override instr target package in inherit-package

http://b/issue?id=2451361
With this CL, you can inherit a testing package to test a inheriting package.
Note: we change the meaning of $(5), so we need to change any existing calls
to inherit-package in other projects.

Change-Id: I673155d1b8b6006953d14e1ab87066536ebd1e54

14 years agostore filesystem config info in target files at build time
Doug Zongker [Tue, 16 Mar 2010 00:52:32 +0000 (17:52 -0700)]
store filesystem config info in target files at build time

Store a dump of the desired uid/gid/mode for every system file in the
target_files zip.  Modify ota_from_target_files to use this stored
information when it is available, instead of running fs_config from
the current client (which might be out of sync from the one where the
target_files zip was built).

b/2516887 - New android_filesystem_config.h needed

Change-Id: I8409a0265d1d50daad9c2bc033c99b74b8931b20

14 years agoCar mode is now a standard part of the platform.
Dianne Hackborn [Thu, 11 Mar 2010 00:02:58 +0000 (16:02 -0800)]
Car mode is now a standard part of the platform.

The car mode switcher should be on every device, as should the standard
car home app.

Change-Id: I88bdb3a8b3fc0e748f010ac6592d088bcc0022b0

14 years agoMerge "Use ARCH_ARM_HAVE_ARMV7A to select qemu kernel for dexpreopt"
Colin Cross [Thu, 11 Mar 2010 02:14:31 +0000 (18:14 -0800)]
Merge "Use ARCH_ARM_HAVE_ARMV7A to select qemu kernel for dexpreopt"

14 years agoMerge changes Ib3b44e83,I70d50928
Colin Cross [Thu, 11 Mar 2010 02:14:03 +0000 (18:14 -0800)]
Merge changes Ib3b44e83,I70d50928

* changes:
  Add a new build target armv7-a-neon
  Modify the armv7-a target arch to not use NEON

14 years agoMerge "Update warn.py with more warnings"
Marco Nelissen [Thu, 11 Mar 2010 00:34:15 +0000 (16:34 -0800)]
Merge "Update warn.py with more warnings"

14 years agoMerge "Don't force localization for package tagged as tests."
Ying Wang [Thu, 11 Mar 2010 00:20:32 +0000 (16:20 -0800)]
Merge "Don't force localization for package tagged as tests."