- 24 Oct, 2011 1 commit
-
-
Svetoslav Ganov authored
-
- 22 Oct, 2011 1 commit
-
-
Svetoslav Ganov authored
NOTE: This change does *not* affect the system image rather only the SDK. bug:5499856 Change-Id: I589ed412b72e94b21dbe1f069006c7c527a06c71
-
- 21 Oct, 2011 3 commits
-
-
Svetoslav Ganov authored
Merge "Adding a sample showing how to use the accessibility API in the compat library." into ics-mr0
-
Ken Wakasa authored
Change-Id: Id0b89c382339722b4c7c61e2bf35a05a947fc8aa
-
Svetoslav Ganov authored
NOTE: This affects only the SDK and not the system image. bug:5485208 Change-Id: I2b086e880cfe147883a0db8222522710132d67a3
-
- 20 Oct, 2011 2 commits
-
-
satok authored
Bug: 4973788 Change-Id: I938ba499c35d91f2e9dbcd00ae0df64c999b2b95
-
Tadashi G. Takaoka authored
-
- 19 Oct, 2011 1 commit
-
-
Tadashi G. Takaoka authored
Bug: 5475117 Change-Id: I94c70800e272e28c080edd5102adceabf06d7aff
-
- 18 Oct, 2011 5 commits
-
-
Vladimir Chtchetkine authored
-
Dianne Hackborn authored
-
Vladimir Chtchetkine authored
Implement CAMERA_MSG_PREVIEW_FRAME callback Also does better work detecting pixel format for video frames, depending on the mode that camera is intended to be operated with. Change-Id: Idb2dfc7c0a79e81eff58f83a14af769afc713096
-
Eric Fischer authored
Change-Id: I149ef88768a6ca412f23496ff53e989a4245140d
-
Dianne Hackborn authored
Change-Id: I3d124512069637c18651ef91801338b7300fee8c
-
- 17 Oct, 2011 1 commit
-
-
Scott Main authored
add action item to go to Android Beam settings, add help info, and add callback for on-push-complete Change-Id: I2e0e8b9d6e66c507d62012e809ee0c01e1298f20
-
- 14 Oct, 2011 8 commits
-
-
Scott Main authored
Change-Id: I569f92eafc0a53622443457a73fabbdce83ef73c
-
Scott Main authored
Change-Id: I2f9a2b24802ee0461257b4e1ee65a5f2b6298ade
-
Scott Main authored
-
Scott Main authored
Change-Id: Ib7a77ec6a5c15c06c009bb3a47c1f983f98c553a
-
Scott Main authored
Change-Id: I485e68e011a12ec91f0e5f3eae742217acad8ca3
-
Scott Main authored
Change-Id: Ifafa507bd9e74f2605fe190b12f831051af5f422
-
Scott Main authored
Change-Id: If6edb7ac9ba2743ce0dbc39be6f1eede8ef66aaa
-
Scott Main authored
Change-Id: Ibb8d269a68cca273867049655c95260651e23586
-
- 11 Oct, 2011 2 commits
-
-
Yu Shan Emily Lau authored
-
Yu Shan Emily Lau authored
by default. Swith the mGetPeriodicBugreport default value to false so that the bugreport will not be captured by default. Change-Id: Ieae662478d865d9a49dec4f77f52046b560c8972
-
- 10 Oct, 2011 6 commits
-
-
David 'Digit' Turner authored
-
David 'Digit' Turner authored
-
David 'Digit' Turner authored
-
David 'Digit' Turner authored
Change-Id: I95b0952722e1312c46ef02912407b81ea8c1b198
-
David 'Digit' Turner authored
Remove the prebuilt system shared libraries and unified symbol files from development/ndk. We don't need them anymore: - the unified symbol files are replaced by separate functions/variables symbol list, which were added in a previous commit, i.e.: libc.so.txt --> libc.so.functions.txt libc.so.variables.txt - the shared libraries are now generated on the fly by the NDK gen-platforms.sh script, from the functions/variables symbol lists. Note that we need to keep the static libraries and runtime objects, they are required to build the cross-toolchains and target binaries. Change-Id: Ifa0a7f2d741ed32b80216561ca3f17e67df06ce9
-
David 'Digit' Turner authored
This change introduces separate symbol lists for functions and variables of each NDK system shared library. Note that we don't remove the unified symbol files yet. This will be done later when we complete other changes under ndk/, namely the ability to generate platforms trees containing shell libraries generated directly from them. These files were generated using the following: cd development/ndk for DIR in platforms/*/*/lib; do for ARCH in arm x86; do $NDK/build/tools/gen-system-symbols $DIR $DIR/../symbols done done This means that the symbol lists were generated by parsing the existing prebuilt shared libraries under platforms/ and extracting their function and variable names. Change-Id: Ie1e791d98260a7f0d8d2e9f71323a7ea448f2dd4
-
- 07 Oct, 2011 9 commits
-
-
Robert Ly authored
-
Winson Chung authored
-
Winson Chung authored
Change-Id: I74192f00b2f539c3431f3c327575f0e99f907be8
-
Adam Cohen authored
-
Adam Cohen authored
Change-Id: Ie5d1bcacb1943e87c0517b6e38cad1598e119f7d
-
Robert Ly authored
Change-Id: I7e1f2d08e7172de4d5c6a29b4ca1e5cff42e2a14
-
Roman Nurik authored
-
Roman Nurik authored
Change-Id: I52872e491d9b5976264eb4fd87640be50e5ebc3d
-
Philip Milne authored
Change-Id: Iff31b918a3fdf599a356107a418e056cf5663142
-
- 06 Oct, 2011 1 commit
-
-
Chet Haase authored
-