aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-03am 5814f6a1: am 77006d8a: Merge "Tell perf that bionic has strlcpy(3)."android-m-preview-2android-m-preview-1android-m-previewandroid-lego-6.0.1_r2android-lego-6.0.1_r1android-cts-6.0_r9android-cts-6.0_r8android-cts-6.0_r7android-cts-6.0_r6android-cts-6.0_r5android-cts-6.0_r4android-cts-6.0_r32android-cts-6.0_r31android-cts-6.0_r30android-cts-6.0_r3android-cts-6.0_r29android-cts-6.0_r28android-cts-6.0_r27android-cts-6.0_r26android-cts-6.0_r25android-cts-6.0_r24android-cts-6.0_r23android-cts-6.0_r22android-cts-6.0_r21android-cts-6.0_r20android-cts-6.0_r2android-cts-6.0_r19android-cts-6.0_r18android-cts-6.0_r17android-cts-6.0_r16android-cts-6.0_r15android-cts-6.0_r14android-cts-6.0_r13android-cts-6.0_r12android-cts-6.0_r1android-6.0.1_r9android-6.0.1_r81android-6.0.1_r80android-6.0.1_r8android-6.0.1_r79android-6.0.1_r78android-6.0.1_r77android-6.0.1_r74android-6.0.1_r73android-6.0.1_r72android-6.0.1_r70android-6.0.1_r7android-6.0.1_r69android-6.0.1_r68android-6.0.1_r67android-6.0.1_r66android-6.0.1_r65android-6.0.1_r63android-6.0.1_r62android-6.0.1_r61android-6.0.1_r60android-6.0.1_r59android-6.0.1_r58android-6.0.1_r57android-6.0.1_r56android-6.0.1_r55android-6.0.1_r54android-6.0.1_r53android-6.0.1_r52android-6.0.1_r51android-6.0.1_r50android-6.0.1_r5android-6.0.1_r49android-6.0.1_r48android-6.0.1_r47android-6.0.1_r46android-6.0.1_r45android-6.0.1_r43android-6.0.1_r42android-6.0.1_r41android-6.0.1_r40android-6.0.1_r4android-6.0.1_r33android-6.0.1_r32android-6.0.1_r31android-6.0.1_r30android-6.0.1_r3android-6.0.1_r28android-6.0.1_r27android-6.0.1_r26android-6.0.1_r25android-6.0.1_r24android-6.0.1_r22android-6.0.1_r21android-6.0.1_r20android-6.0.1_r18android-6.0.1_r17android-6.0.1_r16android-6.0.1_r13android-6.0.1_r12android-6.0.1_r11android-6.0.1_r10android-6.0.1_r1android-6.0.0_r7android-6.0.0_r6android-6.0.0_r5android-6.0.0_r41android-6.0.0_r4android-6.0.0_r3android-6.0.0_r26android-6.0.0_r25android-6.0.0_r24android-6.0.0_r23android-6.0.0_r2android-6.0.0_r13android-6.0.0_r12android-6.0.0_r11android-6.0.0_r1marshmallow-releasemarshmallow-mr3-releasemarshmallow-mr2-releasemarshmallow-mr1-releasemarshmallow-mr1-devmarshmallow-dr1.6-releasemarshmallow-dr1.5-releasemarshmallow-dr1.5-devmarshmallow-dr-releasemarshmallow-dr-lego-releasemarshmallow-dr-dragon-releasemarshmallow-dr-devmarshmallow-devmarshmallow-cts-releasem-previewElliott Hughes
* commit '5814f6a19e71deda251d2849185a60474d0fbb19': Tell perf that bionic has strlcpy(3).
2015-04-03am 77006d8a: Merge "Tell perf that bionic has strlcpy(3)."Elliott Hughes
* commit '77006d8a6973d6e73b6843c5f09f879f2ee42569': Tell perf that bionic has strlcpy(3).
2015-04-02Merge "Tell perf that bionic has strlcpy(3)."master-soongElliott Hughes
2015-04-02Tell perf that bionic has strlcpy(3).Elliott Hughes
Change-Id: I7d8406dbc623c7cf7391d7c688773eb5dd360519
2015-03-18am b9e2203a: am cefe83a1: Merge "Add NOTICE and MODULE_LICENSE files"Conley Owens
* commit 'b9e2203ad8c0b7d575dd836da3da06dc7721c03c': Add NOTICE and MODULE_LICENSE files
2015-03-18am cefe83a1: Merge "Add NOTICE and MODULE_LICENSE files"Conley Owens
* commit 'cefe83a1e446d3bf5014ffe3bbaff77df9c1e1cc': Add NOTICE and MODULE_LICENSE files
2015-03-18Merge "Add NOTICE and MODULE_LICENSE files"Conley Owens
2015-03-13am 56054546: am 30d72342: Merge "Remove the perfhost target."Elliott Hughes
* commit '5605454636f9dfa29d85e0606d5e86ac7ca1cab3': Remove the perfhost target.
2015-03-12Add NOTICE and MODULE_LICENSE filesConley Owens
Change-Id: Idcb99e2682ff634e84187a2f848c0ef865f78f9b
2015-03-12am 30d72342: Merge "Remove the perfhost target."Elliott Hughes
* commit '30d72342c32ffe2ef144955665402fc8361ed7cc': Remove the perfhost target.
2015-03-12Merge "Remove the perfhost target."Elliott Hughes
2015-03-12Remove the perfhost target.Elliott Hughes
The perfhost target isn't useful, because you already have perf installed. What's more, we were never building the whole thing anyway and were dlopen'ing parts of the one you already had installed. Let's stop kidding ourselves and just admit that we're happy with the one on the host. (IDEs are going to need something that works on Mac OS and Windows anyway, so this isn't useful for them.) Change-Id: I8018dfc5645ec5d01c257af6f461e1e3db30fb53
2015-02-25am e6a214e4: am 31b6aa11: am 39e3915d: Merge "Suppress int-to-pointer-cast ↵Dan Albert
warnings." * commit 'e6a214e4fa25664af49abcd502862973efc69de6': Suppress int-to-pointer-cast warnings.
2015-02-25am 7ff18da7: am 43541adc: am d51066c5: Merge "Track elfutils 0.161 update."Elliott Hughes
* commit '7ff18da74a4e44b8973951623e6b8439eba0113c': Track elfutils 0.161 update.
2015-02-25am 31b6aa11: am 39e3915d: Merge "Suppress int-to-pointer-cast warnings."Dan Albert
* commit '31b6aa1141750c0db5b21becd3ec7194298467c1': Suppress int-to-pointer-cast warnings.
2015-02-25am 43541adc: am d51066c5: Merge "Track elfutils 0.161 update."Elliott Hughes
* commit '43541adc067ca6447a6f1c840c3262b9f558fe3c': Track elfutils 0.161 update.
2015-02-24am 39e3915d: Merge "Suppress int-to-pointer-cast warnings."Dan Albert
* commit '39e3915d410f13d5cafdef2598676c0f58477306': Suppress int-to-pointer-cast warnings.
2015-02-24Merge "Suppress int-to-pointer-cast warnings."Dan Albert
2015-02-24am d51066c5: Merge "Track elfutils 0.161 update."Elliott Hughes
* commit 'd51066c5de95d5a8db5478b59268a15003fb6407': Track elfutils 0.161 update.
2015-02-24Merge "Track elfutils 0.161 update."Elliott Hughes
2015-02-23Suppress int-to-pointer-cast warnings.Dan Albert
Note that we never actually generate this file from the bison source; we check in the generated source provided by the released tarball. This change should go upstream (in the right file, of course). Change-Id: I992bc57f6ad7fb7a6d80d243e559d07eedd5a741
2015-02-20am 108b44c1: am bcae2556: Merge commit ↵Bill Yi
\'77db2216fd4cf7464089fcc24ebd543413dcade3\' into HEAD * commit '108b44c175dfbfd61938a7bc965f420be86349cc':
2015-02-20am bcae2556: Merge commit \'77db2216fd4cf7464089fcc24ebd543413dcade3\' into HEADBill Yi
* commit 'bcae255624ef51f5ee0fc5c4025650561052704a':
2015-02-19Merge commit '77db2216fd4cf7464089fcc24ebd543413dcade3' into HEADBill Yi
2015-02-19am 18c07042: am e4a1bd60: Merge "Fix perf build."Elliott Hughes
* commit '18c07042d6d5c297336dd057c5edcd11c44237cc': Fix perf build.
2015-02-19am ec45ea65: am 37e8ce55: Merge "Lose the version number from the directory ↵Elliott Hughes
name." * commit 'ec45ea65458b1a0a3bee0a188c5b713ea0d2d093': Lose the version number from the directory name.
2015-02-18Track elfutils 0.161 update.Elliott Hughes
Change-Id: I7c59ea90406caf2a3aefb498f1e392072b328375
2015-02-19am e4a1bd60: Merge "Fix perf build."Elliott Hughes
* commit 'e4a1bd60030c01742957c781c99a016b1461c919': Fix perf build.
2015-02-19Merge "Fix perf build."Elliott Hughes
2015-02-18Fix perf build.Elliott Hughes
I think I accidentally rebuilt the elfutils directory instead. Change-Id: Ie8dc47908abc9cff18c2185535c82e87903a39bd
2015-02-19am 37e8ce55: Merge "Lose the version number from the directory name."Elliott Hughes
* commit '37e8ce55bfbfc37e34dd64e2d643d1f357fa402f': Lose the version number from the directory name.
2015-02-19Merge "Lose the version number from the directory name."Elliott Hughes
2015-02-18Lose the version number from the directory name.Elliott Hughes
This way, next time we sync with upstream we'll have an actual diff to look at. Change-Id: I6474968f55ba42696c2ee894586d34f84f9f6630
2015-02-18am 3434c23e: am 9905f7e1: Merge "Pull the elfutils headers in via the ↵Elliott Hughes
library dependencies." * commit '3434c23e835004c4f6326157fa6b039a76f77591': Pull the elfutils headers in via the library dependencies.
2015-02-17am 9905f7e1: Merge "Pull the elfutils headers in via the library dependencies."Elliott Hughes
* commit '9905f7e1a0a1530dfeaa239ffd2eb9e6cfff6ff5': Pull the elfutils headers in via the library dependencies.
2015-02-17Merge "Pull the elfutils headers in via the library dependencies."Elliott Hughes
2015-02-17Pull the elfutils headers in via the library dependencies.Elliott Hughes
Also build perf in one step rather than building an otherwise-useless libperf.a first. Change-Id: Id2d9023902a60856037c26fa28a7961266127e91
2015-02-05am 77db2216: am 542b3ad7: Merge "Use the libcxxabi __cxa_demangle."Elliott Hughes
* commit '77db2216fd4cf7464089fcc24ebd543413dcade3': Use the libcxxabi __cxa_demangle.
2015-02-05am 542b3ad7: Merge "Use the libcxxabi __cxa_demangle."Elliott Hughes
* commit '542b3ad7f760e55cb775f4633219a44173cb3d5e': Use the libcxxabi __cxa_demangle.
2015-02-05Merge "Use the libcxxabi __cxa_demangle."Elliott Hughes
2015-02-05Use the libcxxabi __cxa_demangle.Elliott Hughes
Bug: 18930951 Change-Id: Ib3574eb6178b8540a61fad0cbf0e8b347922c6f0
2015-01-09am b77ddf87: am c8fcdaa0: Merge "Disable clang only for the arm target."Chih-Hung Hsieh
* commit 'b77ddf87eb15fd60cca3dd28ae44289bdb251a35': Disable clang only for the arm target.
2015-01-09am c8fcdaa0: Merge "Disable clang only for the arm target."Chih-Hung Hsieh
* commit 'c8fcdaa0d0d4b4c93660fea15bee06e4893796ad': Disable clang only for the arm target.
2015-01-09Merge "Disable clang only for the arm target."Chih-Hung Hsieh
2015-01-09Disable clang only for the arm target.Chih-Hung Hsieh
Also ignore some clang warnings when compiled for other targets. BUG: 17167262 Change-Id: Id80f9ba3061ac71387a29df7a28c80468f9e9aee
2014-11-15am c6cdd000: am f608ab24: Merge "These bugs only affect arm32, so allow clang."Dan Albert
* commit 'c6cdd000093508ad0ef70b1dddf84fa6683d3716': These bugs only affect arm32, so allow clang.
2014-11-15am f608ab24: Merge "These bugs only affect arm32, so allow clang."Dan Albert
* commit 'f608ab242d9b37e4b4c087314806071202d71f41': These bugs only affect arm32, so allow clang.
2014-11-15Merge "These bugs only affect arm32, so allow clang."Dan Albert
2014-11-14These bugs only affect arm32, so allow clang.Dan Albert
Change-Id: Ife749976c0cf9f6ec46f4e47d25c9941406c2799
2014-10-26am f3506136: am 20824f23: am f6395419: Merge "Move Clang only flags into ↵Chih-Hung Hsieh
LOCAL_CLANG_CFLAGS." * commit 'f35061362c6ad6a3256e051ca4b940681991bab5':