Elliott Hughes
f16e0fd111
Include <string.h> for memset.
...
Change-Id: I36bff9268ba1cb50a4be25f1a428082cf854b7be
2015-01-25 08:47:56 -08:00
Dan Albert
942eb46a46
am 6c3911d1: Merge "Add support for host coverage."
...
* commit '6c3911d1a7a62e9cc752f5d5b822284348b6a919':
Add support for host coverage.
2015-01-24 22:00:22 +00:00
Dan Albert
4a99463634
am b95e3359: Merge "Add acov --clean and acov --prep."
...
* commit 'b95e3359f6006f8b74108c16dc2abf87aca7598a':
Add `acov --clean` and `acov --prep`.
2015-01-24 22:00:18 +00:00
Dan Albert
6c3911d1a7
Merge "Add support for host coverage."
2015-01-24 21:53:01 +00:00
Dan Albert
b95e3359f6
Merge "Add acov --clean and acov --prep."
2015-01-24 21:52:22 +00:00
Dan Albert
72324d80f6
Add support for host coverage.
...
The --host flag will pull coverage results from the host output rather
than the target.
Change-Id: I88aac17d23feff22926fbb67416ade3c821b5b6c
2015-01-24 13:47:03 -08:00
Dan Albert
cf347cc5a4
Add acov --clean and acov --prep.
...
The --clean flag clears ANDROID_PRODUCT_OUT and ANDROID_HOST_OUT of
all coverage files. If a source file that had a coverage notes file
(a .gcno) generated for it is renamed or removed, the build system
will not clean the old file, which means the coverage tool will still
try to find coverage data.
The --prep flag clears just coverage data files. This should be done
before any coverage run, as you don't want old coverage data affecting
your results.
Change-Id: Id68395d19369eba4589daff90461a10cf7aef66d
2015-01-24 13:45:58 -08:00
Chris Banes
7cc2794696
am c3716abd: Merge "Add some samples for AppCompat\'s styled widgets" into lmp-mr1-ub-dev
...
* commit 'c3716abd3cae0d7d65d2360def9434c4ee287e2c':
Add some samples for AppCompat's styled widgets
2015-01-23 21:23:07 +00:00
Chris Banes
c3716abd3c
Merge "Add some samples for AppCompat's styled widgets" into lmp-mr1-ub-dev
2015-01-23 21:18:38 +00:00
Yigit Boyar
a2cc5e6f66
am 5366c30c: SortedList demo activity
...
* commit '5366c30c844a1047de07002ded648a91d8d45ab9':
SortedList demo activity
2015-01-23 20:57:18 +00:00
Chris Banes
743aa0de96
Add some samples for AppCompat's styled widgets
...
Change-Id: I930044339024d01c5ad4a2cfafca184c8c72dc8a
2015-01-23 10:13:10 +00:00
Dake Gu
0bdce30561
showcase of updating DetailsOverviewRow parts
...
and using SparseArrayObjectAdapter for adding/removing actions
Bug: 19111955
Bug: 18869799
Change-Id: I8321f8de116fafda6e96a700855f218bacfc426c
2015-01-22 15:48:16 -08:00
Yigit Boyar
5366c30c84
SortedList demo activity
...
This CL adds a new activity which demostrates using a
SortedList with a RecyclerView.
Bug: 18753633
Change-Id: I02307df129d44ac8a110a8c7f467787870336cf1
2015-01-22 13:25:48 -08:00
Andrew Hsieh
faadcff27f
am 6408fa86: Merge "Refine libportable signal.h on mips."
...
* commit '6408fa86dcaaab8080083cc317da86825985f019':
Refine libportable signal.h on mips.
2015-01-20 18:57:04 +00:00
Andrew Hsieh
6408fa86dc
Merge "Refine libportable signal.h on mips."
2015-01-20 18:35:34 +00:00
Andrew Hsieh
3e90adafa7
am 3bfe8b3d: Merge "Fixup typo and disable debug message"
...
* commit '3bfe8b3d1737db34a3938d631f070346a9a0a589':
Fixup typo and disable debug message
2015-01-20 17:57:31 +00:00
Andrew Hsieh
3bfe8b3d17
Merge "Fixup typo and disable debug message"
2015-01-20 17:35:12 +00:00
Pen-Yung Yu
a06fa01ac6
Fixup typo and disable debug message
...
Change-Id: I646b9a52172c300072443eb8a605e1ebf6f840c6
2015-01-20 15:02:17 +08:00
Pen-Yung Yu
166f5daf4b
Refine libportable signal.h on mips.
...
Change-Id: I02edeb28d4606f7706cbd9f933523483ae51abbb
2015-01-20 14:32:57 +08:00
Andrew Hsieh
3598d53b42
Drop clang version check for __builtin_isinf and __builtin_isnan
...
This CL unconditionally removes the existance of __builtin_isinf and
__builtin_isnan from math.h for clang, because (unlike other math functions)
clang doesn't like those to be declared.
See LLVM bugzilla entry: http://llvm.org/bugs/show_bug.cgi?id=20958
The reason for decorating all math functions with __attribute__((pcs("aapcs")))
is to offer developers the ability to compile their code with hardfp and still
link Android's libm.so which follows softfp calling convention.
Before issue 20958 is fixed, those who want clang to compile their code with
hardfp in NDK has to go all the way hard, ie.
1) LOCAL_CFLAGS += -mhard-float -D_NDK_MATH_NO_SOFTFP=1
Note that _NDK_MATH_NO_SOFTFP=1 remove __attribute__((pcs("aapcs"))) for all math functions
2) LOCAL_LDLIBS += -lm_hard # link libm_hard.a recompiled with -mhard-float instead of bionic libm.so
Change-Id: Ie2f95e73e58e1574e8cadbcab92a5209d94448e1
2015-01-16 14:24:04 -08:00
Chris Banes
619d827827
am 58bf5b99: Update Support7Demos with Dialog and Preferences samples
...
* commit '58bf5b99e6132332afb8b44b4c8cedf5756ad464':
Update Support7Demos with Dialog and Preferences samples
2015-01-13 19:25:12 +00:00
Chris Banes
58bf5b99e6
Update Support7Demos with Dialog and Preferences samples
...
Also move to AppCompatActivity
Depends on I88a7e4de5de85477982e401c832aeae732f81647
Change-Id: I47c6a60ad07915cc391f8b757fef24785874d7ef
2015-01-13 19:05:53 +00:00
Chris Banes
4d38ec90c2
am f1cfecc4: Change Support7Demos to use android:theme instead
...
* commit 'f1cfecc43298212f28a69bc9a1e08a7bd89a9b49':
Change Support7Demos to use android:theme instead
2015-01-10 10:16:51 +00:00
Chris Banes
f1cfecc432
Change Support7Demos to use android:theme instead
...
Change-Id: I17507af86df4ceb38dd76b8414cb77e92aad3627
2015-01-09 09:54:25 +00:00
Dan Albert
0d65efc99f
am ec63f63c: Merge "Add aday, which converts build numbers to dates."
...
* commit 'ec63f63c9ac9aa77e35eb375ce5307b534e21d82':
Add aday, which converts build numbers to dates.
2015-01-07 00:34:37 +00:00
Dan Albert
ec63f63c9a
Merge "Add aday, which converts build numbers to dates."
2015-01-07 00:23:43 +00:00
Dan Albert
6313a60dc5
Add aday, which converts build numbers to dates.
...
Change-Id: I8d4219f961951ef1d84d3027d361378005764ee6
2015-01-06 16:11:06 -08:00
Deepanshu Gupta
192f14db57
am 2aa06dbe: am c69ff83f: resolved conflicts for merge of 748fb34d to lmp-mr1-dev
...
* commit '2aa06dbe20ebfbd837e7a672efcb441cf736654c':
Update SDK Pkg revision for API 21 to 3 [DO NOT MERGE]
2015-01-06 22:57:04 +00:00
Deepanshu Gupta
2aa06dbe20
am c69ff83f: resolved conflicts for merge of 748fb34d to lmp-mr1-dev
...
* commit 'c69ff83feb6f6b0ebc0f4997a84cadc14bdd4488':
Update SDK Pkg revision for API 21 to 3 [DO NOT MERGE]
2015-01-06 22:44:32 +00:00
Deepanshu Gupta
c69ff83feb
resolved conflicts for merge of 748fb34d to lmp-mr1-dev
...
Change-Id: I729cc4282ff2b65907fd8013de270bca514c6e83
2015-01-06 14:35:25 -08:00
Andrew Hsieh
f02769d6ba
am 817e1ef4: Merge "Use define for drm property keys instead of defining as char pointers"
...
* commit '817e1ef4876a237d71c40dddf0ad75b73ab72b31':
Use define for drm property keys instead of defining as char pointers
2015-01-06 00:03:48 +00:00
Andrew Hsieh
817e1ef487
Merge "Use define for drm property keys instead of defining as char pointers"
2015-01-05 23:51:01 +00:00
Deepanshu Gupta
55220fa079
am ef8e455e: am fe3a0a92: Reset SDK Platform Pkg revision for API 22
...
* commit 'ef8e455e2050caf9ee2e8d018024c9e13c029849':
Reset SDK Platform Pkg revision for API 22
2015-01-05 23:37:01 +00:00
Deepanshu Gupta
748fb34d04
am 8d10f2de: Update SDK Pkg revision for API 21 to 3 [DO NOT MERGE]
...
* commit '8d10f2debbe78961e4aaf1c44328750f30c7e48b':
Update SDK Pkg revision for API 21 to 3 [DO NOT MERGE]
2015-01-05 23:33:20 +00:00
Deepanshu Gupta
ef8e455e20
am fe3a0a92: Reset SDK Platform Pkg revision for API 22
...
* commit 'fe3a0a924bba274b8c3bdc5f937ed5507368c170':
Reset SDK Platform Pkg revision for API 22
2015-01-05 23:30:22 +00:00
Narayan Kamath
56f30b1143
am f14a3951: Merge "Remove hardcoded ICU include paths."
...
* commit 'f14a39512af37ba6200e4eb9a9f80658d24a3d8a':
Remove hardcoded ICU include paths.
2015-01-05 17:56:21 +00:00
Narayan Kamath
f14a39512a
Merge "Remove hardcoded ICU include paths."
2015-01-05 17:46:17 +00:00
Narayan Kamath
15b31c80b9
Remove hardcoded ICU include paths.
...
ICU exports them using LOCAL_EXPORT_C_INCLUDE_DIRS.
Note that this makefile doesn't building anything
(it's used to test a mk file parser) but it's probably best to
remove all hardcoded references to these paths.
bug: 18581021
Change-Id: Ie3320b405b18a69f35edda510242ef243960b796
2015-01-05 17:44:27 +00:00
Martin Storsjo
2202e9414a
Use define for drm property keys instead of defining as char pointers
...
When defined as char pointers, every compilation unit that includes
the NdkMediaDrm.h header defines a new copy of the same global
variables - leading to linker errors due to multiple definitions
if more than one file includes it.
By using a define, they don't generate any symbols. The NdkMediaFormat.h
header uses extern const char* for a similar set of keys, but that
can't be added after the actual platform has shipped. The other
alternative would be to declare them as static const char*, which
wouldn't generate global symbols, but which could trigger warnings
about unused static symbols instead.
The same change has already been applied in frameworks/av in
https://android-review.googlesource.com/120303 .
Change-Id: I14ca81d94309b7f437b3bc144920c48a8b3f0261
2015-01-05 18:52:13 +02:00
Deepanshu Gupta
8d10f2debb
Update SDK Pkg revision for API 21 to 3 [DO NOT MERGE]
...
Added the do not merge tag so that it doesn't conflict with the version
number for the next API level.
Change-Id: Id9951894f845bdec2c6df9f923f9fbf67c9c2cfb
2014-12-31 00:20:56 +00:00
Deepanshu Gupta
fe3a0a924b
Reset SDK Platform Pkg revision for API 22
...
Reset the SDK Platform and LayoutLib revision numbers for the new API
level.
Change-Id: I03104600edbc7f365eeedc29a9c80602abe3a3aa
2014-12-30 16:18:51 -08:00
Lorenzo Colitti
d0834b3635
am 864b2b32: am 85018408: Add a button to the debug app to call reportBadNetwork.
...
* commit '864b2b32c393aa0f9fc29bb78116165926068dca':
Add a button to the debug app to call reportBadNetwork.
2014-12-19 10:47:29 +00:00
Lorenzo Colitti
864b2b32c3
am 85018408: Add a button to the debug app to call reportBadNetwork.
...
* commit '8501840869111d20e324ba3bfd7a5e5ebe9c0f1c':
Add a button to the debug app to call reportBadNetwork.
2014-12-19 10:41:14 +00:00
Lorenzo Colitti
8501840869
Add a button to the debug app to call reportBadNetwork.
...
Bug: 18777225
Change-Id: I964f3deb60ea509dfb647a01d2b7b357dd47209b
2014-12-17 14:22:11 +09:00
Trevor Johns
b64e11f4b1
am d62c4e43: am 3666bde1: am 011c1614: am 65c18817: am 20d72ce3: Increment lmp-docs samples to revision 5 (DO NOT MERGE)
...
* commit 'd62c4e43fbee591f4cfbc4fdfeee87072d487061':
Increment lmp-docs samples to revision 5 (DO NOT MERGE)
2014-12-16 04:01:50 +00:00
Trevor Johns
a6aa0a4aed
am 659e1ca0: am 23e2194c: am 2f3095d9: am cee6440c: am babfe028: Add new samples to sdk.atree
...
* commit '659e1ca0c74d25df65aa761ce705273de33e0cc3':
Add new samples to sdk.atree
2014-12-16 04:01:44 +00:00
Trevor Johns
d62c4e43fb
am 3666bde1: am 011c1614: am 65c18817: am 20d72ce3: Increment lmp-docs samples to revision 5 (DO NOT MERGE)
...
* commit '3666bde1a2785585d1dc62fe6eb6f5eb74cf5011':
Increment lmp-docs samples to revision 5 (DO NOT MERGE)
2014-12-16 03:53:26 +00:00
Trevor Johns
659e1ca0c7
am 23e2194c: am 2f3095d9: am cee6440c: am babfe028: Add new samples to sdk.atree
...
* commit '23e2194cf94b213aed40a3106071c8c90895d15c':
Add new samples to sdk.atree
2014-12-16 03:53:24 +00:00
Trevor Johns
3666bde1a2
am 011c1614: am 65c18817: am 20d72ce3: Increment lmp-docs samples to revision 5 (DO NOT MERGE)
...
* commit '011c16143323f1b6a5e3d0d3ac8659f48237b003':
Increment lmp-docs samples to revision 5 (DO NOT MERGE)
2014-12-16 03:42:46 +00:00
Trevor Johns
23e2194cf9
am 2f3095d9: am cee6440c: am babfe028: Add new samples to sdk.atree
...
* commit '2f3095d93b5ef30d89ab3d939676f03918d76227':
Add new samples to sdk.atree
2014-12-16 03:41:50 +00:00