sm7125-common: Copy cgroups and task_profiles directly from system/core

This ensures that the most up-to-date JSON files are shipped.

Change-Id: Idd03d8c9a2bca88e205b7728d6babb28f1008023
fourteen-wip
Bruno Martins 3 years ago committed by Simon1511
parent 2e4f5d511c
commit e6273e85a6
  1. 5
      common.mk

@ -125,6 +125,11 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
android.hardware.cas@1.2-service
# Control groups and task profiles
PRODUCT_COPY_FILES += \
system/core/libprocessgroup/profiles/cgroups_30.json:$(TARGET_COPY_OUT_VENDOR)/etc/cgroups.json \
system/core/libprocessgroup/profiles/task_profiles_30.json:$(TARGET_COPY_OUT_VENDOR)/etc/task_profiles.json
# Configstore
PRODUCT_PACKAGES += \
vendor.qti.hardware.capabilityconfigstore@1.0.vendor

Loading…
Cancel
Save