- 26 Apr, 2010 1 commit
-
-
David 'Digit' Turner authored
This is a helper script used to launch a native debugging session. To use it, follow these steps: 1. Make your application debuggable 2. Build the machine code with 'ndk-build' (make APP=<name> is not supported) 3. Build the package with ant or the ADT Eclipse plugin 4. Install it on your device/emulator 5. Launch it 6. Run 'ndk-gdb' from your application project directory. Change-Id: Ie3b0557e70cefa0080075a34ad0ca46bebef3c42 NOTE: To work properly, a modified gdbserver binary must be used (one that binds to Unix sockets instead of TCP ones). Patch upcoming.
-
- 15 Apr, 2010 1 commit
-
-
David 'Digit' Turner authored
There is no need to modify $NDK/apps anymore to build an application. Now all you need to do is launch $NDK/ndk-build from the project path, or any of its sub-directory, and the build scripts will handle everything automatically. You can also place an optional Application.mk under $PROJECT/jni, but by default the NDK will build all modules listed in your Android.mk for the 'armeabi' ABI. + Update the documentation Change-Id: I235c4051d7f00f37d50e6b4bb0e796c0bdaa001d
-
- 09 Apr, 2010 2 commits
-
-
David 'Digit' Turner authored
If APP_MODULES is defined, now computes the transitive closure of module dependencies automatically. + cleanup some of the build scripts + add module database management functions for future work Change-Id: I4ae14d8a3cbd2240e1efec27c55f8314b618c4d9
-
David 'Digit' Turner authored
-
- 08 Apr, 2010 3 commits
-
-
David 'Digit' Turner authored
Change-Id: I0da78a785cd3b045b38beb2ff91d784c5e128c3a
-
David 'Digit' Turner authored
only copy the gdbserver binary to $PROJECT/libs/<abi> if it is set to TRUE. Change-Id: I06bc0c0c7993d93d7ee22b9b055b10ad8ef3cd86
-
David 'Digit' Turner authored
This removes build/host-setup.sh and the generated file out/host/config.mk Also: fix a bug that copied gdbserver into release projects, not debug ones. Change-Id: Ie3641dadb6148b1a671534d9bbb5e587cd742845
-
- 07 Apr, 2010 1 commit
-
-
David 'Digit' Turner authored
Change-Id: I9b1d6f39fd33f5b7cbc2e875a292f5901780ce26
-
- 06 Apr, 2010 3 commits
-
-
David 'Digit' Turner authored
for debuggable applications. This ensures that the binary will be embedded in the final .apk, unpacked by the PackageManager into /data/data/<package>/lib and later invokable through the 'run-as' tool. Change-Id: Ib1efc832dc02926204b05836b90f78adb9c3365b
-
David 'Digit' Turner authored
Merge "Refine download function to support ftp, ssh with <machine>:<path> and file://<path>" into froyo
-
file://<pathDavid 'Digit' Turner authored
This is a preliminary change to further toolchain build scripts modifications Change-Id: I47758a23d916bc59f4b60eca83bcc6d6c2332203
-
- 05 Apr, 2010 2 commits
-
-
David Turner authored
Before this patch, it was not possible to use the x86-4.2.1 toolchain without explicitely selecting it with NDK_TOOLCHAIN. Now if all toolchains are installed, a simple line like the following just works: APP_ABI := armeabi armeabi-v7a x86 Change-Id: I58ff6dda09a6d1406a83a45af542bba35a3caa40
-
David Turner authored
This change modifies the build script so that only the Application.mk/Android.mk files of the applications listed by APP are actually parsed. Also, the error messages displayed when APP is empty or when it is malformed has been improved. + Remove installed binaries when "make APP=<name> clean" is called.
-
- 03 Apr, 2010 1 commit
-
-
David 'Digit' Turner authored
Also add build/tools/build-ccache.sh to rebuild ccache prebuilt binary (for future use in the NDK to speedup rebuilds). Change-Id: I10373c0d3f0e42b768c7e28d45e73e182fd6a299
-
- 02 Apr, 2010 7 commits
-
-
David 'Digit' Turner authored
After this change, we no longer require running a shell script during the build process. This makes us less dependent on Cygwin and is a small step towards integrating the NDK into the SDK properly. Change-Id: I62d7e200b47c8138abb39aaf9eb0f52d3f124bdf
-
David 'Digit' Turner authored
-
David 'Digit' Turner authored
Change-Id: I8cb22ee6c9170637463dd7eac3069772177e1cec
-
David 'Digit' Turner authored
-
David 'Digit' Turner authored
Change-Id: I91f7a455183c917f8d8dfb3b205ac98671769b96
-
David 'Digit' Turner authored
Change-Id: I3d6bf6f38696804741d96a31728860c561fc5f39
-
David 'Digit' Turner authored
Change-Id: I3e51f241f61a9d212f9827e08879e9936d2df75b
-
- 31 Mar, 2010 8 commits
-
-
David 'Digit' Turner authored
Change-Id: Ia171eff5bc4c352b1d9c646f133c69a77ff6681a
-
David 'Digit' Turner authored
This is going to make patching/debugging the toolchain sources a lot easier. Change-Id: I54f2fcb42465f9f5b1f3735bda1ce9d43eb96a64
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
-
Bruce Beare authored
Change-Id: I5c03c2680663a4fefc4b22524088a3489132e74f
-
Bruce Beare authored
Change-Id: I4788cafb998b79234e7fb16661bb225680d5566c
-
David 'Digit' Turner authored
Change-Id: Ia9bfc633d90d7d613baa286850a6ab5a4e68af30
-
David 'Digit' Turner authored
Also fix CHANGES.TXT to list ARMv7+NEON+cpufeatures in r4, not r3 Change-Id: Ibe9d8e3179701b5c94fd7d51f7d0a07cab46d164
-
- 23 Mar, 2010 2 commits
-
-
Swarna Kumar authored
Change-Id: I0066451fa4deaee50f51d14c969580ed9626a4a4
-
Dianne Hackborn authored
Change-Id: I386438485a921ec94ed1047936ca182c04bce410
-
- 22 Mar, 2010 2 commits
-
-
The Android Open Source Project authored
Change-Id: Ia641d105e05982e3a3c85c7b82a70fe1fa664f1a
-
Jean-Baptiste Queru authored
This comes from the open-source vendor/aosp, which in turn came from the ADP1 configuration. Bug: 2533998 Change-Id: I83f0884a15e43e1a3542df8939e84253adfb7cd2
-
- 19 Mar, 2010 5 commits
-
-
Brett Chabot authored
-
David 'Digit' Turner authored
-
Brett Chabot authored
Modify tests sample code to use ActivityInstrumentationTestCase2 and its new constructor. Change-Id: Idf927b6641c8dfb4aede8cb2bba45de29320bcf5
-
David 'Digit' Turner authored
These files have the same case-insensitive name, and this creates problems when used on Windows + Cygwin. Change-Id: I911906c209ad9fca8752ba4cdc9c65abdd0bd4a9
-
David 'Digit' Turner authored
Change-Id: I0e066a1256d6a23b65672327c0cfcf67a0f03f1b
-
- 18 Mar, 2010 1 commit
-
-
Xavier Ducrohet authored
Change-Id: Ic4db70e75b7a747c86635d9f28cfb98537c0e9a1
-
- 17 Mar, 2010 1 commit
-
-
David Turner authored
-