SM4350平台的GKI和QGKI

关于高通GKI和QGKI
lahaina-gki_defconfig – Used for compliance purposes only
lahaina-qgki_defconfig – user版本
lahaina-qgki-consolidated_defconfig – 稳定性版本
lahaina-qgki-debug_defconfig – debug版本 ​​​​

那其实我们实际修改的是.conf;而上面这些是通过.conf生成的

该平台有个问题,编译dtsi不生效,需要通过make vendorbootimage -j16 ,并烧录vendor-boot.img来生效

注意现在kernel中的camera会编译成camera.ko;需要push进去。单编boot 和 dtbo是不行的。

• qgki_debug_defconfig : Default deconfig. If KERNEL_DEFCONFIG parameter is not provided as part of build.sh command it will default to qgki_debug_defconfig option. It can also be explicitly specified
bash build.sh -j8 dist --target_only EXPERIMENTAL_USE_OPENJDK9=1.8 KERNEL_DEFCONFIG =vendor/lahaina-qgki-debug_defconfig
• qgki_defconfig (perf and GKI) :
bash build.sh -j8 dist --target_only EXPERIMENTAL_USE_OPENJDK9=1.8 KERNEL_DEFCONFIG =vendor/lahaina-qgki_defconfig
• qgki-consolidate_defconfig :
bash build.sh -j8 dist --target_only EXPERIMENTAL_USE_OPENJDK9=1.8 KERNEL_DEFCONFIG =vendor/lahaina-qgki-consolidate_defconfig
• gki_defconfig : KERNEL_DEFCONFIG=vendor/lahaina-gki_defconfig
bash build.sh -j8 dist --target_only EXPERIMENTAL_USE_OPENJDK9=1.8 KERNEL_DEFCONFIG =vendor/lahaina-gki_defconfig

高通和安卓掏空linux的开始

你可能感兴趣的:(SM4350,linux,android)