Commit Graph

120 Commits

Author SHA1 Message Date
Nicolas Catania f082dd34f5 Added cleanup step for the switch to stlport for gtest 2010-02-23 15:12:35 -08:00
Ben Cheng 1af09dea7c Clean up libdvm variants. 2010-02-19 14:49:11 -08:00
Dan Egnor 4f71b8f449 cleanstep due to removal of classes & packages associated
with the old bundled GoogleCheckin.apk
2010-02-13 12:39:55 -08:00
Jeff Hamilton 8b716c09c4 Cleanspec for my earlier change.
Change-Id: I2259095772768ecfcbf38c65df90cb72c3425e7f
2010-02-12 22:39:34 -06:00
Dan Egnor 988ea9fa2d Add a cleanstep to remove the obsolete EnhancedGoogleSearchProvider.apk,
which otherwise remains stale in system/app and eventually causes problems.
2010-02-10 18:47:53 -08:00
Brett Chabot d7edf7ebb7 Add clean step for AndroidTests.
Needed because AndroidTests.java has been removed.
2010-02-02 10:49:23 -08:00
Makoto Onuki 8b20042a9a cleanstep: remove email intermediates 2010-01-29 13:11:09 -08:00
Valentin Kravtsov dc4e079307 Adding clean step
Change-Id: I715681edf2d668ee9b5a483fa82af2e608285f47
2010-01-26 11:38:26 +00:00
android-build SharedAccount 6bc8ddcc48 clean step for JIT switch 2010-01-22 08:34:06 -08:00
Bjorn Bringert a075295acd Cleanstep to remove old QuickSearchBox.apk
Without this, BrowserProvder crashes with:

E/AndroidRuntime(  875): java.lang.RuntimeException: Unable to get provider com.android.browser.BrowserProvider: java.lang.NullPointerException
E/AndroidRuntime(  875):     at android.app.ActivityThread.installProvider(ActivityThread.java:4269)
E/AndroidRuntime(  875):     at android.app.ActivityThread.installContentProviders(ActivityThread.java:4041)
E/AndroidRuntime(  875):     at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4000)
E/AndroidRuntime(  875):     at android.app.ActivityThread.access$2900(ActivityThread.java:118)
E/AndroidRuntime(  875):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1900)
E/AndroidRuntime(  875):     at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(  875):     at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(  875):     at android.app.ActivityThread.main(ActivityThread.java:4360)
E/AndroidRuntime(  875):     at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(  875):     at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(  875):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
E/AndroidRuntime(  875):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
E/AndroidRuntime(  875):     at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(  875): Caused by: java.lang.NullPointerException
E/AndroidRuntime(  875):     at android.os.Parcel.readException(Parcel.java:1224)
E/AndroidRuntime(  875):     at android.os.Parcel.readException(Parcel.java:1206)
E/AndroidRuntime(  875):     at android.app.ISearchManager$Stub$Proxy.getSearchableInfo(ISearchManager.java:220)
E/AndroidRuntime(  875):     at android.app.SearchManager.getSearchableInfo(SearchManager.java:2056)
E/AndroidRuntime(  875):     at com.android.browser.BrowserProvider.updateShowWebSuggestions(BrowserProvider.java:410)
E/AndroidRuntime(  875):     at com.android.browser.BrowserProvider.onCreate(BrowserProvider.java:363)
E/AndroidRuntime(  875):     at android.content.ContentProvider.attachInfo(ContentProvider.java:725)
E/AndroidRuntime(  875):     at android.app.ActivityThread.installProvider(ActivityThread.java:4266)
E/AndroidRuntime(  875):     ... 12 more

which is a result of an earlier problem in Searchables:

01-19 11:58:46.317 E/AndroidRuntime(  416): java.lang.RuntimeException: Unable to start receiver com.android.quicksearchbox.SearchWidgetProvider: java.lang.SecurityException: Neither user 10033 nor current process has android.permission.SET_PREFERRED_APPLICATIONS.
01-19 11:58:46.317 E/AndroidRuntime(  416): 				at android.app.ActivityThread.handleReceiver(ActivityThread.java:2645)
01-19 11:58:46.317 E/AndroidRuntime(  416): 				at android.app.ActivityThread.access$3100(ActivityThread.java:118)
01-19 11:58:46.317 E/AndroidRuntime(  416): 				at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1912)
01-19 11:58:46.317 E/AndroidRuntime(  416): 				at android.os.Handler.dispatchMessage(Handler.java:99)
01-19 11:58:46.317 E/AndroidRuntime(  416): 				at android.os.Looper.loop(Looper.java:123)
01-19 11:58:46.317 E/AndroidRuntime(  416): 				at android.app.ActivityThread.main(ActivityThread.java:4360)
01-19 11:58:46.317 E/AndroidRuntime(  416): 				at java.lang.reflect.Method.invokeNative(Native Method)
01-19 11:58:46.317 E/AndroidRuntime(  416): 				at java.lang.reflect.Method.invoke(Method.java:521)
01-19 11:58:46.317 E/AndroidRuntime(  416): 				at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
01-19 11:58:46.317 E/AndroidRuntime(  416): 				at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
01-19 11:58:46.317 E/AndroidRuntime(  416): 				at dalvik.system.NativeStart.main(Native Method)
01-19 11:58:46.317 E/AndroidRuntime(  416): Caused by: java.lang.SecurityException: Neither user 10033 nor current process has android.permission.SET_PREFERRED_APPLICATIONS.
01-19 11:58:46.317 E/AndroidRuntime(  416): 	   at android.os.Parcel.readException(Parcel.java:1218)
01-19 11:58:46.317 E/AndroidRuntime(  416): 	   at android.os.Parcel.readException(Parcel.java:1206)
01-19 11:58:46.317 E/AndroidRuntime(  416): 	   at android.app.ISearchManager$Stub$Proxy.getSearchablesInGlobalSearch(ISearchManager.java:242)
01-19 11:58:46.317 E/AndroidRuntime(  416): 	   at android.app.SearchManager.getSearchablesInGlobalSearch(SearchManager.java:2152)
01-19 11:58:46.317 E/AndroidRuntime(  416): 	   at com.android.quicksearchbox.Sources.addExternalSources(Sources.java:275)
01-19 11:58:46.317 E/AndroidRuntime(  416): 	   at com.android.quicksearchbox.Sources.updateSources(Sources.java:266)
01-19 11:58:46.317 E/AndroidRuntime(  416): 	   at com.android.quicksearchbox.Sources.load(Sources.java:235)
01-19 11:58:46.317 E/AndroidRuntime(  416): 	   at com.android.quicksearchbox.QsbApplication.createSources(QsbApplication.java:96)
01-19 11:58:46.317 E/AndroidRuntime(  416): 	   at com.android.quicksearchbox.QsbApplication.getSources(QsbApplication.java:89)
01-19 11:58:46.317 E/AndroidRuntime(  416): 	   at com.android.quicksearchbox.SearchWidgetProvider.getSources(SearchWidgetProvider.java:222)
01-19 11:58:46.317 E/AndroidRuntime(  416): 	   at com.android.quicksearchbox.SearchWidgetProvider.bindSourceSelector(SearchWidgetProvider.java:162)
01-19 11:58:46.317 E/AndroidRuntime(  416): 	   at com.android.quicksearchbox.SearchWidgetProvider.updateSearchWidgets(SearchWidgetProvider.java:105)
01-19 11:58:46.317 E/AndroidRuntime(  416): 	   at com.android.quicksearchbox.SearchWidgetProvider.onUpdate(SearchWidgetProvider.java:90)
01-19 11:58:46.317 E/AndroidRuntime(  416): 	   at android.appwidget.AppWidgetProvider.onReceive(AppWidgetProvider.java:61)
01-19 11:58:46.317 E/AndroidRuntime(  416): 	   at com.android.quicksearchbox.SearchWidgetProvider.onReceive(SearchWidgetProvider.java:84)
01-19 11:58:46.317 E/AndroidRuntime(  416): 	   at android.app.ActivityThread.handleReceiver(ActivityThread.java:2636)
01-19 11:58:46.317 E/AndroidRuntime(  416): 	   ... 10 more

Change-Id: I66eff8d571a40a6d724c49c258a49ba9d5c18f9f
2010-01-19 20:10:32 +00:00
Joe Onorato ee869c00e9 cleanspec for the google_voiceime generated files. 2010-01-15 18:23:46 -05:00
Jeff Hamilton 7933a756c5 Fix the build. 2010-01-14 14:37:37 -06:00
Joe Onorato c38d5011ef $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/VoiceSearchWithKeyboard.apk) 2010-01-11 15:45:42 -05:00
Wei Huang 84136cf667 clean GSF GTalkService objects.
Change-Id: If2461c60a53aa081fb097581e71272eea1449657
2010-01-07 10:23:03 -08:00
Andreas Huber 64b00e3f98 Squashed commit of the following:
commit b03d5f537dee393affddf89663ae6977a5512d98
Author: Andreas Huber <andih@google.com>
Date:   Thu Dec 17 14:00:37 2009 -0800

    Update cleanspec to facilitate incremental building with full stagefright lib.

commit b92560a1989f8b9cb27a8772cec5346d3d90dc84
Author: Andreas Huber <andih@google.com>
Date:   Thu Dec 17 13:31:48 2009 -0800

    Enable building stagefright in all builds, make stagefright the default player.
2009-12-17 14:46:46 -08:00
Jeff Hamilton c4be3ecb01 Cleanspecs from Ed to cleanup after my previous name change. 2009-12-17 15:35:37 -06:00
Mike Lockwood c7b8601d49 am b1665953: am 623a5572: resolved conflicts for merge of 882ad42e to eclair-mr2
Merge commit 'b16659533e55476bbe2c0b177943ef8f4129e34a'

* commit 'b16659533e55476bbe2c0b177943ef8f4129e34a':
  Add clean step for switching GPS API from pdapi to loc_api
2009-12-07 18:32:14 -08:00
Bjorn Bringert b3be6d72a1 am fe8ab167: am e15968b4: Clean step for the move of SearchableInfo to android.app
Merge commit 'fe8ab167caa0fb93d068a6f93932f9ce3115c327'

* commit 'fe8ab167caa0fb93d068a6f93932f9ce3115c327':
  Clean step for the move of SearchableInfo to android.app
2009-12-07 14:58:53 -08:00
Mike Lockwood 623a5572e8 resolved conflicts for merge of 882ad42e to eclair-mr2
Change-Id: I3d14fd9f6bb2b6f3878e519b29db113c37d64587
2009-12-07 10:52:22 -05:00
Mike Lockwood 882ad42e0d Add clean step for switching GPS API from pdapi to loc_api
Change-Id: Ifa75b0865b547f5e643a4466f13ec7485e902e5c
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-12-07 07:23:25 -05:00
Bjorn Bringert e15968b47a Clean step for the move of SearchableInfo to android.app
This is part of http://b/issue?id=2270838

Change-Id: I4f70549f0a15e5c90fa5297a2af9f872bb5312a1
2009-12-05 18:24:52 +00:00
Dianne Hackborn fef125ec59 am af5cb904: am 176c758c: Change version to MR2 development.
Merge commit 'af5cb9042497509fb75060667f5ca921c10218a6'

* commit 'af5cb9042497509fb75060667f5ca921c10218a6':
  Change version to MR2 development.
2009-12-04 10:41:00 -08:00
Dianne Hackborn 176c758cb4 Change version to MR2 development. 2009-12-03 18:19:53 -08:00
Jean-Baptiste Queru c321435a96 am d7fbf48c: am 69ed23d0: resolved conflicts for merge of 636458dd to eclair-mr2
Merge commit 'd7fbf48cea08316ab0fe2be18c950f3cb4158bbc'

* commit 'd7fbf48cea08316ab0fe2be18c950f3cb4158bbc':
  clean step for build.prop
2009-11-24 15:09:53 -08:00
Jean-Baptiste Queru 69ed23d097 resolved conflicts for merge of 636458dd to eclair-mr2 2009-11-24 14:58:54 -08:00
Mathias Agopian 636458dd06 clean step for build.prop 2009-11-23 23:14:44 -08:00
Dan Egnor b38a9f2be6 am b72e28f9: am 7e39fc23: Add cleanspec to remove an old, historical package which no longer exists but nevertheless gets loaded into the system process and then crashes because classes it uses don\'t exist any more.
Merge commit 'b72e28f991b21535bfcb2ed59ead6ea9a318181c'

* commit 'b72e28f991b21535bfcb2ed59ead6ea9a318181c':
  Add cleanspec to remove an old, historical package which
2009-11-23 16:49:01 -08:00
Dan Egnor 7e39fc2351 Add cleanspec to remove an old, historical package which
no longer exists but nevertheless gets loaded into the system
process and then crashes because classes it uses don't exist
any more.
2009-11-23 16:35:33 -08:00
Dianne Hackborn ee11f16384 am 26ab7084: am 07e1232a: resolved conflicts for merge of 90b35770 to eclair-mr2
Merge commit '26ab7084b508d2052c3e4e62e9c6d0f7d08211d1'

* commit '26ab7084b508d2052c3e4e62e9c6d0f7d08211d1':
  Update version name to 2.1 and API to 7.
2009-11-19 11:08:04 -08:00
Dianne Hackborn 07e1232a2d resolved conflicts for merge of 90b35770 to eclair-mr2 2009-11-19 10:57:12 -08:00
Dianne Hackborn c3e17966b5 Update version name to 2.1 and API to 7.
Change-Id: If922a88c1f3e99553ec5df9b870713eab1c53c54
2009-11-18 17:40:17 -08:00
Dan Egnor fb78ca6efd am 26bcb110: am 75384694: Merge change I0c33d697 into eclair-mr2
Merge commit '26bcb110f81ff0f00593839bf8bd013c390649b8'

* commit '26bcb110f81ff0f00593839bf8bd013c390649b8':
  Clean old DropBoxService.java generated class
2009-11-12 14:21:21 -08:00
Dan Egnor 0c33d697e7 Clean old DropBoxService.java generated class 2009-11-12 11:42:15 -08:00
Steve Block ffff296514 am 4ceee017: am 6ef2c375: Merge change I2bba1884 into eclair-mr2
Merge commit '4ceee017811ac4802703b40ac3997f393ead245b'

* commit '4ceee017811ac4802703b40ac3997f393ead245b':
  Clean libwebkit, libjs and libv8 after WebKit merge.
2009-11-10 15:27:37 -08:00
Steve Block 3be0640ad1 Clean libwebkit, libjs and libv8 after WebKit merge.
Change-Id: I2bba18843aa31b849de53e047dceb40de5eccc8a
2009-11-10 02:17:14 +00:00
Steve Block 977b780c07 am 06c3a04e: am 5243b109: WebKit clean required by move of V8 to external/v8.
Merge commit '06c3a04ef4a14fb8943c759a6d67cf5c46f5da33'

* commit '06c3a04ef4a14fb8943c759a6d67cf5c46f5da33':
  WebKit clean required by move of V8 to external/v8.
2009-11-04 23:42:53 -08:00
Steve Block 5243b109ac WebKit clean required by move of V8 to external/v8.
Change-Id: Idc425e143c928a7da39af9a002705699e3e12901
2009-11-05 07:07:03 +00:00
Dan Egnor 8f313a35f8 am b4df557e: am d1850e73: Fix incremental build break in openssl.
Merge commit 'b4df557ed9c42dc05c1a1f81aa7d44e4b96d862f'

* commit 'b4df557ed9c42dc05c1a1f81aa7d44e4b96d862f':
  Fix incremental build break in openssl.
2009-10-29 13:26:27 -07:00
Dan Egnor d1850e739b Fix incremental build break in openssl. 2009-10-29 13:05:27 -07:00
Dan Egnor 2b738b4d15 am eda684a2: am a6b495ce: Clean frameworks after replacing IDropBox.aidl with IDropBoxService.aidl, which causes some build confusion with dependencies and Parcelables and so on.
Merge commit 'eda684a2666a98d38e7620b59ffd4e335a4f27f6'

* commit 'eda684a2666a98d38e7620b59ffd4e335a4f27f6':
  Clean frameworks after replacing IDropBox.aidl with
2009-10-29 01:34:38 -07:00
android-build SharedAccount 96fb8fef18 resolved conflicts for merge of 01e7a68f to master 2009-10-29 01:31:08 -07:00
Dan Egnor a6b495ce40 Clean frameworks after replacing IDropBox.aidl with
IDropBoxService.aidl, which causes some build confusion
with dependencies and Parcelables and so on.

(Will be checked in immediately after the change in question)
2009-10-28 16:25:47 -07:00
android-build SharedAccount 8a5d527223 resolved conflicts for merge of 3fa11599 to eclair-mr2 2009-10-28 16:12:11 -07:00
Dianne Hackborn 3fa115999c Bump version to 2.1 API 6.
Change-Id: Ic607952dfaa96d8735c83bb26bae4f2f4161fcbc
2009-10-26 17:40:19 -07:00
Elliott Hughes 3bb7eab9ca Rebuild target object files with new GCC 4.4.0 toolchain.
Bug: 2139334
2009-10-23 16:20:21 -07:00
Steve Block c8ab28a56b am 2d20f686: am 9234663c: WebKit clean required by merge with new WebKit version.
Merge commit '2d20f686638400ab6f954572d9a7e6e5b969beef'

* commit '2d20f686638400ab6f954572d9a7e6e5b969beef':
  WebKit clean required by merge with new WebKit version.
2009-10-20 02:44:54 -07:00
Steve Block 9234663c55 WebKit clean required by merge with new WebKit version.
Change-Id: I59377d6a0420bfb13b25b4ed7240b47e8aae6114
2009-10-19 18:41:07 +01:00
Dianne Hackborn 3d967b873a am 3f7405e9: am ff6f3fe4: Finish issue #2168428: STOP SHIP: Bump API version to 5.
Merge commit '3f7405e9940db18fade6fb86899bb8b88bd67bcf'

* commit '3f7405e9940db18fade6fb86899bb8b88bd67bcf':
  Finish issue #2168428: STOP SHIP: Bump API version to 5.
2009-10-13 12:12:03 -07:00
Jeff Hamilton 042ad44dd8 am ce017f01: am 979d5567: Merge change I6b350185 into eclair
Merge commit 'ce017f01d006d3e953f3a38f9489360ecd5d0695'

* commit 'ce017f01d006d3e953f3a38f9489360ecd5d0695':
  Add a cleanspec rule for the change to bump the API version to 5.
2009-10-12 12:31:01 -07:00
Dianne Hackborn ff6f3fe448 Finish issue #2168428: STOP SHIP: Bump API version to 5.
We are now 2.0.  Note that CorpCal and PhoneConfig are now gone
until their prebuilts are updated.

Change-Id: I26d13d6b75f5633113d82b8d90788d8bbc915014
2009-10-08 20:50:27 -07:00