ClangBuiltLinux / continuous-integration

Continuous integration of latest Linux kernel with daily build of Clang & LLVM tools
https://travis-ci.com/ClangBuiltLinux/continuous-integration
Apache License 2.0
44 stars 18 forks source link

Change android common cuttlefish configs to gki_defconfig #201

Closed nickdesaulniers closed 4 years ago

nickdesaulniers commented 4 years ago

Nathan noticed that they were removed: https://android.googlesource.com/kernel/common/+/3f0d9e29849d2ab72600269041fce18ff1b0b99a

Signed-off-by: Nick Desaulniers ndesaulniers@google.com

nathanchance commented 4 years ago

This will break android-4.9 and android-4.14 because there is no gki_defconfig in those branches; we'll need a versioning heuristic here.

nathanchance commented 4 years ago

Fixed with #202.