Commit Graph

925 Commits

Author SHA1 Message Date
Xavier Ducrohet
774ac9a0dc Make 'android update adb' write the USB vendor IDs in hexa. 2009-05-22 13:47:07 -07:00
Ken Shirriff
35787c0f99 Fix typo in comment. 2009-05-22 13:01:40 -07:00
Android (Google) Code Review
906e6529fc Merge change 2300 into donut
* changes:
  SDK Updater: some refactoring and some new features.
2009-05-22 12:30:35 -07:00
Raphael
1c7b811fe4 SDK Updater: some refactoring and some new features.
The refactoring part involves moving as much as possible stuff
in SdkLib/internal/repository.

The UI has moved in SdkUiLib/internal/repository except a specific
public wrapper for calling the Sdk Updater window.

There are also a bunch of new classes to handle the internal
structures: Package is the base type and to match the XML element
names we have PlatformPackage, AddonPackage, DocPackage and
ToolPackage.

All headers have been fixed.
2009-05-22 11:31:50 -07:00
Android (Google) Code Review
c35157377b Merge change 2281 into donut
* changes:
  Moved updateAdb into SdkManager and updated with new adb_usb.ini format.
2009-05-22 10:44:46 -07:00
Mike Lockwood
6834281462 Sensors: Use a native_handle for the data channel instead of a single file descriptor.
This eliminates the requirement that all sensors share a single file descriptor.
This, along with concurrent changes in other projects, fixes bugs b/1614524 and b/1614481

Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-05-22 10:03:00 -04:00
Reena Lee
96882a3406 am 83814319: AI 149189: Adding dalvik porting guide based on content from the Android source tree under dalvik/docs/porting.html
Merge commit '838143199e2270e3f103050c76cf24539ad8dfe1' into donut

* commit '838143199e2270e3f103050c76cf24539ad8dfe1':
  AI 149189: Adding dalvik porting guide based on content from the Android source tree under dalvik/docs/porting.html
2009-05-22 00:06:47 -07:00
Reena Lee
838143199e AI 149189: Adding dalvik porting guide based on content from the Android source tree under dalvik/docs/porting.html
Automated import of CL 149189
2009-05-22 00:04:27 -07:00
Wei-Ta Chen
97752d4f80 Add a timeout flag to runtest for running native tests on devices. 2009-05-21 18:17:08 -07:00
Xavier Ducrohet
0064943f50 Moved updateAdb into SdkManager and updated with new adb_usb.ini format.
New format is: 1 number per line. First number is vendor ID count, followed
by  the vendor IDs themselves. Comment lines starting with # accepted.
2009-05-21 18:11:36 -07:00
Raphael
cbfa85a410 Sdk Updater: Split UI in window and independant composites. 2009-05-21 15:22:50 -07:00
Raphael
1a0b3ffd5e Update doc with a better way to ignore windows problematic files. 2009-05-21 11:57:33 -07:00
Android (Google) Code Review
fc05fb2556 Merge change 2110 into donut
* changes:
  Replaced occurences of "porting guide" with platform development kit Also added LED documentation to the TOC
2009-05-21 10:44:18 -07:00
Android (Google) Code Review
38ea382789 Merge change 2122 into donut
* changes:
  Add support for USB Vendor ID in the add-ons.
2009-05-21 10:14:27 -07:00
Android (Google) Code Review
1f4a1dcb5f Merge change 2121 into donut
* changes:
  SDK #1800921: Packages the Windows SDK in a temporary location.
2009-05-20 22:31:31 -07:00
Raphael
d1959dcee1 SDK #1800921: Packages the Windows SDK in a temporary location.
This changes make_windows_sdk so that it packages everything
in a temp dir. Once the build & packaging succeeds, the final
Zip is copied to the desired location.

The temp dir is *not* cleared on zip errors, which helps in
diagnosing packaging issues after the fact.

This has no impact on the build process itself (i.e. make
adb, emulator, etc.) which all happen in $SDK/out anyway.

The temp dir can be passed as an argument. If not provided,
the default Cygwin $TMP is used. Otherwise /tmp is used.

I also added an usage description when parameters are missing.
2009-05-20 22:28:21 -07:00
Xavier Ducrohet
4817a2b5b3 Add support for USB Vendor ID in the add-ons.
The add-on manifest can now declare a USB vendor ID with the line
   usb-vendor=<id>
The ID must be a 16 hexadecimal value in the format 0xABCD.

The 'android' tool now has a new command 'android upate abd' that will create
a file called 'adb_usb.ini' in ~/.android/
This file will be read by adb to add support to those new vendor IDs.
2009-05-20 18:06:15 -07:00
Gaurav Mathur
c2d33c5b21 am 2fd2d2f9: AI 149080: Change default PDK app engine version to 2
Merge commit '2fd2d2f90e66eca36141ee594b83ed57f5a39764' into donut

* commit '2fd2d2f90e66eca36141ee594b83ed57f5a39764':
  AI 149080: Change default PDK app engine version to 2
2009-05-20 17:22:49 -07:00
Gaurav Mathur
2fd2d2f90e AI 149080: Change default PDK app engine version to 2
Automated import of CL 149080
2009-05-20 16:48:29 -07:00
Android (Google) Code Review
06b9f977c3 Merge change 2118 into donut
* changes:
  Add work-around for running DDMS on 64-bit Linux.
2009-05-20 15:25:00 -07:00
Jack Palevich
92b6f2b72b Add work-around for running DDMS on 64-bit Linux. 2009-05-20 14:42:04 -07:00
Android (Google) Code Review
55deffa35e Merge change 1736 into donut
* changes:
  Add tests definition (unit tests and stress tests) for Camera.
2009-05-20 14:31:23 -07:00
Gaurav Mathur
253806866e Replaced occurences of "porting guide" with platform development kit
Also added LED documentation to the TOC
2009-05-20 13:29:29 -07:00
Android (Google) Code Review
7114c7bf1c Merge change 2066 into donut
* changes:
  SDK Updater: Fetch source XML, display them in tree.
2009-05-20 12:04:20 -07:00
Raphael
08226b31f8 SDK Updater: Fetch source XML, display them in tree.
There's a notion of an asynchronous task with a progress bar & status UI.
That's still just experimental. Will need some refactoring, etc.
2009-05-20 11:58:16 -07:00
David 'Digit' Turner
93a4147f12 This fixes the build to always define the ANDROID macro, and remove an empty -I from the compiler options.
The latter had the effect of removing the benefit of optimization settings, i.e. a typical compiler
command would look like:

   <toolchain-compiler> .... -Isources/<module-path> -I -O2 -g

The "-I -O2" was interpreted literally as "search in '-O2' directory, and the optimization was
never set to 2 (or 0 in case of debug mode).
2009-05-20 18:37:31 +02:00
Android (Google) Code Review
d7dc91d749 Merge change 2030 into donut
* changes:
  Add new trace tool for displaying all the memory regions in a process.
2009-05-20 08:54:21 -07:00
Android (Google) Code Review
b260872ea4 Merge change 2024 into donut
* changes:
  Add support for native (JNI) calls to the trace tools.
2009-05-20 08:54:11 -07:00
Reena Lee
f07bc1ab07 am e557a732: AI 149055: Add initial file for LED content including doxygen code from lights.h
Merge commit 'e557a732807eb6f3c29630ce882c644936df1e02' into donut

* commit 'e557a732807eb6f3c29630ce882c644936df1e02':
  AI 149055: Add initial file for LED content including doxygen code from lights.h
2009-05-20 08:09:43 -07:00
Reena Lee
e557a73280 AI 149055: Add initial file for LED content including doxygen code from lights.h
Automated import of CL 149055
2009-05-20 08:04:39 -07:00
David 'Digit' Turner
979c98c96c Add simple change log to the NDK documentation. 2009-05-20 16:12:05 +02:00
Android (Google) Code Review
9b3f3f27fe Merge change 1954 into donut
* changes:
  Add a bunch of documentation for the Android C library and the JNI interface to the NDK
2009-05-20 02:45:40 -07:00
Android (Google) Code Review
1e4498ad17 Merge change 1951 into donut
* changes:
  Expose the Zlib headers (<zlib.h> and <zconf.h>) in the android-1.5 NDK sysroot.
2009-05-20 02:45:00 -07:00
Jack Veenstra
ceb9788070 Add new trace tool for displaying all the memory regions in a process. 2009-05-19 17:37:00 -07:00
Android (Google) Code Review
b08d3a3969 Merge change 2004 into donut
* changes:
  Handle munmap() and add support for tracing JNI (native) calls.
2009-05-19 17:33:16 -07:00
Jack Veenstra
a476e45d1d Add support for native (JNI) calls to the trace tools.
Also fix a bug in profile_pid.cpp and add better output to
stack_dump.cpp.
2009-05-19 16:47:04 -07:00
Jack Veenstra
2bb9bb4546 Handle munmap() and add support for tracing JNI (native) calls.
The munmap() kernel calls are traced but the tracing code wasn't doing
anything with them.  This caused the number of mapped regions in a process
to grow large in some cases and also caused symbol lookup errors in some
rare cases.  This change also adds support for new trace record types
for supporting JNI (native) calls from Java into native code. This helps
with constructing a more accurate call stack.
2009-05-19 15:07:29 -07:00
Android (Google) Code Review
e0b505d438 Merge change 1958 into donut
* changes:
  Force --no-undefined at link time to generate an error when trying to generate a shared library that references undefined symbols. This can be overriden by defining LOCAL_ALLOW_UNDEFINED_SYMBOLS in your Android.mk to 'true'
2009-05-19 12:00:42 -07:00
Mike Ritter
5faae6da0b am 429fbd82: AI 149005: Change from ndk to platform\'s ndk (pndk), the ability to make your own java callable libraries to c code. BUG=1857858
Merge commit '429fbd82d82c5e278a546de226c193138a9a2669' into donut

* commit '429fbd82d82c5e278a546de226c193138a9a2669':
  AI 149005: Change from ndk to platform's ndk (pndk), the ability to make your own java callable libraries to c code.
2009-05-19 11:29:25 -07:00
Mike Ritter
429fbd82d8 AI 149005: Change from ndk to platform's ndk (pndk), the ability to make your own java callable libraries to c code.
BUG=1857858

Automated import of CL 149005
2009-05-19 11:28:10 -07:00
David 'Digit' Turner
3caffcfaf8 Force --no-undefined at link time to generate an error when trying to generate a shared library that references undefined symbols.
This can be overriden by defining LOCAL_ALLOW_UNDEFINED_SYMBOLS in your Android.mk to 'true'
2009-05-19 14:58:45 +02:00
David 'Digit' Turner
d8c9a43284 Add a bunch of documentation for the Android C library and the JNI interface to the NDK 2009-05-19 13:09:20 +02:00
David 'Digit' Turner
0b96565afe Fix typo which prevented APP_CFLAGS, APP_CXXFLAGS and others to work properly in the NDK build system. 2009-05-19 13:04:07 +02:00
David 'Digit' Turner
985338c05c Expose the Zlib headers (<zlib.h> and <zconf.h>) in the android-1.5 NDK sysroot.
This is OK because the Zlib ABI is fixed and stable.

Also get rid of the sample zlib sources since we don't need the static library anymore.
2009-05-19 12:10:09 +02:00
Reena Lee
bae86257b5 am c3c7479a: AI 148985: Adding an initial file for sensors content with doxygen content included from sensors.h.
Merge commit 'c3c7479ab6df0650e6e63b67ec713c7267df9e82' into donut

* commit 'c3c7479ab6df0650e6e63b67ec713c7267df9e82':
  AI 148985: Adding an initial file for sensors content with doxygen content included from sensors.h.
2009-05-18 23:24:43 -07:00
Gaurav Mathur
4464f3eb9a am 6ff7572f: AI 148967: Cloned from CL 148932 by \'g4 patch\'. Original change by dwarren@dwarren-pdk on 2009/05/15 16:17:05. Adding Build Cookbook to PDK.
Merge commit '6ff7572fd50f148e96d87ecb347f138f69ea810d' into donut

* commit '6ff7572fd50f148e96d87ecb347f138f69ea810d':
  AI 148967: Cloned from CL 148932 by 'g4 patch'.
2009-05-18 23:24:42 -07:00
Reena Lee
c3c7479ab6 AI 148985: Adding an initial file for sensors content with doxygen content included from sensors.h.
Automated import of CL 148985
2009-05-18 22:34:25 -07:00
Android (Google) Code Review
8d878c3441 Merge change 1578 into donut
* changes:
  Teleca 2b changes.
2009-05-18 16:08:39 -07:00
Gaurav Mathur
6ff7572fd5 AI 148967: Cloned from CL 148932 by 'g4 patch'.
Original change by dwarren@dwarren-pdk on 2009/05/15 16:17:05.
  Adding Build Cookbook to PDK.

Automated import of CL 148967
2009-05-18 15:26:51 -07:00
Xavier Ducrohet
53f479a367 Update the SDK packaging to include sdkuilib.
This is now necessary since the 'android' tool has a UI.
2009-05-18 13:30:37 -07:00