msm8974-common: Fix boot jars classpath
Change-Id: Ia0409853277f7ea0409c7bbaf546f25d363fc441
This commit is contained in:
parent
7ac41d3543
commit
edb8408dc1
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ BOARD_BATTERY_DEVICE_NAME := "battery"
|
|||
BOARD_CHARGING_CMDLINE_NAME := "androidboot.bootchg"
|
||||
BOARD_CHARGING_CMDLINE_VALUE := "true"
|
||||
|
||||
# Classpath
|
||||
PRODUCT_BOOT_JARS := $(subst $(space),:,$(PRODUCT_BOOT_JARS))
|
||||
|
||||
# Display
|
||||
BOARD_EGL_CFG := device/samsung/msm8974-common/configs/egl.cfg
|
||||
TARGET_QCOM_DISPLAY_VARIANT := caf-new
|
||||
|
|
Loading…
Add table
Reference in a new issue