Loading build/soong/Android.bp +0 −19 Original line number Diff line number Diff line Loading @@ -128,25 +128,6 @@ vendor_init { }, } soong_config_module_type { name: "power_libperfmgr", module_type: "cc_defaults", config_namespace: "lineageGlobalVars", value_variables: ["target_power_libperfmgr_mode_extension_lib"], properties: [ "whole_static_libs", ], } power_libperfmgr { name: "power_libperfmgr_defaults", soong_config_variables: { target_power_libperfmgr_mode_extension_lib: { whole_static_libs: ["%s"], }, }, } soong_config_module_type { name: "trust_usb_control", module_type: "cc_defaults", Loading config/BoardConfigSoong.mk +5 −3 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ SOONG_CONFIG_lineageGlobalVars += \ bootloader_message_offset \ camera_override_format_from_reserved \ target_init_vendor_lib \ target_power_libperfmgr_mode_extension_lib \ target_trust_usb_control_path \ target_trust_usb_control_enable \ target_trust_usb_control_disable Loading @@ -45,7 +44,6 @@ BOOTLOADER_MESSAGE_OFFSET ?= 0 TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS ?= 0 TARGET_CAMERA_OVERRIDE_FORMAT_FROM_RESERVED ?= false TARGET_INIT_VENDOR_LIB ?= vendor_init TARGET_POWER_LIBPERFMGR_MODE_EXTENSION_LIB ?= libperfmgr-ext TARGET_TRUST_USB_CONTROL_PATH ?= /proc/sys/kernel/deny_new_usb TARGET_TRUST_USB_CONTROL_ENABLE ?= 1 TARGET_TRUST_USB_CONTROL_DISABLE ?= 0 Loading @@ -54,7 +52,6 @@ TARGET_TRUST_USB_CONTROL_DISABLE ?= 0 SOONG_CONFIG_lineageGlobalVars_additional_gralloc_10_usage_bits := $(TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS) SOONG_CONFIG_lineageGlobalVars_bootloader_message_offset := $(BOOTLOADER_MESSAGE_OFFSET) SOONG_CONFIG_lineageGlobalVars_target_init_vendor_lib := $(TARGET_INIT_VENDOR_LIB) SOONG_CONFIG_lineageGlobalVars_target_power_libperfmgr_mode_extension_lib := $(TARGET_POWER_LIBPERFMGR_MODE_EXTENSION_LIB) SOONG_CONFIG_lineageGlobalVars_target_trust_usb_control_path := $(TARGET_TRUST_USB_CONTROL_PATH) SOONG_CONFIG_lineageGlobalVars_target_trust_usb_control_enable := $(TARGET_TRUST_USB_CONTROL_ENABLE) SOONG_CONFIG_lineageGlobalVars_target_trust_usb_control_disable := $(TARGET_TRUST_USB_CONTROL_DISABLE) Loading Loading @@ -96,6 +93,11 @@ ifneq ($(TARGET_POWERSHARE_DISABLED),) $(call soong_config_set,lineage_powershare,powershare_disabled,$(TARGET_POWERSHARE_DISABLED)) endif # Power HAL ifneq ($(TARGET_POWER_LIBPERFMGR_MODE_EXTENSION_LIB),) $(call soong_config_set,power_libperfmgr,mode_extension_lib,$(TARGET_POWER_LIBPERFMGR_MODE_EXTENSION_LIB)) endif # Surfaceflinger ifneq ($(TARGET_SURFACEFLINGER_UDFPS_LIB),) $(call soong_config_set,surfaceflinger,udfps_lib,$(TARGET_SURFACEFLINGER_UDFPS_LIB)) Loading Loading
build/soong/Android.bp +0 −19 Original line number Diff line number Diff line Loading @@ -128,25 +128,6 @@ vendor_init { }, } soong_config_module_type { name: "power_libperfmgr", module_type: "cc_defaults", config_namespace: "lineageGlobalVars", value_variables: ["target_power_libperfmgr_mode_extension_lib"], properties: [ "whole_static_libs", ], } power_libperfmgr { name: "power_libperfmgr_defaults", soong_config_variables: { target_power_libperfmgr_mode_extension_lib: { whole_static_libs: ["%s"], }, }, } soong_config_module_type { name: "trust_usb_control", module_type: "cc_defaults", Loading
config/BoardConfigSoong.mk +5 −3 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ SOONG_CONFIG_lineageGlobalVars += \ bootloader_message_offset \ camera_override_format_from_reserved \ target_init_vendor_lib \ target_power_libperfmgr_mode_extension_lib \ target_trust_usb_control_path \ target_trust_usb_control_enable \ target_trust_usb_control_disable Loading @@ -45,7 +44,6 @@ BOOTLOADER_MESSAGE_OFFSET ?= 0 TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS ?= 0 TARGET_CAMERA_OVERRIDE_FORMAT_FROM_RESERVED ?= false TARGET_INIT_VENDOR_LIB ?= vendor_init TARGET_POWER_LIBPERFMGR_MODE_EXTENSION_LIB ?= libperfmgr-ext TARGET_TRUST_USB_CONTROL_PATH ?= /proc/sys/kernel/deny_new_usb TARGET_TRUST_USB_CONTROL_ENABLE ?= 1 TARGET_TRUST_USB_CONTROL_DISABLE ?= 0 Loading @@ -54,7 +52,6 @@ TARGET_TRUST_USB_CONTROL_DISABLE ?= 0 SOONG_CONFIG_lineageGlobalVars_additional_gralloc_10_usage_bits := $(TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS) SOONG_CONFIG_lineageGlobalVars_bootloader_message_offset := $(BOOTLOADER_MESSAGE_OFFSET) SOONG_CONFIG_lineageGlobalVars_target_init_vendor_lib := $(TARGET_INIT_VENDOR_LIB) SOONG_CONFIG_lineageGlobalVars_target_power_libperfmgr_mode_extension_lib := $(TARGET_POWER_LIBPERFMGR_MODE_EXTENSION_LIB) SOONG_CONFIG_lineageGlobalVars_target_trust_usb_control_path := $(TARGET_TRUST_USB_CONTROL_PATH) SOONG_CONFIG_lineageGlobalVars_target_trust_usb_control_enable := $(TARGET_TRUST_USB_CONTROL_ENABLE) SOONG_CONFIG_lineageGlobalVars_target_trust_usb_control_disable := $(TARGET_TRUST_USB_CONTROL_DISABLE) Loading Loading @@ -96,6 +93,11 @@ ifneq ($(TARGET_POWERSHARE_DISABLED),) $(call soong_config_set,lineage_powershare,powershare_disabled,$(TARGET_POWERSHARE_DISABLED)) endif # Power HAL ifneq ($(TARGET_POWER_LIBPERFMGR_MODE_EXTENSION_LIB),) $(call soong_config_set,power_libperfmgr,mode_extension_lib,$(TARGET_POWER_LIBPERFMGR_MODE_EXTENSION_LIB)) endif # Surfaceflinger ifneq ($(TARGET_SURFACEFLINGER_UDFPS_LIB),) $(call soong_config_set,surfaceflinger,udfps_lib,$(TARGET_SURFACEFLINGER_UDFPS_LIB)) Loading