OSDN Git Service

android-x86/build.git
15 years agoCupcake import history for change 127436
Jean-Baptiste Queru [Fri, 23 Jan 2009 16:12:18 +0000 (08:12 -0800)]
Cupcake import history for change 127436

15 years agoMerge branch 'cupcake'
The Android Open Source Project [Thu, 22 Jan 2009 08:15:56 +0000 (00:15 -0800)]
Merge branch 'cupcake'

15 years agoauto import from //branches/cupcake/...@127436
The Android Open Source Project [Thu, 22 Jan 2009 08:13:40 +0000 (00:13 -0800)]
auto import from //branches/cupcake/...@127436

15 years agoMerge branch 'cupcake'
The Android Open Source Project [Tue, 20 Jan 2009 22:05:22 +0000 (14:05 -0800)]
Merge branch 'cupcake'

15 years agoauto import from //branches/cupcake/...@127101
The Android Open Source Project [Tue, 20 Jan 2009 22:03:55 +0000 (14:03 -0800)]
auto import from //branches/cupcake/...@127101

15 years agoMerge branch 'master' of git://android.git.kernel.org/platform/build
The Android Open Source Project [Fri, 16 Jan 2009 22:38:53 +0000 (14:38 -0800)]
Merge branch 'master' of git://android.git./platform/build

15 years agoMerge branch 'cupcake'
android-build SharedAccount [Fri, 16 Jan 2009 00:15:46 +0000 (16:15 -0800)]
Merge branch 'cupcake'

15 years agoauto import from //branches/cupcake/...@126645
The Android Open Source Project [Fri, 16 Jan 2009 00:12:07 +0000 (16:12 -0800)]
auto import from //branches/cupcake/...@126645

15 years agoDon't walk the inheritance heirarchy looking for deprecated superclasses.
Mike Hearn [Wed, 14 Jan 2009 16:27:57 +0000 (17:27 +0100)]
Don't walk the inheritance heirarchy looking for deprecated superclasses.
It makes no sense that a class would become deprecated because its superclass
became deprecated - this resulted in nonsensical deprecation warnings for
classes that weren't actually deprecated, like WebView, simply because they
inherited from something that was.

15 years agoFix make dist to create img and other zip files on master.
Sriram Raman [Wed, 14 Jan 2009 01:09:35 +0000 (17:09 -0800)]
Fix make dist to create img and other zip files on 

15 years agoauto import from //branches/cupcake/...@125939
The Android Open Source Project [Sat, 10 Jan 2009 02:27:30 +0000 (18:27 -0800)]
auto import from //branches/cupcake/...@125939

15 years agoauto import from //branches/cupcake/...@125939
The Android Open Source Project [Sat, 10 Jan 2009 01:50:54 +0000 (17:50 -0800)]
auto import from //branches/cupcake/...@125939

15 years agoMerge commit 'remotes/korg/cupcake'
Jean-Baptiste Queru [Fri, 19 Dec 2008 15:58:19 +0000 (07:58 -0800)]
Merge commit 'remotes/korg/cupcake'

Conflicts:
core/api/1.xml
core/api/current.xml
core/main.mk

15 years agoCode drop from //branches/cupcake/...@124589
The Android Open Source Project [Thu, 18 Dec 2008 02:03:49 +0000 (18:03 -0800)]
Code drop from //branches/cupcake/...@124589

15 years agoReflect the change in the original media.AudioSystem API so that API-validation conti...
Jean-Baptiste Queru [Fri, 21 Nov 2008 22:18:23 +0000 (14:18 -0800)]
Reflect the change in the original media.AudioSystem API so that API-validation continues to work

15 years agoReflect the change in the original media.AudioSystem API so that API-validation conti...
Jean-Baptiste Queru [Fri, 21 Nov 2008 22:18:23 +0000 (14:18 -0800)]
Reflect the change in the original media.AudioSystem API so that API-validation continues to work

15 years agoFix "make dist"
Dave Bort [Wed, 19 Nov 2008 01:11:45 +0000 (17:11 -0800)]
Fix "make dist"

Remove a dependency on the OTA package for now.

15 years agoInstall apns-conf_sdk.xml if no other apns-conf.xml is specified
Dave Bort [Mon, 3 Nov 2008 23:54:13 +0000 (15:54 -0800)]
Install apns-conf_sdk.xml if no other apns-conf.xml is specified

This should make data work in generic emulator builds.

15 years agoThis is the first set of build system changes to support
Ben Leslie [Thu, 30 Oct 2008 15:41:09 +0000 (10:41 -0500)]
This is the first set of build system changes to support
architecture versions other than ARMv5TE.

The general approach is to provide TARGET_ARCH_VERSION, to complement
TARGET_ARCH. This defaults to the current armv5te. The variable
values should match the architectures as defined by gcc.

There is a block of defines for each supported architecture version
(currently ARMv5TE and ARMv4). Each block defines a set of features
using ARCH_ARM_HAVE_<x> variables. It also specifies a set of c
preprocessor defines to pass to the compiler. Finally it defines a
default CPU. (As for architecture versions, the default CPU should
match a CPU that gcc knows about.)

Support is added for architectures that do not support THUMB. Specifically
we change the 'thumb compile' target to simply compile as ARM code
instead, and we change the interworking flag passed to the compiler.

Finally, we ensure that the system/core/include/arch/linux-arm directory
is added to the default include path, which allows the use of asm/macros.h
header file described in review #1626. The way in which this done is
considerably unclean/hacky, if someone can suggest a better way please
let me know.

15 years agoChanged dexpreopt/Config.mk to use new (correct) path.
Bill Napier [Tue, 28 Oct 2008 18:40:24 +0000 (11:40 -0700)]
Changed dexpreopt/Config.mk to use new (correct) path.

15 years agoFix the build by hand apling JBQs current.xml change because my attempt to merge...
Jeff Hamilton [Sat, 25 Oct 2008 18:08:30 +0000 (11:08 -0700)]
Fix the build by hand apling JBQs current.xml change because my attempt to merge failed.

15 years agorevive the TINY_ANDROID build option
Brian Swetland [Sat, 25 Oct 2008 05:49:11 +0000 (22:49 -0700)]
revive the TINY_ANDROID build option

- update core/main.mk to include the right top-level directories
- disable tasks/apicheck.mk in TINY_ANDROID builds to prevent failure

15 years agoFix the build with a proper current.xml API file.
Jeff Hamilton [Fri, 24 Oct 2008 03:50:16 +0000 (20:50 -0700)]
Fix the build with a proper current.xml API file.

15 years agoadd build system design doc
Joe Onorato [Fri, 24 Oct 2008 02:37:58 +0000 (19:37 -0700)]
add build system design doc

15 years agoftb (fix the build)
Joe Onorato [Fri, 24 Oct 2008 01:13:27 +0000 (18:13 -0700)]
ftb (fix the build)

15 years agoMerge
Android Code Review [Thu, 23 Oct 2008 23:13:40 +0000 (23:13 +0000)]
Merge

15 years agoAdded broadcasts for external power events.
Cliff Spradlin [Thu, 23 Oct 2008 03:32:19 +0000 (20:32 -0700)]
Added broadcasts for external power events.

15 years agoUse a typed comparison of floating point field values rather than just a string compa...
Christopher Tate [Thu, 23 Oct 2008 03:23:11 +0000 (20:23 -0700)]
Use a typed comparison of floating point field values rather than just a string comparison.
This addresses toolchain issues; see http://code.google.com/p/android/issues/detail?id=994

15 years agoDetect a missing javac and provide a slightly more helpful error message.
Rod Whitby [Wed, 22 Oct 2008 01:19:14 +0000 (11:49 +1030)]
Detect a missing javac and provide a slightly more helpful error message.

Note the hyphens in the error message are required because the output of
this scripts is used directly in a Makefile target.

Signed-off-by: Rod Whitby <rod@whitby.id.au>
15 years agoAdd a few missing headers.
Alexey Zaytsev [Tue, 21 Oct 2008 22:02:30 +0000 (02:02 +0400)]
Add a few missing headers.

Fixes build with gcc 4.3.2 on Debian.

Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
15 years agoInitial Contribution
The Android Open Source Project [Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)]
Initial Contribution