Merge commit 'eefb5c2dca087c2b0a0ef90e15db00fb5523d8af' into gingerbread-plus-aosp
* commit 'eefb5c2dca087c2b0a0ef90e15db00fb5523d8af':
Update native_activity sample to use new glue code.
The native_activity sample is now built with the new threaded_app
glue code, removing all of the boiler-plate code from it. This
adds the glue code (header and .a) to the NDK.
Change-Id: I2a7be473811f22f948dcda3da8034dd0bd62049d
Merge commit 'ec87ca5f3abb615d75ee68ad977b3a17c3c7d3ab' into gingerbread-plus-aosp
* commit 'ec87ca5f3abb615d75ee68ad977b3a17c3c7d3ab':
Add the support for the alarmManager and force the device to wake up.
Merge commit '34ca4b646b20cc209b06fec482e6c77dbc92d220' into gingerbread
* commit '34ca4b646b20cc209b06fec482e6c77dbc92d220':
Add the support for the alarmManager and force the device to wake up.
Merge commit 'd32d86920318f180e0db7b85435f1d5f520bff82'
* commit 'd32d86920318f180e0db7b85435f1d5f520bff82':
Remove C++ headers from the platform directories.
Merge commit 'd15a18bdd2762524d3aff505eea5bd7714b10a6c' into gingerbread-plus-aosp
* commit 'd15a18bdd2762524d3aff505eea5bd7714b10a6c':
Remove C++ headers from the platform directories.
Merge commit 'ac243e049f13880cbf3daefbdcd3bdbed5296005'
* commit 'ac243e049f13880cbf3daefbdcd3bdbed5296005':
Update API level 9 sysroot to allow static C++ destructors to be called on dlclose().
Merge commit '2708f19ba33163b1ac0c5ea2758d0c09d97e8cc0' into gingerbread-plus-aosp
* commit '2708f19ba33163b1ac0c5ea2758d0c09d97e8cc0':
Update API level 9 sysroot to allow static C++ destructors to be called on dlclose().
We now rely instead on the content of $NDK/sources/cxx-stl/system/include
that is automatically used if a module has C++ sources.
Change-Id: I4319d9260fcf9fb31c59c2f21ca64b536725d4f5
Merge commit '02215b36dde381f0b48ba51bfea405f5a6b01e46' into gingerbread-plus-aosp
* commit '02215b36dde381f0b48ba51bfea405f5a6b01e46':
Update to use new looper API.
test lab session. It puts a device into bootloader mode,
reboots into bootloader mode, determines device type, erases
user cache, flashes a generic userdata image, updates the boot
image, updates the radio image, updates the system image and
reboots, sets up for a monkey run and finally runs a random
monkey test. It will repeat this based on an optional
parameter(-i) or default to 100 times. It will detect if it is
in a low battery situation and wait for it to charge
again.
Adding custom flash files for use with nexusone and sholes.
Updating files with review changes
Removing some trailing spaces and fixing a few typos.
Fixed some additional items and changed some of the naming
Fixed a comparison that wasn't correct
removed a default bootpart name, now needs to be added
custom_flash.sh
missing exit added
edited README for typos and wordage.
Change-Id: Ie7dc2139823304ce11b10b6fd65997cf311a2e9c
Very simple and dumb, but we now get touch events and fill the
window with a color (using OpenGL) based on its location.
Change-Id: I6657d2bb013570238bc0fe639f33c59f1ab68872
Merge commit '88510488e99d02e3b778ae530bb6e1e6aee3a226' into gingerbread-plus-aosp
* commit '88510488e99d02e3b778ae530bb6e1e6aee3a226':
Update native_activity sample code to use ANativeWindow.
Merge commit '24ff92954baf143c31f7f8e260b2202f96f0663a' into gingerbread-plus-aosp
* commit '24ff92954baf143c31f7f8e260b2202f96f0663a':
Add connectivity unit tests to test_defs.xml
Merge commit '21851dd54f9b70091e441cfb4a1dea661a3f6a0d' into gingerbread-plus-aosp
* commit '21851dd54f9b70091e441cfb4a1dea661a3f6a0d':
Update to new native activity APIs.