Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0540e87 authored by Yisroel Forta's avatar Yisroel Forta
Browse files

Add profiling module to bootclasspath

Test: m, presubmit
Bug: 293957254
Change-Id: I50d024c167094dc559070f529a91af6e9cb49872
parent 1f13c158
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -115,6 +115,7 @@ combined_apis {
        "framework-pdf",
        "framework-permission",
        "framework-permission-s",
        "framework-profiling",
        "framework-scheduling",
        "framework-sdkextensions",
        "framework-statsd",
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ stubs_defaults {
        ":framework-ondevicepersonalization-sources",
        ":framework-permission-sources",
        ":framework-permission-s-sources",
        ":framework-profiling-sources",
        ":framework-scheduling-sources",
        ":framework-sdkextensions-sources",
        ":framework-statsd-sources",
+4 −0
Original line number Diff line number Diff line
@@ -121,6 +121,10 @@ custom_platform_bootclasspath {
            apex: "com.android.permission",
            module: "com.android.permission-bootclasspath-fragment",
        },
        {
            apex: "com.android.profiling",
            module: "com.android.profiling-bootclasspath-fragment",
        },
        {
            apex: "com.android.scheduling",
            module: "com.android.scheduling-bootclasspath-fragment",