OSDN Git Service

android-x86/build.git
14 years agoFix "argument list too long"
Ying Wang [Thu, 27 May 2010 18:55:39 +0000 (11:55 -0700)]
Fix "argument list too long"

Bug http://b/issue?id=2718472

Change-Id: I07eaf0d9dff2fa7c86f59bc50fb3b28516642301

14 years agoMerge "Work around a bug with <T> ... <? extends T[]> methods."
Elliott Hughes [Wed, 26 May 2010 19:38:31 +0000 (12:38 -0700)]
Merge "Work around a bug with <T> ... <? extends T[]> methods."

14 years agoam eae2720b: am 3a212f0f: am 0c5363c8: am 8e5605a7: Add QuickSearchBox to the SDK...
Xavier Ducrohet [Wed, 26 May 2010 18:42:46 +0000 (11:42 -0700)]
am eae2720b: am 3a212f0f: am 0c5363c8: am 8e5605a7: Add QuickSearchBox to the SDK build.

14 years agoWork around a bug with <T> ... <? extends T[]> methods.
Elliott Hughes [Wed, 26 May 2010 03:17:20 +0000 (20:17 -0700)]
Work around a bug with <T> ... <? extends T[]> methods.

Java 6 adds an Arrays.copyOf method that confuses droiddoc into producing
a class "Array" in the anonymous package. I've raised a bug for someone
to work out why and fix this properly (after spending a fairly fruitless
afternoon on it). This work-around filters that out the cruft. I've checked
the generated current.xml file and the generated java.util.Arrays stubs,
and they're both correct. The extent of droiddoc's confusion appears to be
limited to inventing a non-existent class. (My guess is that it doesn't
realize that the element type of the array is a type parameter, not a type,
and it ends up using a default type name of "Array" from somewhere [javadoc
itself?].)

Bug: 2715505
Change-Id: I2ad7ecc819e320a1d209720b3dfbef45bbd89877

14 years agoam 3a212f0f: am 0c5363c8: am 8e5605a7: Add QuickSearchBox to the SDK build.
Xavier Ducrohet [Wed, 26 May 2010 00:51:36 +0000 (17:51 -0700)]
am 3a212f0f: am 0c5363c8: am 8e5605a7: Add QuickSearchBox to the SDK build.

14 years agoam 0c5363c8: am 8e5605a7: Add QuickSearchBox to the SDK build.
Xavier Ducrohet [Wed, 26 May 2010 00:50:43 +0000 (17:50 -0700)]
am 0c5363c8: am 8e5605a7: Add QuickSearchBox to the SDK build.

Merge commit '0c5363c8571eef11eeb21a575da941565c34191e' into kraken

* commit '0c5363c8571eef11eeb21a575da941565c34191e':
  Add QuickSearchBox to the SDK build.

14 years agoam 8e5605a7: Add QuickSearchBox to the SDK build.
Xavier Ducrohet [Wed, 26 May 2010 00:49:24 +0000 (17:49 -0700)]
am 8e5605a7: Add QuickSearchBox to the SDK build.

Merge commit '8e5605a774fd2f61c6d5bae0440b20fc0bdd79f7' into froyo-plus-aosp

* commit '8e5605a774fd2f61c6d5bae0440b20fc0bdd79f7':
  Add QuickSearchBox to the SDK build.

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 agoam 3388f183: am 588d529e: Merge "Make Vorbis decoding through stagefright the default...
Andreas Huber [Tue, 25 May 2010 21:19:17 +0000 (14:19 -0700)]
am 3388f183: am 588d529e: Merge "Make Vorbis decoding through stagefright the default." into kraken

14 years agoam 588d529e: Merge "Make Vorbis decoding through stagefright the default." into kraken
Andreas Huber [Tue, 25 May 2010 21:17:42 +0000 (14:17 -0700)]
am 588d529e: Merge "Make Vorbis decoding through stagefright the default." into kraken

14 years agoMerge "Make Vorbis decoding through stagefright the default." into kraken
Andreas Huber [Tue, 25 May 2010 20:57:29 +0000 (13:57 -0700)]
Merge "Make Vorbis decoding through stagefright the default." into kraken

14 years agoam 168cd06c: am 9589164c: am b7ebe01f: am ca671ab7: Revert "Doc change: Update froyo...
Scott Main [Tue, 25 May 2010 19:36:20 +0000 (12:36 -0700)]
am 168cd06c: am 9589164c: am b7ebe01f: am ca671ab7: Revert "Doc change: Update froyo mark for home"

14 years agoam 9589164c: am b7ebe01f: am ca671ab7: Revert "Doc change: Update froyo mark for...
Scott Main [Tue, 25 May 2010 19:34:24 +0000 (12:34 -0700)]
am 9589164c: am b7ebe01f: am ca671ab7: Revert "Doc change: Update froyo mark for home"

14 years agoam b7ebe01f: am ca671ab7: Revert "Doc change: Update froyo mark for home"
Scott Main [Tue, 25 May 2010 19:33:03 +0000 (12:33 -0700)]
am b7ebe01f: am ca671ab7: Revert "Doc change: Update froyo mark for home"

Merge commit 'b7ebe01f6049bbb93e7473cdd86b857cb9e18e5f' into kraken

* commit 'b7ebe01f6049bbb93e7473cdd86b857cb9e18e5f':
  Revert "Doc change: Update froyo mark for home"

14 years agoam ca671ab7: Revert "Doc change: Update froyo mark for home"
Scott Main [Tue, 25 May 2010 19:31:29 +0000 (12:31 -0700)]
am ca671ab7: Revert "Doc change: Update froyo mark for home"

Merge commit 'ca671ab7a661625e021f2145e2d01f39d542fb28' into froyo-plus-aosp

* commit 'ca671ab7a661625e021f2145e2d01f39d542fb28':
  Revert "Doc change: Update froyo mark for home"

14 years agoMake Vorbis decoding through stagefright the default.
Andreas Huber [Tue, 25 May 2010 19:27:03 +0000 (12:27 -0700)]
Make Vorbis decoding through stagefright the default.

Change-Id: I4273b766024f5363fdd05c3d30d0c71209679950

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 agoMerge "Include all resources for unbundled app builds."
Ying Wang [Tue, 25 May 2010 17:48:21 +0000 (10:48 -0700)]
Merge "Include all resources for unbundled app builds."

14 years agoam 045fcc72: am ba12575b: Merge "Fix issue 2667796 [Audio Effect Framework] Effect...
Eric Laurent [Tue, 25 May 2010 06:25:35 +0000 (23:25 -0700)]
am 045fcc72: am ba12575b: Merge "Fix issue 2667796 [Audio Effect Framework] Effect factory and libraries." into kraken

14 years agoam ba12575b: Merge "Fix issue 2667796 [Audio Effect Framework] Effect factory and...
Eric Laurent [Tue, 25 May 2010 06:24:39 +0000 (23:24 -0700)]
am ba12575b: Merge "Fix issue 2667796 [Audio Effect Framework] Effect factory and libraries." into kraken

14 years agoMerge "Fix issue 2667796 [Audio Effect Framework] Effect factory and libraries."...
Eric Laurent [Tue, 25 May 2010 06:23:05 +0000 (23:23 -0700)]
Merge "Fix issue 2667796 [Audio Effect Framework] Effect factory and libraries." into kraken

14 years agoInclude all resources for unbundled app builds.
Ying Wang [Mon, 24 May 2010 20:50:35 +0000 (13:50 -0700)]
Include all resources for unbundled app builds.

Change-Id: I78c67e8f9ea42aaeb06b3f8986110f8367bede3a
http://b/issue?id=2698843

14 years agoam 8a0a937b: am ed43e3d7: Merge "Set no camera default for emulator/generic/sim build...
Chih-Chung Chang [Mon, 24 May 2010 04:06:18 +0000 (21:06 -0700)]
am 8a0a937b: am ed43e3d7: Merge "Set no camera default for emulator/generic/sim builds." into kraken

14 years agoam ed43e3d7: Merge "Set no camera default for emulator/generic/sim builds." into...
Chih-Chung Chang [Mon, 24 May 2010 04:05:13 +0000 (21:05 -0700)]
am ed43e3d7: Merge "Set no camera default for emulator/generic/sim builds." into kraken

14 years agoMerge "Set no camera default for emulator/generic/sim builds." into kraken
Chih-Chung Chang [Mon, 24 May 2010 04:03:37 +0000 (21:03 -0700)]
Merge "Set no camera default for emulator/generic/sim builds." into kraken

14 years agoMerge "Improve on unbundled app build"
Ying Wang [Fri, 21 May 2010 22:11:52 +0000 (15:11 -0700)]
Merge "Improve on unbundled app build"

14 years agoMerge "Dist unbundled app."
Ying Wang [Fri, 21 May 2010 22:11:46 +0000 (15:11 -0700)]
Merge "Dist unbundled app."

14 years agoMerge "Support for unbundled app build"
Ying Wang [Fri, 21 May 2010 22:11:40 +0000 (15:11 -0700)]
Merge "Support for unbundled app build"

14 years agoFix issue 2667796 [Audio Effect Framework] Effect factory and libraries.
Eric Laurent [Fri, 21 May 2010 13:02:07 +0000 (06:02 -0700)]
Fix issue 2667796 [Audio Effect Framework] Effect factory and libraries.

Added prelink map entry for libeffects.so. This library contains the
effect factory needed to load plugin effect libraries.

Also remove obsolete entry for libaudiopolicygeneric.so library.

Change-Id: I65db56eec2c1ff1b50c6da0572492138d3e00607

14 years agoam 4856af65: am 90fa8093: am d44754e0: am e9b01eb4: Doc change: add tv assets for...
Dirk Dougherty [Thu, 20 May 2010 07:20:56 +0000 (00:20 -0700)]
am 4856af65: am 90fa8093: am d44754e0: am e9b01eb4: Doc change: add tv assets for carousel.

14 years agoam 90fa8093: am d44754e0: am e9b01eb4: Doc change: add tv assets for carousel.
Dirk Dougherty [Thu, 20 May 2010 07:18:53 +0000 (00:18 -0700)]
am 90fa8093: am d44754e0: am e9b01eb4: Doc change: add tv assets for carousel.

14 years agoam d44754e0: am e9b01eb4: Doc change: add tv assets for carousel.
Dirk Dougherty [Thu, 20 May 2010 07:17:09 +0000 (00:17 -0700)]
am d44754e0: am e9b01eb4: Doc change: add tv assets for carousel.

Merge commit 'd44754e0e5e11c33c0ede3eb7e168a301e59a3cf' into kraken

* commit 'd44754e0e5e11c33c0ede3eb7e168a301e59a3cf':
  Doc change: add tv assets for carousel.

14 years agoam e9b01eb4: Doc change: add tv assets for carousel.
Dirk Dougherty [Thu, 20 May 2010 07:15:38 +0000 (00:15 -0700)]
am e9b01eb4: Doc change: add tv assets for carousel.

Merge commit 'e9b01eb46d461e7cfecb365acf046e2ad56c05a0' into froyo-plus-aosp

* commit 'e9b01eb46d461e7cfecb365acf046e2ad56c05a0':
  Doc change: add tv assets for carousel.

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 agoam 4150816f: am 5caaeadb: am e5cfdbfb: am 9d1d6441: Doc change: Update froyo mark...
Dirk Dougherty [Thu, 20 May 2010 02:02:26 +0000 (19:02 -0700)]
am 4150816f: am 5caaeadb: am e5cfdbfb: am 9d1d6441: Doc change: Update froyo mark for home

14 years agoam 5caaeadb: am e5cfdbfb: am 9d1d6441: Doc change: Update froyo mark for home
Dirk Dougherty [Thu, 20 May 2010 02:00:45 +0000 (19:00 -0700)]
am 5caaeadb: am e5cfdbfb: am 9d1d6441: Doc change: Update froyo mark for home

14 years agoam e5cfdbfb: am 9d1d6441: Doc change: Update froyo mark for home
Dirk Dougherty [Thu, 20 May 2010 01:59:53 +0000 (18:59 -0700)]
am e5cfdbfb: am 9d1d6441: Doc change: Update froyo mark for home

Merge commit 'e5cfdbfb17b3915b86d8a5eacee0bf1391504795' into kraken

* commit 'e5cfdbfb17b3915b86d8a5eacee0bf1391504795':
  Doc change: Update froyo mark for home

14 years agoam 9d1d6441: Doc change: Update froyo mark for home
Dirk Dougherty [Thu, 20 May 2010 01:58:05 +0000 (18:58 -0700)]
am 9d1d6441: Doc change: Update froyo mark for home

Merge commit '9d1d6441d97eeea80c70c549646d7c177936e148' into froyo-plus-aosp

* commit '9d1d6441d97eeea80c70c549646d7c177936e148':
  Doc change: Update froyo mark for home

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 agoImprove on unbundled app build
Ying Wang [Thu, 20 May 2010 00:03:14 +0000 (17:03 -0700)]
Improve on unbundled app build

1. build only apps specified in APP-xxx.
2. support building multiple apps in a single make: make APP-Gmail-GmailTests-xxx

Change-Id: I863d3b503a240ae43652e9b18043b60416bcc25a

14 years agoDist unbundled app.
Ying Wang [Tue, 11 May 2010 21:36:32 +0000 (14:36 -0700)]
Dist unbundled app.

Change-Id: Ib4c01b2623ec1059b66c541cc35eae4d2d811ef3
http://b/issue?id=2667113

14 years agoSupport for unbundled app build
Ying Wang [Mon, 10 May 2010 23:35:39 +0000 (16:35 -0700)]
Support for unbundled app build

With this CL, run "make APP-{appname}" to build unbundled app in
the unbundled app src tree.
See http://b/issue?id=2667113

Change-Id: I1d753db795142508bc841ae66b4408220ab687c5

14 years agoam cac3e580: (-s ours) am 18b75566: Squashed commit of the following (DO NOT MERGE):
Guang Zhu [Wed, 19 May 2010 01:46:45 +0000 (18:46 -0700)]
am cac3e580: (-s ours) am 18b75566: Squashed commit of the following (DO NOT MERGE):

14 years agoam 18b75566: Squashed commit of the following (DO NOT MERGE):
Guang Zhu [Wed, 19 May 2010 01:45:46 +0000 (18:45 -0700)]
am 18b75566: Squashed commit of the following (DO NOT MERGE):

14 years agoSquashed commit of the following (DO NOT MERGE):
Guang Zhu [Thu, 13 May 2010 23:46:21 +0000 (16:46 -0700)]
Squashed commit of the following (DO NOT MERGE):

commit 7401608f3b9b52b3348e32ec9fefe7583d6c2fa4
Author: Guang Zhu <guangzhu@google.com>
Date:   Fri Apr 23 11:54:37 2010 -0700

    collect emm meta files for emma instrumented build

    when doing 'make dist', with EMMA_INSTRUMENT on the coverage.em files
    generated for each module will be collected into one emma_meta.zip file

    Change-Id: I382c39a97005e6cae5c79ad7eaef1c8857f658af

commit 8376d70938f6507d54b66fe5832a637aa883974e
Author: Guang Zhu <guangzhu@google.com>
Date:   Wed Mar 10 15:48:03 2010 -0800

    enhancement for building app with emma code coverage

    * global filter to avoid applying instrumentation on emma classes
    * remove local variable information at dex step instead of compile time

    Change-Id: If04c27bc717f34816077a98ead9ceb0dbcbb0d2f

Change-Id: I971bd0f291bede2568b21347247d37a7d035c661

14 years agoChanging the footer per legal guidance.
Dan Morrill [Tue, 18 May 2010 05:44:27 +0000 (22:44 -0700)]
Changing the footer per legal guidance.

Change-Id: Ia20e3b1a69265e1ffe0b50993be12dcd96afa05f

14 years agoam 4873a26f: am 01c35179: Fix typo.
Ying Wang [Tue, 18 May 2010 02:25:13 +0000 (19:25 -0700)]
am 4873a26f: am 01c35179: Fix typo.

14 years agoam 01c35179: Fix typo.
Ying Wang [Tue, 18 May 2010 02:24:11 +0000 (19:24 -0700)]
am 01c35179: Fix typo.

14 years agoFix typo.
Ying Wang [Tue, 18 May 2010 02:07:21 +0000 (19:07 -0700)]
Fix typo.

Change-Id: I6eb60e7b89bd331deaa46e2c3f746aa2b042e1b4

14 years agoam ecfca8a5: am 4f9c2052: fix typo
Joe Onorato [Tue, 18 May 2010 01:44:35 +0000 (18:44 -0700)]
am ecfca8a5: am 4f9c2052: fix typo

14 years agoam 4f9c2052: fix typo
Joe Onorato [Tue, 18 May 2010 01:42:32 +0000 (18:42 -0700)]
am 4f9c2052: fix typo

14 years agofix typo
Joe Onorato [Tue, 18 May 2010 01:40:39 +0000 (18:40 -0700)]
fix typo

Change-Id: Ic00f82ea7bbe570ef30f52b353ba147664d755d7

14 years agoam 36ce8736: am 77dc0a58: Add a rule that builds an eclipse project file for an app.
Joe Onorato [Tue, 18 May 2010 01:30:45 +0000 (18:30 -0700)]
am 36ce8736: am 77dc0a58: Add a rule that builds an eclipse project file for an app.

14 years agoam 77dc0a58: Add a rule that builds an eclipse project file for an app.
Joe Onorato [Tue, 18 May 2010 01:29:04 +0000 (18:29 -0700)]
am 77dc0a58: Add a rule that builds an eclipse project file for an app.

14 years agoAdd a rule that builds an eclipse project file for an app.
Joe Onorato [Tue, 18 May 2010 01:16:11 +0000 (18:16 -0700)]
Add a rule that builds an eclipse project file for an app.

Type make ECLIPSE-<app1>-<app2>... with the apps as listed in LOCAL_PACKAGE_NAME.

Change-Id: Ieb96dfc9dfc13bdf1b3be53572092fc7bc695869

14 years agoam 06dae704: am d868cad8: Add -Werror=format-security
Nick Kralevich [Mon, 17 May 2010 22:28:14 +0000 (15:28 -0700)]
am 06dae704: am d868cad8: Add -Werror=format-security

14 years agoam d868cad8: Add -Werror=format-security
Nick Kralevich [Mon, 17 May 2010 22:25:11 +0000 (15:25 -0700)]
am d868cad8: Add -Werror=format-security

14 years agoMerge "Allow java source in LOCAL_GENERATED_SOURCE"
Ying Wang [Mon, 17 May 2010 21:59:40 +0000 (14:59 -0700)]
Merge "Allow java source in LOCAL_GENERATED_SOURCE"

14 years agoAllow java source in LOCAL_GENERATED_SOURCE
Ying Wang [Fri, 14 May 2010 23:40:44 +0000 (16:40 -0700)]
Allow java source in LOCAL_GENERATED_SOURCE

Change-Id: I82f426f1523f56a87ad396f2d7928b839f7c3ec9

14 years agoAdd -Werror=format-security
Nick Kralevich [Fri, 14 May 2010 16:34:59 +0000 (09:34 -0700)]
Add -Werror=format-security

Security hardening: don't allow code to compile which
uses format strings in an inappropriate way.  Make format
string compiler warnings into errors.

Change-Id: I1461dad589a2416420fd84ccf765983e859eea8a

14 years agoam bc2f9318: am 57b44e52: am bc12cd04: merge from open-source master
The Android Open Source Project [Fri, 14 May 2010 23:13:29 +0000 (16:13 -0700)]
am bc2f9318: am 57b44e52: am bc12cd04: merge from open-source master

14 years agoam 57b44e52: am bc12cd04: merge from open-source master
The Android Open Source Project [Fri, 14 May 2010 22:55:28 +0000 (15:55 -0700)]
am 57b44e52: am bc12cd04: merge from open-source master

14 years agoam bc12cd04: merge from open-source master
The Android Open Source Project [Fri, 14 May 2010 22:54:09 +0000 (15:54 -0700)]
am bc12cd04: merge from open-source master

Merge commit 'bc12cd04b878a9c3520abd21600c2078c930adc3' into kraken

* commit 'bc12cd04b878a9c3520abd21600c2078c930adc3':
  Use a different kernel boot line for the disk installer.
  Use a property to enable the eth0 LAN port on the emulator

14 years agomerge from open-source master
The Android Open Source Project [Fri, 14 May 2010 22:52:40 +0000 (15:52 -0700)]
merge from open-source master

Change-Id: I0dd123dde8f0da42a99313cffed6a48d30e38381

14 years agoMerge "Use a different kernel boot line for the disk installer."
Jean-Baptiste Queru [Fri, 14 May 2010 22:47:56 +0000 (15:47 -0700)]
Merge "Use a different kernel boot line for the disk installer."

14 years agoMerge "Use a property to enable the eth0 LAN port on the emulator"
Jean-Baptiste Queru [Fri, 14 May 2010 22:47:39 +0000 (15:47 -0700)]
Merge "Use a property to enable the eth0 LAN port on the emulator"

14 years agoam da9a8535: am 216d8448: am 95f862bc: merge from open-source master
The Android Open Source Project [Fri, 14 May 2010 21:39:21 +0000 (14:39 -0700)]
am da9a8535: am 216d8448: am 95f862bc: merge from open-source master

14 years agoam 216d8448: am 95f862bc: merge from open-source master
The Android Open Source Project [Fri, 14 May 2010 21:38:37 +0000 (14:38 -0700)]
am 216d8448: am 95f862bc: merge from open-source master

14 years agoam 95f862bc: merge from open-source master
The Android Open Source Project [Fri, 14 May 2010 21:37:17 +0000 (14:37 -0700)]
am 95f862bc: merge from open-source master

Merge commit '95f862bcb0418fd931c574157a5c90312ea2fb77' into kraken

* commit '95f862bcb0418fd931c574157a5c90312ea2fb77':
  Fix "make modules" script bug under Mac OS X.

14 years agomerge from open-source master
The Android Open Source Project [Fri, 14 May 2010 21:35:29 +0000 (14:35 -0700)]
merge from open-source master

Change-Id: I4ea9aa2765cb634382da92ff17f5af9e2f6b4078

14 years agoMerge "Fix "make modules" script bug under Mac OS X."
Jean-Baptiste Queru [Fri, 14 May 2010 21:10:50 +0000 (14:10 -0700)]
Merge "Fix "make modules" script bug under Mac OS X."

14 years agoam ce88086c: am 105a934f: am 9514fca5: merge from open-source master
The Android Open Source Project [Fri, 14 May 2010 20:47:12 +0000 (13:47 -0700)]
am ce88086c: am 105a934f: am 9514fca5: merge from open-source master

14 years agoam 105a934f: am 9514fca5: merge from open-source master
The Android Open Source Project [Fri, 14 May 2010 20:45:20 +0000 (13:45 -0700)]
am 105a934f: am 9514fca5: merge from open-source master

14 years agoam 9514fca5: merge from open-source master
The Android Open Source Project [Fri, 14 May 2010 20:43:29 +0000 (13:43 -0700)]
am 9514fca5: merge from open-source master

Merge commit '9514fca5c78c85b6f5e2d2497b05bbea2613daa8' into kraken

* commit '9514fca5c78c85b6f5e2d2497b05bbea2613daa8':
  Support absolute path, in OUT_DIR
  Updated to better distinguish between options and operands

14 years agomerge from open-source master
The Android Open Source Project [Fri, 14 May 2010 20:38:55 +0000 (13:38 -0700)]
merge from open-source master

Change-Id: Ia4cb27645bfd757fb75273ff5a6cbf3af57b3a03

14 years agoMerge "Updated to better distinguish between options and operands"
Jean-Baptiste Queru [Fri, 14 May 2010 19:21:31 +0000 (12:21 -0700)]
Merge "Updated to better distinguish between options and operands"

14 years agoMerge "Support absolute path, in OUT_DIR"
Jean-Baptiste Queru [Fri, 14 May 2010 19:17:43 +0000 (12:17 -0700)]
Merge "Support absolute path, in OUT_DIR"

14 years agoam 876ae91c: am 06df2923: libdrm2 is never used. Remove the reference to it.
Nick Kralevich [Fri, 14 May 2010 16:36:01 +0000 (09:36 -0700)]
am 876ae91c: am 06df2923: libdrm2 is never used.  Remove the reference to it.

14 years agoam 06df2923: libdrm2 is never used. Remove the reference to it.
Nick Kralevich [Fri, 14 May 2010 16:34:22 +0000 (09:34 -0700)]
am 06df2923: libdrm2 is never used.  Remove the reference to it.

14 years agolibdrm2 is never used. Remove the reference to it.
Nick Kralevich [Thu, 13 May 2010 19:14:12 +0000 (12:14 -0700)]
libdrm2 is never used.  Remove the reference to it.

Change-Id: Iee14e336377cedb56adb71bc4f40ded137906f1f

14 years agoMerge "Moving junit out of core.jar and into core-junit.jar"
Jesse Wilson [Thu, 13 May 2010 05:03:29 +0000 (22:03 -0700)]
Merge "Moving junit out of core.jar and into core-junit.jar"

14 years agoMoving junit out of core.jar and into core-junit.jar
Jesse Wilson [Wed, 5 May 2010 17:01:54 +0000 (10:01 -0700)]
Moving junit out of core.jar and into core-junit.jar

This commit was submitted too early:
   https://android-git.corp.google.com/g/50610
...and then rolled back:
   https://android-git.corp.google.com/g/50622

Change-Id: I5f4e53bd0c892ab64711b99b2e95d2f101626dbc

14 years agoAdded libchromium.so to the prelink map in the temp section.
Kristian Monsen [Thu, 6 May 2010 11:52:41 +0000 (12:52 +0100)]
Added libchromium.so to the prelink map in the temp section.

Change-Id: I9f5c42ba24c5ca17a7d274029f5b845e2ca1950a

14 years agoFix dependencies on ext2 user images
Colin Cross [Mon, 10 May 2010 20:04:47 +0000 (13:04 -0700)]
Fix dependencies on ext2 user images

Change-Id: I0efca76ef0c38db40c41be573457b788b7b8d451

14 years agoam 63cac277: am f48c3ac3: am f7c63421: merge from open-source master
The Android Open Source Project [Mon, 10 May 2010 18:13:56 +0000 (11:13 -0700)]
am 63cac277: am f48c3ac3: am f7c63421: merge from open-source master

14 years agoam f48c3ac3: am f7c63421: merge from open-source master
The Android Open Source Project [Mon, 10 May 2010 18:13:00 +0000 (11:13 -0700)]
am f48c3ac3: am f7c63421: merge from open-source master

14 years agoam f7c63421: merge from open-source master
The Android Open Source Project [Mon, 10 May 2010 18:11:09 +0000 (11:11 -0700)]
am f7c63421: merge from open-source master

Merge commit 'f7c634216e673407f5a7a879bcf2ddb2454e4670' into kraken

* commit 'f7c634216e673407f5a7a879bcf2ddb2454e4670':
  Replace arm with proper variable for CPU/ABI

14 years agomerge from open-source master
The Android Open Source Project [Mon, 10 May 2010 18:05:12 +0000 (11:05 -0700)]
merge from open-source master

Change-Id: Id99b6cbc613c6c7b9d1ef79274b1c28b808a32d4

14 years agoam 68ed2f54: am 758c0f34: am de14ee57: am 3494d9b3: docs: lighten the "new" red....
Scott Main [Mon, 10 May 2010 17:30:58 +0000 (10:30 -0700)]
am 68ed2f54: am 758c0f34: am de14ee57: am 3494d9b3: docs: lighten the "new" red. softens the effect and makes it more legible when selected

14 years agoam 758c0f34: am de14ee57: am 3494d9b3: docs: lighten the "new" red. softens the effec...
Scott Main [Mon, 10 May 2010 17:29:34 +0000 (10:29 -0700)]
am 758c0f34: am de14ee57: am 3494d9b3: docs: lighten the "new" red. softens the effect and makes it more legible when selected

14 years agoam de14ee57: am 3494d9b3: docs: lighten the "new" red. softens the effect and makes...
Scott Main [Mon, 10 May 2010 17:28:29 +0000 (10:28 -0700)]
am de14ee57: am 3494d9b3: docs: lighten the "new" red. softens the effect and makes it more legible when selected

Merge commit 'de14ee570176dbae4b0c6f098088d3872669175d' into kraken

* commit 'de14ee570176dbae4b0c6f098088d3872669175d':
  docs: lighten the "new" red. softens the effect and makes it more legible when selected

14 years agoam 3494d9b3: docs: lighten the "new" red. softens the effect and makes it more legibl...
Scott Main [Mon, 10 May 2010 17:26:20 +0000 (10:26 -0700)]
am 3494d9b3: docs: lighten the "new" red. softens the effect and makes it more legible when selected

Merge commit '3494d9b3deeb9967be247bf31cdaa3fd30fb4207' into froyo-plus-aosp

* commit '3494d9b3deeb9967be247bf31cdaa3fd30fb4207':
  docs: lighten the "new" red. softens the effect and makes it more legible when selected

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 agoam f44f71c2: am dbd7b38e: am 9096ef38: am 3044d243: Merge "add froyo graphic for...
Scott Main [Mon, 10 May 2010 16:54:01 +0000 (09:54 -0700)]
am f44f71c2: am dbd7b38e: am 9096ef38: am 3044d243: Merge "add froyo graphic for homepage and fix css bug" into froyo

14 years agoam dbd7b38e: am 9096ef38: am 3044d243: Merge "add froyo graphic for homepage and...
Scott Main [Mon, 10 May 2010 16:51:55 +0000 (09:51 -0700)]
am dbd7b38e: am 9096ef38: am 3044d243: Merge "add froyo graphic for homepage and fix css bug" into froyo

14 years agoam 9096ef38: am 3044d243: Merge "add froyo graphic for homepage and fix css bug"...
Scott Main [Mon, 10 May 2010 16:49:59 +0000 (09:49 -0700)]
am 9096ef38: am 3044d243: Merge "add froyo graphic for homepage and fix css bug" into froyo

Merge commit '9096ef382a5c17f4a6618dd19ac203840d807e0a' into kraken

* commit '9096ef382a5c17f4a6618dd19ac203840d807e0a':
  add froyo graphic for homepage and fix css bug

14 years agoam 3044d243: Merge "add froyo graphic for homepage and fix css bug" into froyo
Scott Main [Mon, 10 May 2010 16:43:15 +0000 (09:43 -0700)]
am 3044d243: Merge "add froyo graphic for homepage and fix css bug" into froyo

Merge commit '3044d243c99f46030521fce650add82db640046a' into froyo-plus-aosp

* commit '3044d243c99f46030521fce650add82db640046a':
  add froyo graphic for homepage and fix css bug

14 years agoSet no camera default for emulator/generic/sim builds.
Chih-Chung Chang [Mon, 10 May 2010 06:59:49 +0000 (14:59 +0800)]
Set no camera default for emulator/generic/sim builds.

Change-Id: I3c75d093bb48a9d10952d587c3e48bbcc227f139

14 years agoMake LOCAL_SDK_VERSION current use correct framework.aidl
Ying Wang [Fri, 7 May 2010 22:02:48 +0000 (15:02 -0700)]
Make LOCAL_SDK_VERSION current use correct framework.aidl

Change-Id: Ic9327378e22412f74f1a3311dfb5c7936670d6f8
http://b/issue?id=2666578

14 years agobuild: Add support for ext3 and ext4 images
Colin Cross [Fri, 7 May 2010 09:23:59 +0000 (02:23 -0700)]
build: Add support for ext3 and ext4 images

Change-Id: I63b36bfa0036419df92a60a1f8f7b0a7e6b1b62e