aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-28Snap for 8512216 from 672520c31ac592a6de13c1c515030be59749cbed to ↵t_frc_con_330443020android13-frc-conscrypt-releaseAndroid Build Coastguard Worker
tm-frc-conscrypt-release Change-Id: I2990f48f75dbb9effca3674bc956055110efae3e
2022-03-15Tweak linux_glibc properties for musl builds in external/vixl am: 46089112a5 ↵t_frc_odp_330442040t_frc_odp_330442000t_frc_ase_330444010android-13.0.0_r83android-13.0.0_r82android-13.0.0_r81android-13.0.0_r80android-13.0.0_r79android-13.0.0_r78android-13.0.0_r77android-13.0.0_r76android-13.0.0_r75android-13.0.0_r74android-13.0.0_r73android-13.0.0_r72android-13.0.0_r71android-13.0.0_r70android-13.0.0_r69android-13.0.0_r68android-13.0.0_r67android-13.0.0_r66android-13.0.0_r65android-13.0.0_r64android-13.0.0_r63android-13.0.0_r62android-13.0.0_r61android-13.0.0_r60android-13.0.0_r59android-13.0.0_r58android-13.0.0_r57android-13.0.0_r56android-13.0.0_r54android-13.0.0_r53android-13.0.0_r52android-13.0.0_r51android-13.0.0_r50android-13.0.0_r49android-13.0.0_r48android-13.0.0_r47android-13.0.0_r46android-13.0.0_r45android-13.0.0_r44android-13.0.0_r43android-13.0.0_r42android-13.0.0_r41android-13.0.0_r40android-13.0.0_r39android-13.0.0_r38android-13.0.0_r37android-13.0.0_r36android-13.0.0_r35android-13.0.0_r34android-13.0.0_r33android-13.0.0_r32aml_go_odp_330912000aml_go_ads_330915100aml_go_ads_330915000aml_go_ads_330913000android13-qpr3-s9-releaseandroid13-qpr3-s8-releaseandroid13-qpr3-s7-releaseandroid13-qpr3-s6-releaseandroid13-qpr3-s5-releaseandroid13-qpr3-s4-releaseandroid13-qpr3-s3-releaseandroid13-qpr3-s2-releaseandroid13-qpr3-s14-releaseandroid13-qpr3-s13-releaseandroid13-qpr3-s12-releaseandroid13-qpr3-s11-releaseandroid13-qpr3-s10-releaseandroid13-qpr3-s1-releaseandroid13-qpr3-releaseandroid13-qpr3-c-s8-releaseandroid13-qpr3-c-s7-releaseandroid13-qpr3-c-s6-releaseandroid13-qpr3-c-s5-releaseandroid13-qpr3-c-s4-releaseandroid13-qpr3-c-s3-releaseandroid13-qpr3-c-s2-releaseandroid13-qpr3-c-s12-releaseandroid13-qpr3-c-s11-releaseandroid13-qpr3-c-s10-releaseandroid13-qpr3-c-s1-releaseandroid13-qpr2-s9-releaseandroid13-qpr2-s8-releaseandroid13-qpr2-s7-releaseandroid13-qpr2-s6-releaseandroid13-qpr2-s5-releaseandroid13-qpr2-s3-releaseandroid13-qpr2-s2-releaseandroid13-qpr2-s12-releaseandroid13-qpr2-s11-releaseandroid13-qpr2-s10-releaseandroid13-qpr2-s1-releaseandroid13-qpr2-releaseandroid13-qpr2-b-s1-releaseandroid13-mainline-go-adservices-releaseandroid13-frc-odp-releaseandroid13-devandroid13-d4-s2-releaseandroid13-d4-s1-releaseandroid13-d4-releaseandroid13-d3-s1-releaseColin Cross
am: 436a93d15f am: 9cd048e248 Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/2018609 Change-Id: Ie0727e2bee8efb90afef52891d8b0c3eadaf49ae
2022-03-15Tweak linux_glibc properties for musl builds in external/vixl am: 46089112a5 ↵Colin Cross
am: 436a93d15f Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/2018609 Change-Id: Ie3a46f5f10845449a5435348d195fb5ce4753c72
2022-03-15Tweak linux_glibc properties for musl builds in external/vixl am: 46089112a5Colin Cross
Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/2018609 Change-Id: I607b97df2843986cd9b4f976e0009d70af76c099
2022-03-08Tweak linux_glibc properties for musl builds in external/vixlColin Cross
For convenience, builds against musl libc currently use the linux_glibc properties because they are almost always linux-specific and not glibc-specific. In preparation for removing this hack, tweak the linux_glibc properties by either moving them to host_linux, which will apply to linux_glibc, linux_musl and linux_bionic, or by setting appropriate musl or linux_musl properties. Properties that must not be repeated while musl uses linux_musl and also still uses the linux_glibc properties are moved to glibc properties, which don't apply to musl. Whether these stay as glibc properties or get moved back to linux_glibc later once the musl hack is removed is TBD. Bug: 223257095 Test: m checkbuild Test: m USE_HOST_MUSL=true host-native Change-Id: Ib0d3182fa8372d7ae26af474a27a1f7606f89219
2022-02-04Fix Wbitwise-instead-of-logical am: 0055695302 am: d91b1440d9 am: b65075c270 ↵Pirama Arumuga Nainar
am: cb6cf127d5 Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1971939 Change-Id: I8fa6259eac81d50ce8405fd5f1692ed8e7612657
2022-02-04Fix Wbitwise-instead-of-logical am: 0055695302 am: d91b1440d9 am: b65075c270Pirama Arumuga Nainar
Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1971939 Change-Id: I3dacd0c02100caa647d427ce604da7518330352e
2022-02-04Fix Wbitwise-instead-of-logical am: 0055695302 am: d91b1440d9Pirama Arumuga Nainar
Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1971939 Change-Id: I04467fc0feeb6029a20f6bc72aa16eedba74a49f
2022-02-04Fix Wbitwise-instead-of-logical am: 0055695302Pirama Arumuga Nainar
Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1971939 Change-Id: Ifc7df9fbfa1e23f29a27c4d6f1b31090a8c9019e
2022-02-03Fix Wbitwise-instead-of-logicalandroid-t-preview-2android-t-preview-1android-t-beta-3android-s-v2-beta-3android-s-qpr3-beta-1android-t-preview-1android-s-v2-beta-3android-s-qpr3-beta-1Pirama Arumuga Nainar
Bug: http://b/217563632 Bug: http://b/215753485 This was found by upcoming clang-r445002 update. external/vixl/src/aarch64/assembler-aarch64.cc:2738:17: error: use of bitwise '|' with boolean operands [-Werror,-Wbitwise-instead-of-logical] VIXL_ASSERT(vd.Is2S() | vd.Is4S()); external/vixl/src/aarch64/assembler-aarch64.cc:2755:17: error: use of bitwise '|' with boolean operands [-Werror,-Wbitwise-instead-of-logical] VIXL_ASSERT(vd.Is4H() | vd.Is8H()); external/vixl/src/aarch32/operands-aarch32.h:296:35: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] bool IsInteger() const { return IsInteger32() | IsInteger64(); } Test: Build with new clang Change-Id: I5b77e90881a0cc7ff0266c69f035abc2d3266a7e
2021-06-02Merge sc-mainline-prodXin Li
Bug: 189946434 Change-Id: I18498916a79429bc0a1d5ae3fb17477b2d98212f
2021-05-17Change libvixl symbol visibility. am: 07f3653da4 am: 6d0be08f95 am: ↵Vladimir Marko
4632b10c27 am: 0da09680b5 am: 6ef3b5a110 am: fd2a03fc96 Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1697237 Change-Id: I6a5fc46a3cb7a8be85860f61d9eb2ef10d60fa6e
2021-05-16Change libvixl symbol visibility. am: 07f3653da4 am: 6d0be08f95 am: ↵Vladimir Marko
4632b10c27 am: 0da09680b5 am: e4a84b80f5 am: f976ec3b25 Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1697237 Change-Id: Ie0cec2fc8883da1843ecfe2024622e05089d0983
2021-05-15Change libvixl symbol visibility. am: 07f3653da4 am: 6d0be08f95 am: ↵Vladimir Marko
4632b10c27 am: 0da09680b5 am: 6ef3b5a110 Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1697237 Change-Id: I3781b90ca5bca12e54fcf54eac9370df59016a0f
2021-05-07Change libvixl symbol visibility. am: 07f3653da4 am: 6d0be08f95 am: ↵Vladimir Marko
4632b10c27 am: 0da09680b5 am: e4a84b80f5 Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1697237 Change-Id: Idb3d0421d6490f0584aa19acca4f4bbbaaa7f7f5
2021-05-07Change libvixl symbol visibility. am: 07f3653da4 am: 6d0be08f95 am: ↵android-12.1.0_r26android-12.1.0_r25android-12.1.0_r24android-12.1.0_r23android-12.1.0_r18android-12.1.0_r17android-12.1.0_r16android-12.1.0_r15android-12.1.0_r14android-12.1.0_r13android-12.1.0_r12android12L-d2-s8-releaseandroid12L-d2-s7-releaseandroid12L-d2-s6-releaseandroid12L-d2-s5-releaseandroid12L-d2-s4-releaseandroid12L-d2-s3-releaseandroid12L-d2-s2-releaseandroid12L-d2-s1-releaseandroid12L-d2-releaseVladimir Marko
4632b10c27 am: 0da09680b5 Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1697237 Change-Id: Ifefaa6155da2f103feca058f6543961c4e487b46
2021-05-07Change libvixl symbol visibility. am: 07f3653da4 am: 6d0be08f95 am: ↵android-mainline-12.0.0_r99android-mainline-12.0.0_r98android-mainline-12.0.0_r77android-mainline-12.0.0_r70android-mainline-12.0.0_r69android-mainline-12.0.0_r63android-mainline-12.0.0_r59android-mainline-12.0.0_r56android-mainline-12.0.0_r5android-mainline-12.0.0_r49android-mainline-12.0.0_r42android-mainline-12.0.0_r39android-mainline-12.0.0_r22android-mainline-12.0.0_r19android-mainline-12.0.0_r122android-mainline-12.0.0_r115android-mainline-12.0.0_r113android-mainline-12.0.0_r100aml_tz3_311312010android12-mainline-networkstack-releaseandroid12-mainline-art-releaseVladimir Marko
4632b10c27 am: 0da09680b5 Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1697237 Change-Id: I1bdfcd207be3f6292d431e56156728ad5680daf1
2021-05-07Change libvixl symbol visibility. am: 07f3653da4 am: 6d0be08f95 am: ↵Vladimir Marko
4632b10c27 am: 0da09680b5 Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1697237 Change-Id: I57ca77217dc10781ff1c51c723ca2c15cba8216c
2021-05-07Change libvixl symbol visibility. am: 07f3653da4 am: 6d0be08f95 am: ↵android-s-v2-preview-2android-s-v2-preview-1android-s-v2-beta-2android-s-v2-preview-1Vladimir Marko
4632b10c27 am: 0da09680b5 Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1697237 Change-Id: If97d079809651f445a2d768828147bedf02cd082
2021-05-07Change libvixl symbol visibility. am: 07f3653da4 am: 6d0be08f95 am: 4632b10c27android-12.1.0_r9android-12.1.0_r8android-12.1.0_r7android-12.1.0_r22android-12.1.0_r21android-12.1.0_r20android-12.1.0_r19android-12.1.0_r11android-12.1.0_r10android-12.0.0_r32android-12.0.0_r29android-12.0.0_r28android-12.0.0_r27android-12.0.0_r26android-12.0.0_r21android-12.0.0_r20android-12.0.0_r19android-12.0.0_r18android-12.0.0_r16android12L-devandroid12-qpr3-s7-releaseandroid12-qpr3-s6-releaseandroid12-qpr3-s5-releaseandroid12-qpr3-s4-releaseandroid12-qpr3-s3-releaseandroid12-qpr3-s2-releaseandroid12-qpr3-s1-releaseandroid12-qpr3-releaseandroid12-qpr1-releaseandroid12-qpr1-d-s3-releaseandroid12-qpr1-d-s2-releaseandroid12-qpr1-d-s1-releaseandroid12-qpr1-d-releaseandroid12-devVladimir Marko
Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1697237 Change-Id: I593c20dde4d5893a17e13f42a3f432d54ffcd909
2021-05-07Change libvixl symbol visibility. am: 07f3653da4 am: 6d0be08f95Vladimir Marko
Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1697237 Change-Id: I7b24126254439bc0eb4c9a1ec638f43e5506f90d
2021-05-07Change libvixl symbol visibility. am: 07f3653da4android-s-beta-5android-s-beta-4android-s-beta-3android-s-beta-5android-s-beta-4Vladimir Marko
Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1697237 Change-Id: I4d484e8b250979800b66b729762ade28df4a76d0
2021-05-06Change libvixl symbol visibility.android-s-beta-2android-s-beta-1Vladimir Marko
Make all symbols protected for shared library and hidden for static library. This reduces the size of the shared library by ~44KiB on arm and ~78KiB on arm64, configured with both arm and arm64 target. Binaries that link libvixl statically are also a lot smaller, depending on the used libvixl parts. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Bug: 186902856 Change-Id: I5732117c4f2a564a032fa2642957efb63390035b
2021-03-11Merge "[sve] Fix while simulation corner case" am: 32d1887005 am: 24645f8955 ↵Treehugger Robot
am: d7bea93e0e am: c120b7a494 Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1596671 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id32a56a60f6d7dcd37f58844f8aed37beb32acda
2021-03-11Merge "[sve] Fix while simulation corner case" am: 32d1887005 am: 24645f8955 ↵Treehugger Robot
am: d7bea93e0e am: c120b7a494 Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1596671 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ie91ea6c60cbb6f1e5fe89d1faa0eaab66b38ed43
2021-03-11Merge "[sve] Fix while simulation corner case" am: 32d1887005 am: 24645f8955 ↵Treehugger Robot
am: d7bea93e0e Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1596671 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ia6ab5af0658d05628fc268b6d9c631bcb7b8196c
2021-03-11Merge "[sve] Fix while simulation corner case" am: 32d1887005 am: 24645f8955Treehugger Robot
Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1596671 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id224d69bd799903989be8e30cbb23881d770bf31
2021-03-11Merge "[sve] Fix while simulation corner case" am: 32d1887005Treehugger Robot
Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1596671 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Icecd39efbd5de9815a4e9b340fea642ab64d5881
2021-03-11Merge "[sve] Fix while simulation corner case"Treehugger Robot
2021-03-05Merge "Add min_sdk_version for ART module." am: 01322e9232 am: 742f86daa4 ↵Nicolas Geoffray
am: 6a0f1af6df am: 87e79c5d6e Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1614808 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I7579a7f001c41f964ecfbf77d0ab4cfc3ba843c4
2021-03-05Merge "Add min_sdk_version for ART module." am: 01322e9232 am: 742f86daa4 ↵Nicolas Geoffray
am: 6a0f1af6df am: 87e79c5d6e Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1614808 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I35e865774e763af4a2384cf08a2d3613e89a5c93
2021-03-05Merge "Add min_sdk_version for ART module." am: 01322e9232 am: 742f86daa4 ↵Nicolas Geoffray
am: 6a0f1af6df Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1614808 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ib8f2461608bd3d8088be8826390fa539fcbf89c0
2021-03-05Merge "Add min_sdk_version for ART module." am: 01322e9232 am: 742f86daa4Nicolas Geoffray
Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1614808 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ib687fe3a689fd0d00a46383b81f0f8074401ff16
2021-03-05Merge "Add min_sdk_version for ART module." am: 01322e9232Nicolas Geoffray
Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1614808 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: If2260d6cbaaa8b193092067da5ef1334af25be3e
2021-03-05Merge "Add min_sdk_version for ART module."Nicolas Geoffray
2021-03-04Add min_sdk_version for ART module.Nicolas Geoffray
Bug: 180399951 Test: m Change-Id: I6544a27656e747435ce95f63abc336a27ad7afd9
2021-02-20[automerger skipped] Mark ab/7061308 as merged in stage. am: b7589d4f78 -s ↵Xin Li
ours am: 09ce70af08 -s ours am: 84146fa3df -s ours am skip reason: Change-Id I31171581ec2868c21eb0793da8db7618691d4556 with SHA-1 d1a32350b3 is in history Original change: undetermined MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id025e71d82e59d431be86540a5e3247338e24359
2021-02-20[automerger skipped] Mark ab/7061308 as merged in stage. am: b7589d4f78 -s ↵Xin Li
ours am: 09ce70af08 -s ours am: 84146fa3df -s ours am skip reason: Change-Id I31171581ec2868c21eb0793da8db7618691d4556 with SHA-1 d1a32350b3 is in history Original change: undetermined MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8c95dec49b5674adcb9083b16f1fe487c45b0a5e
2021-02-20[automerger skipped] Mark ab/7061308 as merged in stage. am: b7589d4f78 -s ↵Xin Li
ours am: 09ce70af08 -s ours am skip reason: Change-Id I31171581ec2868c21eb0793da8db7618691d4556 with SHA-1 d1a32350b3 is in history Original change: undetermined MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I7ee6f4150636fb62bf1ead039d887e84f38ee1e0
2021-02-20[automerger skipped] Mark ab/7061308 as merged in stage. am: b7589d4f78 -s oursXin Li
am skip reason: Change-Id I31171581ec2868c21eb0793da8db7618691d4556 with SHA-1 d1a32350b3 is in history Original change: undetermined MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I87d031a69896378b481d63305e35c28c2676ba43
2021-02-20Mark ab/7061308 as merged in stage.Xin Li
Bug: 180401296 Merged-In: I31171581ec2868c21eb0793da8db7618691d4556 Change-Id: I743f0878d462c5fe0298ff1d297907ca48a272db
2021-02-19[sve] Fix while simulation corner caseMartyn Capewell
The simulation of while was computing differences using 64-bit variables, which didn't handle the overflow cases correctly for W-sized registers. Fix and add a regression test. Note: this is a cherry-pick patch from VIXL usptream; it affects VIXL simulator only, no impact for the ART release build. Author: Martyn Capewell. Commiter: Artem Serov. Change-Id: I681f6ecb137d52830a58816fa34545342e6eb6bf
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to external/vixl am: cd42a2b85f am: b4b8f0eff4 ↵Bob Badour
am: f5cdcbe54b am: bca370e95e Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1588925 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I413914c4fd8dd48082f06d2d604eccfb47536cb1
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to external/vixl am: cd42a2b85f am: b4b8f0eff4 ↵Bob Badour
am: f5cdcbe54b am: bca370e95e Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1588925 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I291c5d975e2dd8a3742c0c0d6be6acdca2208a1b
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to external/vixl am: cd42a2b85f am: b4b8f0eff4 ↵Bob Badour
am: f5cdcbe54b Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1588925 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: If4a6e7cf0886c0c94f5b7148df8a42d708f94e8d
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to external/vixl am: cd42a2b85f am: b4b8f0eff4Bob Badour
Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1588925 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ic2d27acb9db5eb2ff4441fe2d15601bc33f67ab6
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to external/vixl am: cd42a2b85fBob Badour
Original change: https://android-review.googlesource.com/c/platform/external/vixl/+/1588925 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id82a1bc4e8d1463fc9fbed9ab536f12c8cdf28b2
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/vixlandroid-s-preview-1Bob Badour
Added SPDX-license-identifier-BSD to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ic40a82e96639f4530083131f6c0bb99559ab0513
2020-11-25Mark ab/6881855 as merged am: c36e159efc am: d1a32350b3Xin Li
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/vixl/+/13111010 Change-Id: If50de56029abb4dd642a25279cc8d85420b8c464
2020-11-25Mark ab/6881855 as merged am: c36e159efcXin Li
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/vixl/+/13111010 Change-Id: I31171581ec2868c21eb0793da8db7618691d4556