cawilliamson / rooted-graphene

5 stars 2 forks source link

Add support for oriole/raven (pixel 6 (pro)) as well as other debian installers (apt-get, nala) #4

Open radioaddition opened 1 month ago

radioaddition commented 1 month ago

adds support for more devices as well as letting one use their installer of choice. the raviole kernel is already in the kernel_manifest-gs, so the only new lines were the initial if logic and telling it to use the right build script (because like pantah the build script isn't named after the codename), and voila. Marked as draft until my build finishes successfully.

radioaddition commented 1 month ago

Build fails, here's the relevant logs. Hope you can help?

  CC      drivers/kernelsu/selinux/rules.o
  AR      drivers/kernelsu/built-in.a
  AR      drivers/android/built-in.a
  AR      drivers/built-in.a
  CHK     include/generated/autoksyms.h
  GEN     .version
  CHK     include/generated/compile.h
  GEN     .tmp_initcalls.lds
  GEN     .tmp_symversions.lds
  LTO     vmlinux.o
Killed
make[1]: *** [/home/radioaddition/rooted-graphene/kernel/aosp/Makefile:1296: vmlinux] Error 137
make: *** [/home/radioaddition/rooted-graphene/kernel/aosp/Makefile:192: __sub-make] Error 2
ERROR: Failed to compile GKI kernel: retval=2
ERROR: Failed to create mixed build: retval=2
radioaddition commented 1 month ago

there seem to be no issues related to the other installers, only the build process