{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":587635723,"defaultBranch":"uvite","name":"android_hardware_lineage_compat","ownerLogin":"AOSPA","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-01-11T08:10:29.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5701347?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726943318.0","currentOid":""},"activityList":{"items":[{"before":"d03555d0853fadb928455f04e8b5313580472acc","after":"edeea6c3ec42d1b1287fc055806701bfd99739ec","ref":"refs/heads/vauxite","pushedAt":"2024-09-23T01:50:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pa-gerrit","name":null,"path":"/pa-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2220439?s=80&v=4"},"commit":{"message":"compat: Add CAF version of libgui_vendor\n\n- AOSP allows installing libgui to vendor directly now that vndk is killed\n- For older devices that link to it patching all necessary blobs can be tiresome\n\nChange-Id: I0eb029597e761b71f893e32eb0423d421d2c5bf8\nSigned-off-by: Omkar Chandorkar ","shortMessageHtmlLink":"compat: Add CAF version of libgui_vendor"}},{"before":"250739971e4ff8a92a71f088432960d2c0edc4a1","after":"d03555d0853fadb928455f04e8b5313580472acc","ref":"refs/heads/vauxite","pushedAt":"2024-09-22T03:30:19.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pa-gerrit","name":null,"path":"/pa-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2220439?s=80&v=4"},"commit":{"message":"compat: Remove ndk_platform libraries\n\nUse NEED_AIDL_NDK_PLATFORM_BACKEND := true if you need these.\nGoogle already does that at https://android.googlesource.com/platform/build/+/c99f65fa6c392772384c4f70213ba9e49c80de5b\n\nChange-Id: I8426b32880dc08a65b6f023a98f54593813c97e0","shortMessageHtmlLink":"compat: Remove ndk_platform libraries"}},{"before":"d03555d0853fadb928455f04e8b5313580472acc","after":null,"ref":"refs/heads/vauxite%topic=v-bringup","pushedAt":"2024-09-21T18:28:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"evan-a-a","name":"Evan Anderson","path":"/evan-a-a","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1253158?s=80&v=4"}},{"before":null,"after":"d03555d0853fadb928455f04e8b5313580472acc","ref":"refs/heads/vauxite%topic=v-bringup","pushedAt":"2024-09-21T18:18:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pa-gerrit","name":null,"path":"/pa-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2220439?s=80&v=4"},"commit":{"message":"compat: Remove ndk_platform libraries\n\nUse NEED_AIDL_NDK_PLATFORM_BACKEND := true if you need these.\nGoogle already does that at https://android.googlesource.com/platform/build/+/c99f65fa6c392772384c4f70213ba9e49c80de5b\n\nChange-Id: I8426b32880dc08a65b6f023a98f54593813c97e0","shortMessageHtmlLink":"compat: Remove ndk_platform libraries"}},{"before":null,"after":"250739971e4ff8a92a71f088432960d2c0edc4a1","ref":"refs/heads/vauxite","pushedAt":"2024-09-21T18:16:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pa-gerrit","name":null,"path":"/pa-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2220439?s=80&v=4"},"commit":{"message":"compat: Provide libstagefright_foundation-v33\n\nCopied from prebuilts/vndk/v33/arm64/*/shared/vndk-core@d79ad87\nand changed SONAME using the following command:\n* patchelf-0_9 --set-soname libstagefright_foundation-v33.so libstagefright_foundation-v33.so\n\nChange-Id: I0e86c254f7ab0040e8b4a383fe46006ce6f7c111","shortMessageHtmlLink":"compat: Provide libstagefright_foundation-v33"}},{"before":"202f7f350f1b8edc32cfc0e451bb30a727dbdbb7","after":"527ebb1e402dbb38506b81245f82e6af692a10a5","ref":"refs/heads/uvite","pushedAt":"2024-05-10T23:09:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pa-gerrit","name":null,"path":"/pa-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2220439?s=80&v=4"},"commit":{"message":"compat: Add camera provider shim\n\n* Namespace V1_0::helper has been deprecated in [1]. Wrap old symbols to\n accommodate this change.\n\n[1] I8c3160497c1e2fe7a0a7155641f0e1f5e47ec32e\n\nChange-Id: I4c9094add5c2484fd00b04e6236ba86ac693dbfd","shortMessageHtmlLink":"compat: Add camera provider shim"}},{"before":"f4312e3d75ae28062a68d26b898f9e8a8f9e2170","after":"202f7f350f1b8edc32cfc0e451bb30a727dbdbb7","ref":"refs/heads/uvite","pushedAt":"2024-01-09T11:13:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pa-gerrit","name":null,"path":"/pa-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2220439?s=80&v=4"},"commit":{"message":"compat: libhidlbase: add shim for missing constructor map symbol\n\ngBn/sConstructorMap symbols were removed from libhidl:\n- https://android.googlesource.com/platform/system/libhidl/+/e29b2ad\n\nHowever, some prebuilts still make use of them.\n\nIn some cases, for example when using GSI, libhidl can not be patched\ndirectly, which requires modifying affected blobs to depend on this shim\nlibrary.\n\nSigned-off-by: Alexander Martinz \n\nlibhidlbase: Run clang format\n\nlibhidlbase: Add SPDX license\n\nChange-Id: I8fe0867af6af847d39b23120e03396b2beb0ff7a","shortMessageHtmlLink":"compat: libhidlbase: add shim for missing constructor map symbol"}},{"before":"4352112f7d699057f919fa806c89fd0803b36b9c","after":"f4312e3d75ae28062a68d26b898f9e8a8f9e2170","ref":"refs/heads/uvite","pushedAt":"2023-10-16T09:42:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pa-gerrit","name":null,"path":"/pa-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2220439?s=80&v=4"},"commit":{"message":"compat: Add prebuilt of libprotobuf-cpp-lite-3.9.1.\n\nLibraries were extracted from Nothing/Pong/Pong:12/SKQ1.230722.001/2309192131:user/release-keys.\n\nChange-Id: I1a34c02458e2e838ee38c5c4151e97a021fbad91","shortMessageHtmlLink":"compat: Add prebuilt of libprotobuf-cpp-lite-3.9.1."}},{"before":"87a89133840de99ba6ecc9cda7c6b3778e3bec17","after":"4352112f7d699057f919fa806c89fd0803b36b9c","ref":"refs/heads/uvite","pushedAt":"2023-10-14T19:03:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pa-gerrit","name":null,"path":"/pa-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2220439?s=80&v=4"},"commit":{"message":"Revert \"compat: Add libprotobuf-cpp-lite-3.9.1-vendorcompat\"\n\nThis reverts commit 87a89133840de99ba6ecc9cda7c6b3778e3bec17.\n\nReason for revert: doesn't work\n\nChange-Id: Ibda681c1c840c6daa5563e8242fd471ffc209c0b","shortMessageHtmlLink":"Revert \"compat: Add libprotobuf-cpp-lite-3.9.1-vendorcompat\""}},{"before":"601b61e2d84f0c60a712fe93ecdd25a4c8d43c53","after":"87a89133840de99ba6ecc9cda7c6b3778e3bec17","ref":"refs/heads/uvite","pushedAt":"2023-10-14T18:45:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pa-gerrit","name":null,"path":"/pa-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2220439?s=80&v=4"},"commit":{"message":"compat: Add libprotobuf-cpp-lite-3.9.1-vendorcompat\n\nSigned-off-by: Davide Garberi \nChange-Id: I5e3a64036907ee5d8495333de2da6bb93f295730","shortMessageHtmlLink":"compat: Add libprotobuf-cpp-lite-3.9.1-vendorcompat"}},{"before":null,"after":"601b61e2d84f0c60a712fe93ecdd25a4c8d43c53","ref":"refs/heads/uvite","pushedAt":"2023-10-07T06:20:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pa-gerrit","name":null,"path":"/pa-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2220439?s=80&v=4"},"commit":{"message":"compat: Remove ndk_platform libraries\n\nUse NEED_AIDL_NDK_PLATFORM_BACKEND := true if you need these.\nGoogle already does that at https://android.googlesource.com/platform/build/+/c99f65fa6c392772384c4f70213ba9e49c80de5b\n\nChange-Id: I8426b32880dc08a65b6f023a98f54593813c97e0","shortMessageHtmlLink":"compat: Remove ndk_platform libraries"}},{"before":"a9a6c577aeae6fa847a6519afd3b83ab62bb037b","after":"601b61e2d84f0c60a712fe93ecdd25a4c8d43c53","ref":"refs/heads/topaz","pushedAt":"2023-05-14T03:41:42.448Z","pushType":"push","commitsCount":1,"pusher":{"login":"pa-gerrit","name":null,"path":"/pa-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2220439?s=80&v=4"},"commit":{"message":"compat: Remove ndk_platform libraries\n\nUse NEED_AIDL_NDK_PLATFORM_BACKEND := true if you need these.\nGoogle already does that at https://android.googlesource.com/platform/build/+/c99f65fa6c392772384c4f70213ba9e49c80de5b\n\nChange-Id: I8426b32880dc08a65b6f023a98f54593813c97e0","shortMessageHtmlLink":"compat: Remove ndk_platform libraries"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yM1QwMTo1MDo0My4wMDAwMDBazwAAAAS9d48T","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNS0xNFQwMzo0MTo0Mi40NDg1NDhazwAAAAMsOpdX"}},"title":"Activity ยท AOSPA/android_hardware_lineage_compat"}