Merge commit '0471ba82ca41b6a4c784f8716268bf2b652f8517'
* commit '0471ba82ca41b6a4c784f8716268bf2b652f8517':
ndk: add tests/run-all.sh to run all automated tests.
Merge commit '3d81d6a2eb8be4649891687cb3354a66b981dfc8' into gingerbread-plus-aosp
* commit '3d81d6a2eb8be4649891687cb3354a66b981dfc8':
ndk: add tests/run-all.sh to run all automated tests.
Merge commit '284e3ae11c6f1fee5b2d417eea16b3a2126a04a5' into gingerbread-plus-aosp
* commit '284e3ae11c6f1fee5b2d417eea16b3a2126a04a5':
NDK access to the Asset Manager
Merge commit 'bcc3a3c0a1d413b2e1b89ed2a54fd074dd4745ce'
* commit 'bcc3a3c0a1d413b2e1b89ed2a54fd074dd4745ce':
update notepad tutorial to change activity title in NoteEdit class
Merge commit '435959e72b623a41ff4384862b924102dd7a1bc6' into gingerbread-plus-aosp
* commit '435959e72b623a41ff4384862b924102dd7a1bc6':
update notepad tutorial to change activity title in NoteEdit class
Merge commit 'f0f2aba8925b7f88af6c3af479c560e4e6b67ee4' into gingerbread
* commit 'f0f2aba8925b7f88af6c3af479c560e4e6b67ee4':
update notepad tutorial to change activity title in NoteEdit class
Merge commit '6b9784b04249d42f1f2c68cfd30fa4d3322a3b75'
* commit '6b9784b04249d42f1f2c68cfd30fa4d3322a3b75':
The "current" SDK stubs jar should use the full apk that's exported, not the product-specific one.
Merge commit '288d90c212b534e85ccf12d7bc1b5bd1d0562c5b' into gingerbread-plus-aosp
* commit '288d90c212b534e85ccf12d7bc1b5bd1d0562c5b':
The "current" SDK stubs jar should use the full apk that's exported, not the product-specific one.
Merge commit 'f83e92e078bbf6de6e80380901a4ea1382b57a56'
* commit 'f83e92e078bbf6de6e80380901a4ea1382b57a56':
Sample code to illustrate how to use the accelerometer
Merge commit '4619318dd1398bd4f87b2e74827b9fb9796a2643' into gingerbread-plus-aosp
* commit '4619318dd1398bd4f87b2e74827b9fb9796a2643':
Sample code to illustrate how to use the accelerometer
Make the "glue library" part of the NDK as an importable module,
this has several benefits:
- no need to distribute a binary here with no easy way to regenerate it
- no need to explicitely list -lthreaded_app in your LOCAL_LDLIBS
(this is handled automatically by the module import capability)
- allows easier native debugging of what's really happening.
Note that the header is renamed <threaded_native_app.h>
+ Modify the native-activity sample to use and import the new module
+ Start documenting usage in the header file. We probably need something
better, and will probably put it under development/ndk/docs/ at some
point.
After this patch, we should be able to get rid of the code under
framework/base/native/{include.glue}
Change-Id: I6e81d70a225a6ca006beabf6e8b42529e8f371b9
this is a small particle + physics system that shows how
to integrate accleration data into positions accurately.
Change-Id: I3bbdc433f52d98464269ac8cb996c4cf037ae8d6
Merge commit '349d7453088fb63fd786fb1f49f7cf0707329319'
* commit '349d7453088fb63fd786fb1f49f7cf0707329319':
Copy over updated NDK APIs and follow other API changes.
Merge commit '98b2c359c2b3361f43e14b0c5d07a02c055dd10e' into gingerbread-plus-aosp
* commit '98b2c359c2b3361f43e14b0c5d07a02c055dd10e':
Copy over updated NDK APIs and follow other API changes.
Merge commit '1ccc674237fe5b0ed4a03161f0aa7067e4e6fbd6'
* commit '1ccc674237fe5b0ed4a03161f0aa7067e4e6fbd6':
Migrate to new keycode constants in keycodes.h.
Merge commit 'fd606bc303bdf1fafefc4a6b79d050faa26d0800' into gingerbread-plus-aosp
* commit 'fd606bc303bdf1fafefc4a6b79d050faa26d0800':
Migrate to new keycode constants in keycodes.h.
Merge commit '5ef6b2f2568944e9dedf31c83716b8dd94dd506a' into gingerbread-plus-aosp
* commit '5ef6b2f2568944e9dedf31c83716b8dd94dd506a':
ndk sample hello-neon: use $(call import-module) to access the 'cpufeatures' library