Commit Graph

56 Commits

Author SHA1 Message Date
Andrew Stadler
208cf156d5 More .classpath cleanup
* launcher -> launcher2
* add AccountsAndSyncSettings
* add BlueTooth
* add CertInstaller

Change-Id: I0f36a479a829df4d69f34619d760b72a5c653498
2010-03-30 16:34:24 -07:00
Andrew Stadler
d754ddec4a Cleanup .classpath for eclipse
Change-Id: Ia102189d71d4fe41969df9c122e94dbbd93557f7
Permanent: Remove mmms-common_intermediates (stale - should have been
  removed a while ago)
Temporary: Remove Launcher2 & Music (which cause problems due to
  overlapping java package names vs. R files)
2010-03-26 13:50:28 -07:00
Andrew Stadler
e66b4be82a Add guava javalib.jar to eclipse classpath.
Change-Id: I769db0fa9001a51128a3a20b83cf4a85a2f5c7ce
2010-03-25 15:14:10 -07:00
Mihai Preda
fc03367a4b Update Eclipse classpath to reflect arity lib version change. 2010-03-01 11:57:51 +01:00
Brett Chabot
d1743f5993 Add new location of test-runner source to Eclipse classpath. 2010-02-20 18:34:03 -08:00
Cedric Beust
9ae946ea13 Updated .classpath. 2010-02-08 13:44:29 -08:00
Ficus Kirkpatrick
470366e23a Remove some unused cruft from Eclipse classpath.
Change-Id: Ic4eeb819e01c02398aa3b7b76c9109511bd34725
2010-02-05 11:57:45 -08:00
Andrew Stadler
81da1add1d Add QuickSearchBox intermediates, to get EventLogTags 2010-02-04 15:13:42 -08:00
Andrew Stadler
e12d66063b Update Eclipse .classpath with recent changes.
* Add Launcher2
* Add Mms shared library
* Update arity (calculator math) library version
2010-02-03 09:27:54 -08:00
Andrew Stadler
6a46b1c576 Track recent changes to source.
* Remove GoogleSearch
* Add QuickSearchBox
2010-02-02 16:37:37 -08:00
Andrew Stadler
334f687aeb Add browser intermediates to fix eclipse build
Needed because EventLogTags have moved.
2010-01-14 23:04:54 -08:00
Andrew Stadler
e54051d957 resolved conflicts for merge of e85c304f to master 2009-12-09 16:10:02 -08:00
Andrew Stadler
e85c304f7d resolved conflicts for merge of fa3d6b54 to eclair-mr2-plus-aosp 2009-12-09 12:07:31 -08:00
Andrew Stadler
fc1b1ccbcf Fix eclipse build
* Bring in auto-generated EventLogTags
2009-12-07 10:55:39 -08:00
Andrew Stadler
e72e57edbc am f9c2e07d: am 21b8dbe5: Merge change Ia8c35b58 into eclair-mr2
Merge commit 'f9c2e07d2cb65271d8def8d5562ecba52f69fd91'

* commit 'f9c2e07d2cb65271d8def8d5562ecba52f69fd91':
  Track library changes
2009-12-04 04:31:13 -08:00
Andrew Stadler
f9c2e07d2c am 21b8dbe5: Merge change Ia8c35b58 into eclair-mr2
Merge commit '21b8dbe5c4f657f673bae2b1ad298f91465616d2' into eclair-mr2-plus-aosp

* commit '21b8dbe5c4f657f673bae2b1ad298f91465616d2':
  Track library changes
2009-12-03 17:05:38 -08:00
Andrew Stadler
a8c35b58ab Track library changes
Fixes build errors in eclipse around CalendarProvider
2009-12-03 15:35:07 -08:00
Andrew Stadler
47f5ff803b am 140e10cf: am 2171d57c: Merge change I6f2fcdd7 into eclair-mr2
Merge commit '140e10cfae201688bc10f67ad12c989b67f60b3c'

* commit '140e10cfae201688bc10f67ad12c989b67f60b3c':
  Fix eclipse default .classpath
2009-11-24 16:17:22 -08:00
Andrew Stadler
140e10cfae am 2171d57c: Merge change I6f2fcdd7 into eclair-mr2
Merge commit '2171d57cfcc25e7db63b4ae0a852504bdd3c507e' into eclair-mr2-plus-aosp

* commit '2171d57cfcc25e7db63b4ae0a852504bdd3c507e':
  Fix eclipse default .classpath
2009-11-24 16:13:55 -08:00
Andrew Stadler
6f2fcdd7d4 Fix eclipse default .classpath
* Add frameworks/base/common/java
* Remove external/googleclient/googleclient-lib.jar
2009-11-24 13:50:26 -08:00
Android (Google) Code Review
a7319d7711 Merge change I9bdf6690
* changes:
  Forces adb root and remount when syncing.
2009-11-13 15:31:49 -08:00
Nicolas Catania
2997ec39a2 Forces adb root and remount when syncing.
The time it takes is very small to do these 2 operations.
Then sync never fails, even on the a device that has just rebooted.
2009-11-13 10:07:34 -08:00
Nicolas Catania
f6f5beaf64 Improved the search to catch warnings from the build subprocess.
The build subprocess' output is buffered (but not line buffered).
As a result partial lines are inserted. If the previous insert ended
in the middle of the pattern we are looking for, the search will fail (end missing).
When the second part is inserted, the search will also fail because this
time we start looking from the middle of the pattern (beginning missing).
To work around that, we always match from the beginning of the line.
2009-11-13 09:52:18 -08:00
Jack Palevich
bd92ac357b Remove duplicate vpn path entries. 2009-11-12 14:42:00 +08:00
Jean-Baptiste Queru
e890c1d9cb am 515a94b2: merge from open-source master
Merge commit '515a94b25aece44c87c4f8ee48bea82690a2ba57'

* commit '515a94b25aece44c87c4f8ee48bea82690a2ba57':
  Tweaks to sample .classpath to reduce errors.
2009-11-09 12:03:40 -08:00
Jean-Baptiste Queru
515a94b25a merge from open-source master 2009-11-09 08:04:49 -08:00
Nicolas Catania
df098ce60f Added a filter to remove buildenv's warnings.
Warnings about makefiles and build scripts interfere
with `next-error'. If you are interested only in the
errors from the source file, a custom variable allows
you to nuke build env warnings.

The filter is registered as a compilation-filter-hook.
2009-10-15 11:21:15 -07:00
Nicolas Catania
2022dcd9f1 Standardized on one single output buffer for all the commands output.
All the commands output go to an *Android Output* buffer which
gets cleaned up before each command run.

Fixed a compilation bug, building from the top Makefile was not
generating a new image.
2009-10-13 09:10:19 -07:00
Android (Google) Code Review
59ed13bb25 Merge change I204a77b2
* changes:
  New interactive functions to send commands to a device.
2009-10-12 16:03:24 -04:00
Nicolas Catania
081e65d06f New interactive functions to send commands to a device.
This is still a bit crude but now we can remount,sync,reboot and flash
a device from emacs.

Support product aliases.
2009-10-12 12:09:05 -07:00
Jeff Sharkey
65ab5053c9 am 480332f6: Revise template to match spec per jham.
Merge commit '480332f6c5ee0da552426716abff5ddd87074a5f'

* commit '480332f6c5ee0da552426716abff5ddd87074a5f':
  Revise template to match spec per jham.
2009-10-12 11:23:15 -07:00
Nicolas Catania
4a5dc7e0c3 Minor cleanup, fix documentation.
Refactored the tests for the makefile existence in a
separate function.
Ran checkdoc and fixed errors.
2009-10-09 09:29:33 -07:00
Chad Fawcett
041c6fc2c6 Tweaks to sample .classpath to reduce errors.
Removed the IM Provider, added some keystore/vpn paths.
2009-10-07 10:52:59 -04:00
Nicolas Catania
f94bca2ab7 Added support for the number of jobs during a make.
Moved common functions in a new android-common.el file.
Declared a customizable variable to control the number
of jobs used during the make process.

In android-compile, call compile interactively to honor
 the compile-read-command feature to give the user the opportunity
to edit the command (e.g add the snod target)
2009-10-06 17:15:21 -07:00
Nicolas Catania
1925281cfa New module to compile android packages from emacs. 2009-10-05 16:51:09 -07:00
Jeff Sharkey
480332f6c5 Revise template to match spec per jham. 2009-10-01 22:14:45 -07:00
Andrew Stadler
0dd6085f0d Remove IM sources which no longer build. 2009-08-24 14:47:39 -07:00
Jean-Baptiste Queru
1972851d20 Merge korg/donut into korg/master
Conflicts:

	tools/eclipse/plugins/README.txt
	tools/sdkmanager/libs/sdklib/src/com/android/sdklib/avd/AvdManager.java
2009-07-25 17:25:52 -07:00
Andrew Stadler
c8f13aa38c Support AIDL files recently added to Email 2009-06-23 14:01:44 -07:00
Andrew Stadler
488df70777 Cleanup eclipse classpath
It's possible that these entries were already stale, but the recent clean
build step may have exposed them.
2009-06-19 13:11:00 -07:00
Andrew Stadler
505df37c20 Add keystore & vpn to eclipse classpath. 2009-06-17 23:03:13 -07:00
Android (Google) Code Review
755cb28867 am 7978517b: Merge change 3747 into donut
Merge commit '7978517bdd52060e7d1ad10fcc3f358ad17eefef'

* commit '7978517bdd52060e7d1ad10fcc3f358ad17eefef':
  Add the Term terminal emulator to the default Eclipse project classpath.
2009-06-10 12:51:54 -07:00
Jack Palevich
4a653edc67 Add the Term terminal emulator to the default Eclipse project classpath. 2009-06-10 10:37:28 -07:00
Android (Google) Code Review
f1dc697a8d am 6a95ff23: Merge change 2388 into donut
Merge commit '6a95ff237b00d6da0fecd4c0d3ecfa999a2107db'

* commit '6a95ff237b00d6da0fecd4c0d3ecfa999a2107db':
  Update Eclipse classpath file to add the android.tts package (path to package + files generated from AIDL).
2009-05-26 10:11:49 -07:00
Jean-Michel Trivi
04502c6e43 Update Eclipse classpath file to add the android.tts package (path to package + files generated from AIDL). 2009-05-22 17:58:23 -07:00
Andrew Stadler
bc4b939709 Update .classpath for current version of calculator's jar file 2009-05-21 11:37:20 -07:00
Android (Google) Code Review
30354ed358 am 70c31ea: Merge change 947 into donut
Merge commit '70c31eae8c5fa014bc01027c63325af1e7ebe44b'

* commit '70c31eae8c5fa014bc01027c63325af1e7ebe44b':
  IDE: Add ConfigBuildFlags to Eclipse's .classpath
2009-05-04 13:59:42 -07:00
Dave Bort
d69d3a1b8e IDE: Add ConfigBuildFlags to Eclipse's .classpath
Signed-off-by: Dave Bort <dbort@android.com>
2009-05-04 13:51:45 -07:00
Jean-Baptiste Queru
3e2a2d312a Merge commit 'remotes/korg/cupcake' into cupcake_to_master 2009-03-18 16:57:28 -07:00
The Android Open Source Project
52d4c30ca5 auto import from //depot/cupcake/@135843 2009-03-03 19:29:09 -08:00