Add Profiling module

Ignore-AOSP-First: in topic with internal first project
Test: service successfully starts
Bug: 293957254
Change-Id: Id9ef203544bb0ffe6caa2ee8ccf98876112aee81
This commit is contained in:
Yisroel Forta
2024-01-17 17:11:16 +00:00
parent c7f29bdc4d
commit f64e1b27e7
2 changed files with 3 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ PRODUCT_APEX_BOOT_JARS := \
com.android.os.statsd:framework-statsd \
com.android.permission:framework-permission \
com.android.permission:framework-permission-s \
com.android.profiling:framework-profiling \
com.android.scheduling:framework-scheduling \
com.android.sdkext:framework-sdkextensions \
com.android.tethering:framework-connectivity \
@@ -127,6 +128,7 @@ PRODUCT_APEX_STANDALONE_SYSTEM_SERVER_JARS := \
com.android.btservices:service-bluetooth \
com.android.devicelock:service-devicelock \
com.android.os.statsd:service-statsd \
com.android.profiling:service-profiling \
com.android.scheduling:service-scheduling \
com.android.tethering:service-connectivity \
com.android.uwb:service-uwb \