{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":101612973,"defaultBranch":"u-14.1","name":"android_vendor_ev_build","ownerLogin":"Evervolv","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-08-28T06:50:46.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/542167?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1710568084.0","currentOid":""},"activityList":{"items":[{"before":"27bd4191843e71867bfd05863eed9ec8273f7a03","after":"e7ab7a99c65c8455531bd521a60f656e1f6c96d7","ref":"refs/heads/u-14.1","pushedAt":"2024-04-13T19:09:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"envsetup: cloremote: build got moved to build_repo\n\nBuild is now a group instead of a repo.\nThe actual repo got renamed to build_repo.\n\nChange-Id: I61f65251896d18c3025d849109206d44e2686c70\nSigned-off-by: Alexander Martinz ","shortMessageHtmlLink":"envsetup: cloremote: build got moved to build_repo"}},{"before":"9947db5e69614c85691531497b78fd39e5e1e4cd","after":"27bd4191843e71867bfd05863eed9ec8273f7a03","ref":"refs/heads/u-14.1","pushedAt":"2024-04-03T20:23:11.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"lineage: products: Add ATV emulator targets\n\n* device/google/atv only supports armv7 and x86, so\n for emulator at least, we will too.\n\nChange-Id: I5c7f00f8dd34d9d95747d05b6c091376451cc986","shortMessageHtmlLink":"lineage: products: Add ATV emulator targets"}},{"before":"1735141920e9153bad0b02a257f1310b35ae16a7","after":"9947db5e69614c85691531497b78fd39e5e1e4cd","ref":"refs/heads/u-14.1","pushedAt":"2024-03-28T06:04:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"build: remove retrofit packages from bacon\n\nChange-Id: I2a2f265e2b101809582f18c58885d66787f58a19","shortMessageHtmlLink":"build: remove retrofit packages from bacon"}},{"before":"0dc953d3824a2b96e58503e65d0cdbee543fd7cb","after":"1735141920e9153bad0b02a257f1310b35ae16a7","ref":"refs/heads/u-14.1","pushedAt":"2024-03-25T13:02:29.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"build: Override hostname to avoid leaking info\n\nMatches the Android 12 build sandbox: https://android.googlesource.com/platform/build/+/refs/tags/android-12.0.0_r2/Changes.md\n\nChange-Id: I8a9790937641ff35d49cdfc974abae1392175a4d\nSigned-off-by: Omkar Chandorkar ","shortMessageHtmlLink":"build: Override hostname to avoid leaking info"}},{"before":"1c6aa84a9034ef67217afc6061f61dd355648274","after":"0dc953d3824a2b96e58503e65d0cdbee543fd7cb","ref":"refs/heads/u-14.1","pushedAt":"2024-03-20T20:59:45.000Z","pushType":"push","commitsCount":18,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"Reapply \"switch over to evervolv\"\n\nThis reverts commit 6606804d92eed585ef87d33759bb6739027ac716.\n\nChange-Id: I3892bd7675fd8858929a26eb8d24cc359a0efc2e","shortMessageHtmlLink":"Reapply \"switch over to evervolv\""}},{"before":null,"after":"1c6aa84a9034ef67217afc6061f61dd355648274","ref":"refs/heads/u-14.1","pushedAt":"2024-03-16T05:48:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"kernel: Support copying modules to boot ramdisk\n\nAndroid supports loading modules from the boot ramdisk in the case of\nvendor ramdisk not existing.\n\nChange-Id: Ide1255b2c37ee262c8a4181d5eb0e380d0488edc","shortMessageHtmlLink":"kernel: Support copying modules to boot ramdisk"}},{"before":"4dd3e8183cee56ac7f0a7e783068bde16cbbd9d8","after":"8fa01a9a11409844b217f2c5252d29a678e2f6c0","ref":"refs/heads/u-14.0","pushedAt":"2024-02-03T20:56:25.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"kernel: Ensure that module load lists are properly formed\n\nDo not allow module load lists to contain unexistent kernel modules\nand bail out if that's the case, informing that the list must be\ncorrected.\n\nThe lists can be formed including the full module path and with or\nwithout the file extension, like shown below:\n\n kernel/drivers/watchdog/softdog.ko\n kernel/net/wireless/cfg80211.ko\n kernel/net/mac80211/mac80211.ko\n\nor simply:\n\n softdog.ko\n cfg80211.ko\n mac80211.ko\n\nor ultimately:\n\n softdog\n cfg80211\n mac80211\n\nEither way, the newly generated modules.load file will now only\ncontain the module name without the extension, which is inline with\nmodules.alias and modules.blocklist.\n\nChange-Id: I969274f7edf249c98ca241e37b6e41a921d36908","shortMessageHtmlLink":"kernel: Ensure that module load lists are properly formed"}},{"before":"1c6decfe76bfca8ee3a0524e2437f6082082f262","after":"4dd3e8183cee56ac7f0a7e783068bde16cbbd9d8","ref":"refs/heads/u-14.0","pushedAt":"2024-01-28T04:45:19.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"build: align roomservice with LineageOS\n\nChange-Id: I203c0dfe5052f6674bf385a8d9fae115cab81b1b","shortMessageHtmlLink":"build: align roomservice with LineageOS"}},{"before":"91652f1491f6f79805ff6bc54918a517f9e233ec","after":"1c6decfe76bfca8ee3a0524e2437f6082082f262","ref":"refs/heads/u-14.0","pushedAt":"2024-01-28T02:02:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"soong: Add qti vibrator effect stream config\n\nChange-Id: I87b08a02f91a941d22dab5d1acb9bfbbce06f03b","shortMessageHtmlLink":"soong: Add qti vibrator effect stream config"}},{"before":"ee085da2aa874db857f34d4cf82193d535abba17","after":"17539df1568acd375d5af04adc5d689ee4b2a5a6","ref":"refs/heads/t-13.2","pushedAt":"2024-01-22T00:44:03.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"Use releasekey instead of platform for extra recovery keys\n\nChange-Id: I4beb623477b91d1ce193769e37e6fd802148ef07","shortMessageHtmlLink":"Use releasekey instead of platform for extra recovery keys"}},{"before":"65698baee8876a371d99fdcd27e1f22a9c608b62","after":"91652f1491f6f79805ff6bc54918a517f9e233ec","ref":"refs/heads/u-14.0","pushedAt":"2024-01-22T00:06:15.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"roomservice: revert changes made during android14 bringup\n\nRevert \"roomservice: python3 fixups\"\n\nThis reverts commit dc948968b7290864967f878965ba2ec70960f98e.\n\nRevert \"roomservice: Improve new device retrieval\"\n\nThis reverts commit 7b8f0583f69cc1825a606874dc05ec2905f658ff.","shortMessageHtmlLink":"roomservice: revert changes made during android14 bringup"}},{"before":"046dc2735e8bd30db052893967cef8a3397870d0","after":"65698baee8876a371d99fdcd27e1f22a9c608b62","ref":"refs/heads/u-14.0","pushedAt":"2024-01-14T22:03:12.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"build: Add macro for sha1 checked add-radio-file\n\nThis makes it slightly safer in case radio/*.img contains LFS pointer\ninstead of actual blob.\n\nChange-Id: Ia3561400c62675eac9f717f7eae74e4cdf71cf45","shortMessageHtmlLink":"build: Add macro for sha1 checked add-radio-file"}},{"before":"56b52767527d656cb388e37b29bfba1b83d3ce0f","after":"046dc2735e8bd30db052893967cef8a3397870d0","ref":"refs/heads/u-14.0","pushedAt":"2023-12-09T21:37:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"config: Introduce common dynamic partition reserved sizes\n\nChange-Id: I29c7e8b439672f7ac13ac3264bd1ced5165a42ee","shortMessageHtmlLink":"config: Introduce common dynamic partition reserved sizes"}},{"before":"a7dc0c95907a0da6f55147862949511a381683ed","after":"56b52767527d656cb388e37b29bfba1b83d3ce0f","ref":"refs/heads/u-14.0","pushedAt":"2023-12-02T00:08:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"roomservice: use motorola instead of moto during device search\n\n No current devices use moto in the repo name, if those arise\n we will deal with the issue then.\n\nChange-Id: I935a74353a182dff968aabfd773ff8ca5d94966a","shortMessageHtmlLink":"roomservice: use motorola instead of moto during device search"}},{"before":"45d8ccab9531d2a8dee8c977943ceb49c18cebf0","after":"a7dc0c95907a0da6f55147862949511a381683ed","ref":"refs/heads/u-14.0","pushedAt":"2023-11-19T05:28:29.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"build: Move some kernel definitions to BoardConfigKernel\n\nKernel source settings should always come at BoardConfig population\ntime so things that use the variable later don't end up pointing to\nan empty or wrong variable.\n\nThe following is also squashed in:\n\nAuthor: Christopher N. Hesse \nDate: Fri Aug 10 00:23:54 2018 +0200\n tasks: kernel: Honor prebuilt kernel flag\n For devices that want to use a prebuilt kernel, TARGET_KERNEL_SOURCE\n would still be set to TARGET_AUTO_KDIR, meaning the build system would\n still try to build the kernel if TARGET_AUTO_KDIR was present.\n Setting TARGET_PREBUILT_KERNEL indicates this is not wanted, so don't\n attempt to do it.\n Change-Id: Ic79b3ac1b9c946fd258ada43dce2b08bb74ea0d9\n\nChange-Id: If046b86ff0d18c76898e90295be873a8379f678a","shortMessageHtmlLink":"build: Move some kernel definitions to BoardConfigKernel"}},{"before":"01f69a510bc5ed53886859d11c8e8beb093edc74","after":"45d8ccab9531d2a8dee8c977943ceb49c18cebf0","ref":"refs/heads/u-14.0","pushedAt":"2023-11-16T21:51:12.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"kernel: default to r487747c on v5.15+\n\n Default to r450784e for all prior kernels unless\n TARGET_KERNEL_LLVM_BINUTILS is not enabled, in that\n case use r416183b.\n\nChange-Id: I221217dd6536580fff3828ba53302a81789612e4","shortMessageHtmlLink":"kernel: default to r487747c on v5.15+"}},{"before":"b3d0e7165caa4263f426834983c62f10b2ddf03b","after":"01f69a510bc5ed53886859d11c8e8beb093edc74","ref":"refs/heads/u-14.0","pushedAt":"2023-11-15T01:02:29.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"lineage: s/master/main/\n\nChange-Id: Ia922dd6b396627fea2c8e69f8a7d6bf025b80f7e","shortMessageHtmlLink":"lineage: s/master/main/"}},{"before":"ce2d1b97679ef9035e766ab0ddfb114dc01f60a9","after":"b3d0e7165caa4263f426834983c62f10b2ddf03b","ref":"refs/heads/u-14.0","pushedAt":"2023-11-08T01:17:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"core: fixup build date block\n\nChange-Id: I40fc7d7422eb123cc6a4690e5e552883dea76c2c","shortMessageHtmlLink":"core: fixup build date block"}},{"before":"ee085da2aa874db857f34d4cf82193d535abba17","after":"ce2d1b97679ef9035e766ab0ddfb114dc01f60a9","ref":"refs/heads/u-14.0","pushedAt":"2023-11-03T21:34:39.000Z","pushType":"push","commitsCount":21,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"kernel: Halt build process if an external module fails to compile\n\nBefore:\n mka bootimage\n qcacld failed to compile, but boot.img is generated\n\nAfter:\n mka bootimage\n qcacld failed to compile and no boot.img is generated\n\nCommit fadfdbf introduced the idea of building external modules,\nbut it didn't account for the scenario where compilation could fail\nwhile the boot.img is still being built.\n\nFix this by properly stopping the build process as soon as the external\nmodule fails to compile.\n\nChange-Id: Ifed28825f8e4b78d304fe62a47908e208edfb886","shortMessageHtmlLink":"kernel: Halt build process if an external module fails to compile"}},{"before":null,"after":"ee085da2aa874db857f34d4cf82193d535abba17","ref":"refs/heads/u-14.0","pushedAt":"2023-10-05T21:52:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"kernel_config.mk: remove version checks for pahole\n\nChange-Id: I7015a8ea84153e57ddab15cc6aa82c53daa82fc8","shortMessageHtmlLink":"kernel_config.mk: remove version checks for pahole"}},{"before":"ef656d98542cedabc6fff6b69a5a35cd39f9e1ed","after":"ee085da2aa874db857f34d4cf82193d535abba17","ref":"refs/heads/t-13.2","pushedAt":"2023-09-26T00:03:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"kernel_config.mk: remove version checks for pahole\n\nChange-Id: I7015a8ea84153e57ddab15cc6aa82c53daa82fc8","shortMessageHtmlLink":"kernel_config.mk: remove version checks for pahole"}},{"before":"67953ce51c4941c315a054d4c1258035a4785738","after":"ef656d98542cedabc6fff6b69a5a35cd39f9e1ed","ref":"refs/heads/t-13.2","pushedAt":"2023-09-23T01:43:52.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"kernel: Allow to limit the used .dtb files for the final DTB image\n\nOn some devices too many .dtb files are generated. Instead of taking\nall of them, allow to only take selected .dtb files for the final\nDTB image.\n\nExample: Motorola Edge 40 Pro (rtwo, sm8550) generates the following:\nobj/DTB_OBJ/out/kaka-rumi.dtb\nobj/DTB_OBJ/out/kalama-rtwo-base-kalama-rtwo-evb1-overlay.dtb\nobj/DTB_OBJ/out/kalama-rtwo-base-kalama-rtwo-evt1-overlay.dtb\nobj/DTB_OBJ/out/kalama-rtwo-base-kalama-rtwo-na-vzw-evt2-overlay.dtb\nobj/DTB_OBJ/out/kalama-rtwo-base-kalama-rtwo-prc-dvt1b-overlay.dtb\nobj/DTB_OBJ/out/kalama-rtwo-base-kalama-rtwo-prc-pvt-overlay.dtb\nobj/DTB_OBJ/out/kalama-rtwo-base-kalama-rtwo-row-dvt1b-overlay.dtb\nobj/DTB_OBJ/out/kalama-rtwo-base.dtb\nobj/DTB_OBJ/out/kalama-v2-rtwo-base-kalama-rtwo-evb1-overlay.dtb\nobj/DTB_OBJ/out/kalama-v2-rtwo-base-kalama-rtwo-evt1-overlay.dtb\nobj/DTB_OBJ/out/kalama-v2-rtwo-base-kalama-rtwo-na-vzw-evt2-overlay.dtb\nobj/DTB_OBJ/out/kalama-v2-rtwo-base-kalama-rtwo-prc-dvt1b-overlay.dtb\nobj/DTB_OBJ/out/kalama-v2-rtwo-base-kalama-rtwo-prc-pvt-overlay.dtb\nobj/DTB_OBJ/out/kalama-v2-rtwo-base-kalama-rtwo-row-dvt1b-overlay.dtb\nobj/DTB_OBJ/out/kalama-v2-rtwo-base.dtb\n\nwith only kalama-rtwo-base.dtb and kalama-v2-rtwo-base.dtb needed.\nDisabling compilation of the other kalama.dtb isn't possible, as this\nwould also disable the compilation of the needed .dtbo files.\nBecause they are earlier in alphabetical order, and the matching\nboard ids, the bootloader ends up selecting those, instead of the\ncorrect ones. This results in USB (and possible other things) to\nnot work.\n\nChange-Id: I486b6ec538a3e4906b5b8aa5ecb355b480b60de7","shortMessageHtmlLink":"kernel: Allow to limit the used .dtb files for the final DTB image"}},{"before":"07cb7ad2d875d918ac3a7afd6dcd95a351ee5b39","after":"67953ce51c4941c315a054d4c1258035a4785738","ref":"refs/heads/t-13.2","pushedAt":"2023-08-29T22:09:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"Revert \"kernel: Use CPATH for including host headers\"\n\nThis reverts commit 2baeb4fb8bc47e86d3174b0bf3a0385ab5ba8815.\n\nCPATH is used for both host and target. Meaning that system headers\nwill be used for target compilation. It is also a higher priority than\nisystem, which is used for the compiler include paths, making this\noverride the compiler headers.\n\nChange-Id: I4d836698f25d2d97d917d323a22ee359b937fcb4","shortMessageHtmlLink":"Revert \"kernel: Use CPATH for including host headers\""}},{"before":"42dcc81597df66bfb0909b0ea57bf1759122f1ac","after":"07cb7ad2d875d918ac3a7afd6dcd95a351ee5b39","ref":"refs/heads/t-13.2","pushedAt":"2023-08-18T03:43:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"kernel: Don't try to do math on empty kernel version\n\nFixes the following error message when compiling target w/o kernel src:\nexpr: syntax error: unexpected argument ‘5’\n\nTest: lunch lineage_sdk_phone_x86_64-eng\nChange-Id: Ib3ec41d9dc2b59ddc9ee3c0c8e3813c4defcfc3e","shortMessageHtmlLink":"kernel: Don't try to do math on empty kernel version"}},{"before":"96c304852bc2319988e06ed0b89d3146fdbe8c7b","after":"42dcc81597df66bfb0909b0ea57bf1759122f1ac","ref":"refs/heads/t-13.2","pushedAt":"2023-07-31T04:47:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"soong: update health service flags\n\nChange-Id: I4c47e923d70492c1411ab9a2ede65e8a1dba77af","shortMessageHtmlLink":"soong: update health service flags"}},{"before":"5208c906f6abdb5b0ba137a7fc32a53b3084a6f0","after":"96c304852bc2319988e06ed0b89d3146fdbe8c7b","ref":"refs/heads/t-13.2","pushedAt":"2023-07-04T03:35:59.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"qcom_target: use QCOM_SOONG_NAMESPACE to define hardware pathmap\n\nChange-Id: Ica1face240eed17822940164a3ff9130d9d81339","shortMessageHtmlLink":"qcom_target: use QCOM_SOONG_NAMESPACE to define hardware pathmap"}},{"before":"2f29937b2fa24c9c351da70860eb489dd3c5cc36","after":"5208c906f6abdb5b0ba137a7fc32a53b3084a6f0","ref":"refs/heads/t-13.2","pushedAt":"2023-07-03T20:58:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"soong: Add `aapt_version_code` default\n\nThis appends `--version_code=$(date -u +%Y%m%d)` to aapt flags, which is\nuseful for flushing some caches upon system updates.\n\nChange-Id: I6575b878f09c1c3138e12abc34d39405f51245e7","shortMessageHtmlLink":"soong: Add aapt_version_code default"}},{"before":"3ef5d300acefda78d9d2bd74bee4eb034c123c89","after":"2f29937b2fa24c9c351da70860eb489dd3c5cc36","ref":"refs/heads/t-13.2","pushedAt":"2023-06-19T04:01:56.796Z","pushType":"push","commitsCount":2,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"soong: Add TARGET_HEALTH_CHARGING_CONTROL related configs\n\nTo specify the charging control allowed modes:\nTARGET_HEALTH_CHARGING_CONTROL_SUPPORTS_{BYPASS,DEADLINE,TOGGLE},\n\nTo specify the charging control paths:\nTARGET_HEALTH_CHARGING_CONTROL_{PATH,DEADLINE_PATH},\n\nTo specify data written to TARGET_HEALTH_CHARGING_CONTROL_PATH:\nTARGET_HEALTH_CHARGING_CONTROL_{ENABLE,DISABLE}\n\nChange-Id: I88831c84966f82648c8ca60de5abb34416140f6c","shortMessageHtmlLink":"soong: Add TARGET_HEALTH_CHARGING_CONTROL related configs"}},{"before":"f0f02651af622622f45e1e4c3cfec048d8be6bb8","after":"3ef5d300acefda78d9d2bd74bee4eb034c123c89","ref":"refs/heads/t-13.2","pushedAt":"2023-05-01T22:33:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"envsetup.sh: fix aosp/caf remote commands\n\nChange-Id: I77405a99c335647049bdcfc81a6d9fa4e3a61a00","shortMessageHtmlLink":"envsetup.sh: fix aosp/caf remote commands"}},{"before":"be3d2e004a5c71e55042593c117ecb985a7735ee","after":"f0f02651af622622f45e1e4c3cfec048d8be6bb8","ref":"refs/heads/t-13.2","pushedAt":"2023-05-01T22:07:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ev-gerrit","name":null,"path":"/ev-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/635167?s=80&v=4"},"commit":{"message":"build: fix clang version selection\n\nChange-Id: If1a7b3753bf9447e74382a813922d2f71b72e025","shortMessageHtmlLink":"build: fix clang version selection"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEL-lo4wA","startCursor":null,"endCursor":null}},"title":"Activity · Evervolv/android_vendor_ev_build"}