1SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/connectivity_thermal_power_manager 2 3$(call soong_config_set,connectivity_thermal_power_manager_config,use_alcedo_modem,$(USES_ALCEDO_MODEM)) 4ifeq ($(USES_ALCEDO_MODEM),true) 5PRODUCT_PACKAGES += ConnectivityThermalPowerManagerNextgen 6PRODUCT_PACKAGES_DEBUG += mipc_util 7endif 8