OSDN Git Service

android-x86/build.git
13 years agoTARGET_linux-x86.mk: allow to strip all symbols
Chih-Wei Huang [Mon, 15 Mar 2010 10:20:30 +0000 (18:20 +0800)]
TARGET_linux-x86.mk: allow to strip all symbols

To strip all symbols, add TARGET_STRIP=1 to make.

13 years agodefinitions.mk: fix a bug in build-package-rules
Chih-Wei Huang [Fri, 5 Mar 2010 13:07:25 +0000 (21:07 +0800)]
definitions.mk: fix a bug in build-package-rules

We cannot call all-subdir-makefiles directly since
it has included other files.

13 years agodefine the heap size to 32M
Wallace Wang [Thu, 4 Feb 2010 09:56:53 +0000 (17:56 +0800)]
define the heap size to 32M

13 years agoenabled livewallpapers. <No all the wallpapers will work>
Yi Sun [Sun, 31 Jan 2010 06:55:13 +0000 (22:55 -0800)]
enabled livewallpapers. <No all the wallpapers will work>

13 years agoadd firmware for zd1222
Yi Sun [Thu, 14 Jan 2010 18:03:27 +0000 (10:03 -0800)]
add firmware for zd1222

13 years agogeneric_x86: update bluetooth services for eclair
Chih-Wei Huang [Wed, 13 Jan 2010 11:54:16 +0000 (19:54 +0800)]
generic_x86: update bluetooth services for eclair

13 years agogeneric_x86: add tslib files
Chih-Wei Huang [Wed, 13 Jan 2010 08:16:03 +0000 (16:16 +0800)]
generic_x86: add tslib files

If BOARD_USES_TSLIB is true, copy tslib files into /system/etc.

13 years agofix the permission issue
Yi Sun [Fri, 8 Jan 2010 17:31:42 +0000 (01:31 +0800)]
fix the permission issue

13 years agokernel.mk: clean system/lib/modules before installing kernel modules
Chih-Wei Huang [Thu, 7 Jan 2010 10:05:49 +0000 (18:05 +0800)]
kernel.mk: clean system/lib/modules before installing kernel modules

13 years agokernel.mk: allow to specify TARGET_KERNEL_CONFIG to a real file
Chih-Wei Huang [Fri, 18 Dec 2009 07:14:37 +0000 (15:14 +0800)]
kernel.mk: allow to specify TARGET_KERNEL_CONFIG to a real file

Each target now can specify its kernel config by setting
TARGET_KERNEL_CONFIG to its local directory.

13 years agoenabled provision and IM applications
Yi Sun [Tue, 15 Dec 2009 06:28:51 +0000 (22:28 -0800)]
enabled provision and IM applications

13 years agoswitch to use phone policy instead of mid policy
Yi Sun [Sun, 13 Dec 2009 07:11:04 +0000 (23:11 -0800)]
switch to use phone policy instead of mid policy

Since mid policy has not be well mantained for a long time.
Switching to phone policy also gives us a lot of new features.

13 years agoauto add init.rc of the target
Chih-Wei Huang [Fri, 11 Dec 2009 07:16:04 +0000 (15:16 +0800)]
auto add init.rc of the target

13 years agoadd TARGET_PREBUILT_APPS
Chih-Wei Huang [Thu, 10 Dec 2009 08:16:54 +0000 (16:16 +0800)]
add TARGET_PREBUILT_APPS

13 years agoadd firmware for generic_x86
Chih-Wei Huang [Thu, 10 Dec 2009 07:58:43 +0000 (15:58 +0800)]
add firmware for generic_x86

13 years agoadd wifi support for x86
Chih-Wei Huang [Thu, 10 Dec 2009 07:50:00 +0000 (15:50 +0800)]
add wifi support for x86

If an inherited target needs to support wifi, it has to define
BOARD_WPA_SUPPLICANT_DRIVER and BOARD_WPA_SUPPLICANT_CONF_DIR(optional).

13 years agoMultiple x86 platforms support
Chih-Wei Huang [Wed, 9 Dec 2009 07:23:25 +0000 (15:23 +0800)]
Multiple x86 platforms support

Add generic_x86 as a common base for all x86 targets,
and change the default target to generic_x86.

13 years agokernel.mk: fix a dependency issue
Chih-Wei Huang [Thu, 5 Nov 2009 08:49:33 +0000 (16:49 +0800)]
kernel.mk: fix a dependency issue

If the config update only affects modules, the kernel image will not
be updated, so the updated modules will not be installed to /system.
The fix let the final kernel image depends on the config directly.

13 years agocore/Makefile: fix a dependency issue
Chih-Wei Huang [Thu, 5 Nov 2009 04:54:36 +0000 (12:54 +0800)]
core/Makefile: fix a dependency issue

The symlinks in /sbin must be created before ramdisk.img being made.

13 years agoInstall Kernel Driver Firmwares to $(TARGET_PRODUCT)/lib/firmware
Bryan Hundven [Sat, 31 Oct 2009 18:28:55 +0000 (11:28 -0700)]
Install Kernel Driver Firmwares to $(TARGET_PRODUCT)/lib/firmware

13 years agokernel.mk: fix TARGET_PREBUILT_KERNEL issue
Chih-Wei Huang [Fri, 30 Oct 2009 07:06:46 +0000 (15:06 +0800)]
kernel.mk: fix TARGET_PREBUILT_KERNEL issue

13 years agoAdd $(TARGET_DEVICE_DIR)/system.prop to be a prerequisite
Chih-Wei Huang [Mon, 31 Aug 2009 06:55:33 +0000 (14:55 +0800)]
Add $(TARGET_DEVICE_DIR)/system.prop to be a prerequisite

If $(TARGET_DEVICE_DIR)/system.prop exists, it should be
a prerequisite of $(INSTALLED_BUILD_PROP_TARGET),
as the following rules state.

Change-Id: Ie395b6f08cef198c3f5c733a5b6ae5a458335a9c

13 years agoinitial commit for the ethernet state tracker work.
Yi Sun [Fri, 21 Aug 2009 01:04:13 +0000 (18:04 -0700)]
initial commit for the ethernet state tracker work.

13 years agoenable java 1.6
Chih-Wei Huang [Tue, 28 Jul 2009 09:36:34 +0000 (17:36 +0800)]
enable java 1.6

13 years agoUse copy-file-to-new-target so that the timestamp will not be kept.
Chih-Wei Huang [Fri, 24 Jul 2009 10:38:05 +0000 (18:38 +0800)]
Use copy-file-to-new-target so that the timestamp will not be kept.
That forces to update system.img.

13 years agoCompress squashfs to system.sfs to avoid confused.
Chih-Wei Huang [Thu, 23 Jul 2009 04:00:27 +0000 (12:00 +0800)]
Compress squashfs to system.sfs to avoid confused.

13 years agoignore target modules & modules_install if CONFIG_MODULES is not set
Chih-Wei Huang [Mon, 13 Jul 2009 10:44:05 +0000 (18:44 +0800)]
ignore target modules & modules_install if CONFIG_MODULES is not set

13 years agoadd kernel.mk to build kernel image on-fly
Chih-Wei Huang [Wed, 8 Jul 2009 10:07:09 +0000 (18:07 +0800)]
add kernel.mk to build kernel image on-fly

13 years agoMerge "CTS vm-tests now depend on hosttestlib." into froyo
Jean-Baptiste Queru [Wed, 27 Oct 2010 21:59:39 +0000 (14:59 -0700)]
Merge "CTS vm-tests now depend on hosttestlib." into froyo

13 years agoCTS vm-tests now depend on hosttestlib.
Brett Chabot [Wed, 27 Oct 2010 01:55:56 +0000 (18:55 -0700)]
CTS vm-tests now depend on hosttestlib.

Bug 3125713

Change-Id: I5774df2abeff7dd82e1218138d1ea3b25edd0901

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

14 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

14 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

14 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.

14 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

14 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