matisse-common: Set device soong namespace
Change-Id: I118a3b7a4552ccef219ea1a7c59584d7268614c2
This commit is contained in:
parent
512d410bb2
commit
b663f3774f
3 changed files with 10 additions and 4 deletions
2
Android.bp
Normal file
2
Android.bp
Normal file
|
@ -0,0 +1,2 @@
|
|||
soong_namespace {
|
||||
}
|
|
@ -54,6 +54,10 @@ TARGET_EXFAT_DRIVER := sdfat
|
|||
# HIDL
|
||||
DEVICE_MANIFEST_FILE += $(COMMON_PATH)/manifest.xml
|
||||
|
||||
# Init
|
||||
TARGET_INIT_VENDOR_LIB := //$(COMMON_PATH):libinit_matisse
|
||||
TARGET_RECOVERY_DEVICE_MODULES := libinit_matisse
|
||||
|
||||
# Kernel
|
||||
BOARD_KERNEL_BASE := 0x00000000
|
||||
BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom user_debug=23 msm_rtb.filter=0x37 zcache.enabled=1 zcache.compressor=lz4
|
||||
|
@ -81,10 +85,6 @@ BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2362232012
|
|||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 12884901888
|
||||
TARGET_USES_MKE2FS := true
|
||||
|
||||
# Init
|
||||
TARGET_INIT_VENDOR_LIB := libinit_matisse
|
||||
TARGET_RECOVERY_DEVICE_MODULES := libinit_matisse
|
||||
|
||||
# Power HAL
|
||||
TARGET_POWERHAL_SET_INTERACTIVE_EXT := $(COMMON_PATH)/power/power_ext.c
|
||||
|
||||
|
|
|
@ -88,6 +88,10 @@ PRODUCT_COPY_FILES += \
|
|||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/sensors/_hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/_hals.conf
|
||||
|
||||
# Soong namespaces
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
$(LOCAL_PATH)
|
||||
|
||||
# Thermal
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/thermal-engine-8226.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-8226.conf
|
||||
|
|
Loading…
Reference in a new issue