summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-07Merge "Proxy clock_gettime and co to host libc"Treehugger Robot
2022-02-09Update native bridge stub to add ucol_cloneandroid-t-preview-2android-t-preview-1android-t-beta-3android-t-preview-1Victor Chang
The ucol_clone API was introduced to libicui18n in https://r.android.com/1967404 and thus the native bridge needs to be updated. Bug: 210982984 Test: m droid Merged-In: I412c9929b7a9e54ccf83ea50eb37adf07a3dc5b5 Change-Id: I412c9929b7a9e54ccf83ea50eb37adf07a3dc5b5 (cherry picked from commit 9dcde504176b24179a60ae7f6662c64afe3336b2)
2021-12-09Proxy clock_gettime and co to host libcdimitry
Bug: http://b/195758921 Test: run unit-tests Change-Id: I1e44bb734850ccdcedd8bb1f2b800fc5d9f52261 (cherry picked from commit b97e59e8b2e11e8dc2bdac8fc31c37073f212c02)
2021-12-09Update native bridge stub for ICU 70 am: 4527775216android-s-v2-beta-3android-s-qpr3-beta-1android-s-v2-beta-3android-s-qpr3-beta-1Victor Chang
Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1913343 Change-Id: I5a050af5a5a89b55f645b9de0b623a1c79cd99d5
2021-12-08Update native bridge stub for ICU 70Victor Chang
ICU is updated from version 69 to 70, and the stub for ICU needs to be updated. Bug: 202948901 Test: treehugger Change-Id: Iae2af3dccb623ac71c44118692f4d582bb6cdaea
2021-11-10Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918Xin Li
Bug: 205056467 Merged-In: I3743cb633403f036951cc5560c43c9f1d9a0c682 Change-Id: I686db545c09dbe099da007281bc2ae700d098325
2021-09-24[automerger skipped] Regenerate android_api stubs am: 9a656ba1b4 am: ↵Lev Rumyantsev
0a87018f1d -s ours am skip reason: Merged-In I07030b30f275b2394b1f99d0c4d781d2fed8e1ff with SHA-1 d8e4f740a4 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/15907889 Change-Id: I3743cb633403f036951cc5560c43c9f1d9a0c682
2021-09-24[automerger skipped] Regenerate android_api stubs am: 9a656ba1b4 -s ours am: ↵Lev Rumyantsev
8c2ac5c4be -s ours am skip reason: Merged-In I07030b30f275b2394b1f99d0c4d781d2fed8e1ff with SHA-1 d8e4f740a4 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/15907889 Change-Id: Ie783588ba914fc01dff9a6700d9ff1cea4f597a6
2021-09-24Regenerate android_api stubs am: 9a656ba1b4android-12.0.0_r32android-12.0.0_r29android-12.0.0_r27android-12.0.0_r21android-12.0.0_r20android-12.0.0_r19android-12.0.0_r18android12-qpr1-d-s3-releaseandroid12-qpr1-d-s2-releaseandroid12-qpr1-d-s1-releaseandroid12-qpr1-d-releaseLev Rumyantsev
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/15907889 Change-Id: I27b8c689d8154802e83cc6bb8ee78a722edcfec6
2021-09-24[automerger skipped] Regenerate android_api stubs am: 9a656ba1b4 -s oursLev Rumyantsev
am skip reason: Merged-In I07030b30f275b2394b1f99d0c4d781d2fed8e1ff with SHA-1 d8e4f740a4 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/15907889 Change-Id: I951ee612a562b961c13b9993a9ac7949250938b2
2021-09-24Regenerate android_api stubsLev Rumyantsev
Pure android_api/gen_proxy_libraries.py --trampolines Test: tree-hugger Test: CTS tests pass CtsNdkBinderTestCases: android.binder.cts.JavaClientTest#testEmptyParcelableHolder CtsGraphicsTestCases: android.graphics.cts.CameraGpuTest#testCameraImageCaptureAndRendering CtsViewTestCases: android.view.cts.AbsSavedStateTest#testConstructor Bug: 196600842 Bug: 189960258 Bug: 189956281 Change-Id: I7704ee38e4b51f8137909b91a4c521cecc6c5d38 Merged-In: I07030b30f275b2394b1f99d0c4d781d2fed8e1ff
2021-08-26Update native bridge stub for ICU am: d8e4f740a4 am: 73bdedc416 am: eeb370bcf7Victor Chang
Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1808876 Change-Id: I54e304308fde80e8c72e6a48505da636552c6806
2021-08-26Update native bridge stub for ICU am: d8e4f740a4 am: 73bdedc416Victor Chang
Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1808876 Change-Id: I524b8a651bd8df17392521f72213a1ed7cee3c88
2021-08-26Update native bridge stub for ICU am: d8e4f740a4android-s-v2-preview-2android-s-v2-preview-1android-s-v2-beta-2android-s-v2-preview-1Victor Chang
Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1808876 Change-Id: Idaba875c3f456edb310f7435ffd00ac7fe8d802c
2021-08-25Update native bridge stub for ICUandroid-s-beta-5android-s-beta-5Victor Chang
ICU is updated from version 68 to 69, and the stub for ICU needs to be updated. Bug: 195953235 Test: treehugger Change-Id: I07030b30f275b2394b1f99d0c4d781d2fed8e1ff
2021-05-24[automerger skipped] Update stubs for libnativehelper am: 328a2fdb37 am: ↵Orion Hodson
567a9935b0 -s ours am skip reason: Merged-In I8e44b1d3aef9ad5ac0613f6396df25c0ce6ceed9 with SHA-1 5ab419c99c is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1715892 Change-Id: Ibeb89b18fadc24a7d02188c3da769e0bd7183942
2021-05-24Update stubs for libnativehelper am: 328a2fdb37android-s-beta-4android-s-beta-3android-s-beta-4Orion Hodson
Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1715892 Change-Id: Iaafb2498f864ee4bdabed4fd49e7fdf13825cd99
2021-05-21Update stubs for libnativehelperOrion Hodson
libnativehelper API changes following NDK API review. Update made with: android_api/gen_proxy_libraries.py --trampolines --json libnativehelper (cherry picked from commit 5ab419c99cbc92d330630d5ea3efd0be283b37c1) Bug: 188067586 Test: TH Merged-In: I8e44b1d3aef9ad5ac0613f6396df25c0ce6ceed9 Change-Id: I22a09792fc5e0598ad9ad8a042d70f9cc4578790
2021-05-21[automerger skipped] Remove libnativehelper methods ↵Orion Hodson
AFileDescriptor_{get,set}FD am: 72b9ba2e4e am: 98e3800bca -s ours am skip reason: Merged-In Ib327fcfbc442e5c0e9d3aea8ef60fc670ac38b26 with SHA-1 7d753f819b is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1705700 Change-Id: If3c72479822a823b5080763e46ba9541caf4c5cc
2021-05-21Remove libnativehelper methods AFileDescriptor_{get,set}FD am: 72b9ba2e4eOrion Hodson
Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1705700 Change-Id: Ia40dbf63886d18cae1f29b12cf4ec695b478fe2f
2021-05-20Update stubs for libnativehelper am: 5ab419c99cOrion Hodson
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/14663290 Change-Id: Ie5578c56a8cae4b772b414c64729ecfc99ffc713
2021-05-20Update stubs for libnativehelperandroid12-devOrion Hodson
libnativehelper API changes following NDK API review. Update made with: android_api/gen_proxy_libraries.py --trampolines --json libnativehelper Bug: 188067586 Test: TH Change-Id: I8e44b1d3aef9ad5ac0613f6396df25c0ce6ceed9
2021-05-13Remove libnativehelper methods AFileDescriptor_{get,set}FD am: 7d753f819bOrion Hodson
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/14516676 Change-Id: I72003d7deeceab77b13a036a786e1f5857ceba8d
2021-05-12Remove libnativehelper methods AFileDescriptor_{get,set}FDOrion Hodson
These are replaced by AFileDescriptor_{get,set}Fd. Bug: 185256332 Test: TH (cherry picked from commit 7d753f819b1de0e4ba3d7d059b08a28f65101b6e) Merged-In: Ib327fcfbc442e5c0e9d3aea8ef60fc670ac38b26 Change-Id: I60c7dbc2c24b073b7139b0948aedb28cf2a6d551
2021-05-12Remove libnativehelper methods AFileDescriptor_{get,set}FDOrion Hodson
These are replaced by AFileDescriptor_{get,set}Fd. Bug: 185256332 Test: TH Change-Id: Ib327fcfbc442e5c0e9d3aea8ef60fc670ac38b26
2021-05-05[automerger skipped] Add stubs for renamed libnativehelper NDK API methods ↵Orion Hodson
am: 362ce802bc am: 6251bb3bf1 am: 9c86276dd5 -s ours am: 25606add9d -s ours am skip reason: Merged-In Ifc0cf49bd699e4ab19f32ffd3c5594601979c8ea with SHA-1 3ae128569e is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1697234 Change-Id: Id15b038e258316d833aef58862ab44ddfb847f13
2021-05-05[automerger skipped] Add stubs for renamed libnativehelper NDK API methods ↵Orion Hodson
am: 362ce802bc am: 6251bb3bf1 am: 9c86276dd5 -s ours am skip reason: Merged-In Ifc0cf49bd699e4ab19f32ffd3c5594601979c8ea with SHA-1 3ae128569e is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1697234 Change-Id: I3013a861f9aa5dfbabb112257f3db2fbd5a11300
2021-05-05Add stubs for renamed libnativehelper NDK API methods am: 362ce802bc am: ↵Orion Hodson
6251bb3bf1 Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1697234 Change-Id: I6345511b51239506e2b2338639bff61a12cd0d1d
2021-05-05Add stubs for renamed libnativehelper NDK API methods am: 362ce802bcOrion Hodson
Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1697234 Change-Id: I454091b979c60fd202d45666027031666dacd93f
2021-05-05Add stubs for renamed libnativehelper NDK API methods am: 3ae128569eOrion Hodson
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/14353390 Change-Id: Iafefa271479b0369d1861bb23fb6042b89ec656b
2021-05-05Add stubs for renamed libnativehelper NDK API methodsandroid-s-beta-2android-s-beta-1Orion Hodson
The renames will be: - AFileDescriptor_getFD to AFileDescriptor_getFd - AFileDescriptor_setFD to AFileDescriptor_setFd This CL adds the new symbols, the old symbols will be retired in a follow-up. Bug: 185256332 Test: TH (cherry picked from commit 3ae128569ed1683e570da350be75d08aa0d7a907) Merged-In: Ifc0cf49bd699e4ab19f32ffd3c5594601979c8ea Change-Id: Ie5c1bd35bc4fee90eb769de72c307f636564a180
2021-05-01Add stubs for renamed libnativehelper NDK API methodsOrion Hodson
The renames will be: - AFileDescriptor_getFD to AFileDescriptor_getFd - AFileDescriptor_setFD to AFileDescriptor_setFd This CL adds the new symbols, the old symbols will be retired in a follow-up. Bug: 185256332 Test: TH Change-Id: Ifc0cf49bd699e4ab19f32ffd3c5594601979c8ea
2021-03-112021-03-11: merge master to sc-devLev Rumyantsev
Bug: 182446533 Change-Id: I3a916580a49bf2ffd5b29c8562006eab48577c5f
2021-03-10Make __libc_set_target_sdk_version an empty function in the native bridge ↵Evgeny Eltsin
am: 30c5f840c9 am: a3c392665d am: 2f688c45bc am: 028a463e87 Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1624826 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Icd601513df9cfe73effc73eb773903cf8c4bb70b
2021-03-10Make __libc_set_target_sdk_version an empty function in the native bridge ↵Evgeny Eltsin
am: 30c5f840c9 am: a3c392665d am: 2f688c45bc Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1624826 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ic0116470fa29536cedb755773d7656bb11ae8c92
2021-03-10Make __libc_set_target_sdk_version an empty function in the native bridge ↵Evgeny Eltsin
am: 30c5f840c9 am: a3c392665d Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1624826 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I6283a0e321360d487fc4a64ef4b0fc31efea2164
2021-03-10Make __libc_set_target_sdk_version an empty function in the native bridge ↵Evgeny Eltsin
am: 30c5f840c9 Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1624826 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id0ad23c9317b88443224981f0559b5754cdeae60
2021-03-10Make __libc_set_target_sdk_version an empty function in the native bridgeEvgeny Eltsin
Bug: 182221163 Test: bionic-unit-tests Change-Id: Ie37e404375e3da3d0fddbae66f19c59f68dd6d84
2021-02-27Update ndk_translation for libvulkan headers v1.2.158 am: a9220ccf90 am: ↵Victor Khimenko
60e0a78c72 am: 6675227e7b am: 55ec218cd8 Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1605493 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I199b8b674445a3b21d12ef68dfbb62fd8f9f0fc7
2021-02-27Update ndk_translation for libvulkan headers v1.2.158 am: a9220ccf90 am: ↵Victor Khimenko
60e0a78c72 am: 6675227e7b Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1605493 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8a4c746deef403c393501fe1c6e2822d1c33578b
2021-02-27Update ndk_translation for libvulkan headers v1.2.158 am: a9220ccf90 am: ↵Victor Khimenko
60e0a78c72 Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1605493 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I0c26cbbde0f30c15d48745510ef2e30e95cf7218
2021-02-27Update ndk_translation for libvulkan headers v1.2.158 am: a9220ccf90Victor Khimenko
Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1605493 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ib6631c10f011f7db23ce54443ab1ed587a514669
2021-02-24Update ndk_translation for libvulkan headers v1.2.158Victor Khimenko
Bug: 171402955 Test: m ndk_translation_all Change-Id: Ib2c597d7e3759ae9887048506c929dd3d70f78b6
2021-02-24Merge "Update ndk_translation for libvulkan headers v1.2.158" into ↵Victor Khimenko
rvc-qpr-dev-plus-aosp am: bcf42d0d2b am: ae272d75a1 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/13676735 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I9844a32c168b9e87ec9bcf0e942674789494a6ac
2021-02-24Merge "Update ndk_translation for libvulkan headers v1.2.158" into ↵Victor Khimenko
rvc-qpr-dev-plus-aosp am: bcf42d0d2b Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/13676735 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I9ee0470c4cb2e9756018baace89aaa9085113cfd
2021-02-24Merge "Update ndk_translation for libvulkan headers v1.2.158" into sc-dev ↵Victor Khimenko
am: b3271d1407 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/13676736 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id7a54bd9ad0db82772556ec1b5a65db2cc6e0d26
2021-02-24Merge "Init malloc current dispatch table" am: bdbaffae54 am: 0827f2f4ea am: ↵Evgeny Eltsin
b5e2172df4 am: 934c0da51a Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1602094 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I746d58d951bcc29d1e035914bfc6f5a7246ff1dc
2021-02-24Merge "Update ndk_translation for libvulkan headers v1.2.158" into ↵Victor Khimenko
rvc-qpr-dev-plus-aosp
2021-02-24Merge "Update ndk_translation for libvulkan headers v1.2.158" into sc-devVictor Khimenko
2021-02-24Merge "Init malloc current dispatch table" am: bdbaffae54 am: 0827f2f4ea am: ↵Evgeny Eltsin
b5e2172df4 Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/1602094 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ibc3a48391266e1f4ee051645559454bf1bd51f3d