summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-16Add video/gchips for v6.1android14-gs-pixel-6.1Will McVicker
Bug: 335301050 Change-Id: Ia21162e8c438fd471c38bbd602c3d91c63f6cc21 Signed-off-by: Will McVicker <willmcvicker@google.com>
2023-08-16Switch over to main-kernel-build-2023Will McVicker
This is part of stabilizing the kernel build tools for android14 branches. Bug: 294190504 Change-Id: Ie50dcdf1646e23d81aa20e2a3f12e2c3821d1e22 Signed-off-by: Will McVicker <willmcvicker@google.com>
2023-08-16Switch the boot-artifacts revision to mainlineWill McVicker
This let's us boot with the UPB3 build. Change-Id: I2789cc3143909f5c635e5e1e534a634ef9f24263 Signed-off-by: Will McVicker <willmcvicker@google.com>
2023-07-06DO NOT MERGE ANYWHERE - Update android14-gs-pixel-6.1 to use main branch.Xin Li
Bug: b/289400079 Change-Id: Idb97f64b0c4684b3c969871cb5f579963dfa6daa
2023-04-28kleaf: delete source_date_epoch and build.config symlinks.Yifan Hong
Kleaf is properly fixed so that these symlinks are no longer necessary to determine the SCM version and SOURCE_DATE_EPOCH. Test: manual Bug: 277367919 Change-Id: Icbd2e25f7c5a2b344a32351d95b9d1fe38cb5729
2023-04-18Update the manifest for android14-gs-pixel-6.1Will McVicker
Bug: 278583483 Change-Id: I512182fb73ce519775a1b5e4a37610ae8020d991 Signed-off-by: Will McVicker <willmcvicker@google.com>
2022-06-17Add absl-py.Yifan Hong
For generating test.xml. Test: TH Bug: 227705464 Change-Id: I4833c681e61943b98aa2842586c571b5d9eb8dca
2022-04-04add NDK prebuilts for bionicNick Desaulniers
This is necessary to support CONFIG_UAPI_HEADER_TEST=y in a build environment which does not have a cross compiled version of glibc. Instead, we will use Bionic. Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> Change-Id: I6e961d5ad7b9ad5bd4e675fd01d3c56b46f31a63
2022-02-17kleaf: .source_date_epoch_dir now points to common/Yifan Hong
Now that KERNEL_DIR is common/, .source_date_epoch_dir should point to common/ as well. Test: TH Bug: 202077908 Change-Id: I724861517a6bb168626ef45689b185a265aca3de
2022-02-14Merge "Remove unused projects" into gs-android-gs-raviole-mainlineTreehugger Robot
2022-02-14Remove unused projectsWill McVicker
Drop these projects because they aren't used: * kernel/google-modules/fingerprint/fpc * kernel/google-modules/fingerprint/goodix Signed-off-by: Will McVicker <willmcvicker@google.com> Change-Id: I44b9846622be38a3385863a25718d1e7d6c4a6b3
2022-02-09kleaf: Delete build/BUILD.bazel symlink.Yifan Hong
All references to the //build package has been migrated to the //build/kernel package. Hence, it is okay to delete this symlink now. Test: TH Bug: 204425264 Change-Id: Ic4a87d3369638700ec44a129e91fae4e8c78f4c3 (cherry picked from commit bc4845f5b36a80c97f74a05abbfc7d6d530aa0e0)
2022-02-09Drop build/prebuilts symlink.Yifan Hong
Now that the symlinks in build/build-tools/path is fixed, these symlinks may be dropped. Test: TH Bug: 204425264 Change-Id: I70cdff3ba4529d50cec69d6ff64dfe78ff2f4714 (cherry picked from commit 70ca88324a7fd622dd7041105b3aa39842871620)
2022-02-09Drop build-tools/sysroot symlink.Yifan Hong
Now that all references to build/build-tools/sysroot has been changed to build/kernel/build-tools/sysroot properly, the symlink may be dropped. Test: TH Bug: 204425264 Change-Id: If774e4cbd93216bea90388b3ff5f6bfccfdba870 (cherry picked from commit 352e9076d522235cdba90c0307f1a7b45f34be7d)
2022-02-08Drop build/kleaf symlink.Yifan Hong
Now that referneces to build/kleaf are migrated to build/kernel/kleaf, the symlink may be dropped. Bug: 217630659 Test: TH Change-Id: I709fb76257f4ddc0fbdcd0da60d8bba831395092 (cherry picked from commit 2ab0537926810fe12bb7ddf52104c9a68646b4ec)
2022-02-01Switch to android-mainline ToTWill McVicker
Quick before anything else breaks! Signed-off-by: Will McVicker <willmcvicker@google.com> Change-Id: I170ea19c523388a6d45a2e01f40975e5799c2b8b
2022-01-25Use android-mainline v5.16 releaseCarlos Llamas
Select tag "android-mainline-5.16" from ACK repo which points to commit 6e9d208fdc7b8 ("Merge 5.16 into android-mainline"). Also, pull an older prebuilts clang host repo as ACK depends on CLANG_VERSION=r437112 which has now been removed from master. Signed-off-by: Carlos Llamas <cmllamas@google.com> Change-Id: Ib815c5f60dff12f1ba31bff7efbe69cb49a16cc2
2022-01-20fix superproject definition: include revisionMatthias Maennich
repo changed the default handling for superproject. It no longer considers the containing branch name, but rather the default revision. Mitigate that by explicitly setting the revision in the superproject tag. Bug: 181627166 Bug: 206514481 Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: I7645927e1b477a0fb1b70fd51a279da9c84a862e
2022-01-20Merge "add superproject tag" into gs-android-gs-raviole-mainlineMatthias Männich
2022-01-19Update raviole-device path to gs/google-modules/soc-modulesWill McVicker
This will help clarify that this project is not a kernel. Signed-off-by: Will McVicker <willmcvicker@google.com> Change-Id: Ica09a06c5fd6efc6090faaf9904ef6711a4c532c
2022-01-19add superproject tagMatthias Maennich
Bug: 181627166 Bug: 206514481 Change-Id: I7645927e1b377a0fb1b70fd51a279da9c84a862e Signed-off-by: Matthias Maennich <maennich@google.com>
2022-01-13Reland "Migrate build/ to build/kernel"Yifan Hong
This is the step 2 to move the local directory for kernel/build from build/ to build/kernel. Benefits of this include: - Not conflicting with platform/build - Attempt to join an project that massively reduce presubmit / postsubmit latency times, which requires an unnested repo - Aesthetic In Step 2, symlinks are created so this patch does not affect downstream trees. Subsequent CLs will be submitted to remove these symlinks once the code is able to handle both build/ and build/kernel. Test: BUILD_CONFIG=... build/build.sh Bug: 204425264 Change-Id: I45600664c4cdc3a060ec26937f208d5900ff44dd
2022-01-06Remove build_mixed.sh linkWill McVicker
This script is no longer used. Signed-off-by: Will McVicker <willmcvicker@google.com> Change-Id: I0cd3c69a7f06931533cd353bffeb1b9dc1fc5121
2021-12-23Switch to the android13-5.15 GKI kernelWill McVicker
This is working now. Signed-off-by: Will McVicker <willmcvicker@google.com> Change-Id: I5d68920734dd539f6a71a62a18411af52829a74c
2021-12-23Convert raviole-device into an external moduleWill McVicker
This drops the kernel/gs project (the p21 device kernel). The project "gs/google-modules/raviole-device" is now considered an external module. We keep the same path to avoid shuffling folders around. Bug: 206700303 Signed-off-by: Will McVicker <willmcvicker@google.com> Change-Id: Ie59a358b78cc3f132d2fc8b122805ac5993c5406
2021-12-13Make the GKI kernel clone-depth="1"Will McVicker
We have to set clone-depth="1" to fix this fetch issue: error.GitError: Cannot fetch kernel/common update-ref: fatal: b62a5f6d62b49d1c6a9dd2fc31ede0b08428b7e1^0: not a valid SHA1 Once we move to a valid branch android-mainline or android13-5.15, we can drop this change. Fixes: c57796aabfa0 ("Make a franken' build for kleaf until we rebase to android-mainline") Signed-off-by: Will McVicker <willmcvicker@google.com> Change-Id: I3a77119d1a8f66c0979cd1e402dccd5784039eb5
2021-12-10Make a franken' build for kleaf until we rebase to android-mainlineWill McVicker
This is basing the GKI build off of v5.15 + aosp/1919277 Signed-off-by: Will McVicker <willmcvicker@google.com> Change-Id: I2b7ad4a6477d0cc61f4baede277d6fce4af6cddc
2021-11-04Update the manifestWill McVicker
* Updates the ACK path to common * Updates the Pixel drivers and kernel paths to "gs/kernel" and "gs/google-modules" * Adds the new project `kernel/google-modules/device-kernel` * Sets clone-depth="1" for the tools and prebuilts projects Signed-off-by: Will McVicker <willmcvicker@google.com> Change-Id: I127078f6c94c15a196b1d76ce46cde5bab97721c
2021-11-02Update ACK to android-mainline-5.15Carlos Llamas
d1a66e79429a0 ("Merge tag 'v5.15' into android-mainline") Signed-off-by: Carlos Llamas <cmllamas@google.com> Change-Id: I238ee6a945e6ba30782eb26f55ae3c1d1a555585
2021-11-01Manifest for android-gs-raviole-mainlineCarlos Llamas
Signed-off-by: Carlos Llamas <cmllamas@google.com> Change-Id: I1b3a422cc670e84e4e9412f75b2d90a8c9bdd470
2016-01-22Initial empty repositoryupstream-linux-4.4.yupstream-linux-3.18.yaosp-goldfish-3.4-x86-goldfishaosp-goldfish-3.4-mips-goldfishaosp-goldfish-3.4-arm-goldfishaosp-goldfish-3.10-x86_64-ranchuaosp-goldfish-3.10-x86_64-goldfishaosp-goldfish-3.10-x86-ranchuaosp-goldfish-3.10-mips64-ranchuaosp-goldfish-3.10-mips-ranchuaosp-goldfish-3.10-arm64-ranchuaosp-goldfish-3.10-arm-ranchuandroid-mainline-trackingandroid-gs-raviole-mainlineXin Li