Coder Social home page Coder Social logo

device-androidia-mixins's Issues

please respect to "KERNEL_CONFIG_DIR" in kernel group

KERNEL_CONFIG_DIR := {{{kernel_config_dir}}}
KERNEL_NAME := bzImage
# Set the output for the kernel build products.
KERNEL_OUT := $(abspath $(TARGET_OUT_INTERMEDIATES)/kernel)
KERNEL_BIN := $(KERNEL_OUT)/arch/$(TARGET_KERNEL_ARCH)/boot/$(KERNEL_NAME)
KERNEL_MODULES_INSTALL := $(PRODUCT_OUT)/$(TARGET_COPY_OUT_VENDOR)/lib/modules
KERNELRELEASE = $(shell cat $(KERNEL_OUT)/include/config/kernel.release)
KMOD_OUT := $(shell readlink -f "$(PRODUCT_OUT)/$(TARGET_COPY_OUT_VENDOR)")
build_kernel := $(MAKE) -C $(TARGET_KERNEL_SRC) \
O=$(KERNEL_OUT) \
ARCH=$(TARGET_KERNEL_ARCH) \
CROSS_COMPILE="$(KERNEL_CROSS_COMPILE_WRAPPER)" \
KCFLAGS="$(KERNEL_CFLAGS)" \
KAFLAGS="$(KERNEL_AFLAGS)" \
$(if $(SHOW_COMMANDS),V=1) \
INSTALL_MOD_PATH=$(KMOD_OUT)
KERNEL_CONFIG_FILE := device/intel/project-celadon/kernel_config/$(TARGET_KERNEL_CONFIG)

this is very simple bug.

it defines KERNEL_CONFIG_DIR to the value from option.spec, but KERNEL_CONFIG_FILE is hardcoded to project-celandon.

please have a quick fix.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.