From 154796c0e2351ebb5295afbe4dbdf85435c7148f Mon Sep 17 00:00:00 2001 From: Yisroel Forta Date: Tue, 13 Feb 2024 00:16:36 +0000 Subject: [PATCH] Add profiling to skip strict updatability allowlist Test: presubmit Bug: b/293957254 Change-Id: I9d53f3237ff5f076b8299138e02d991f8881e06f --- apex/apex.go | 1 + 1 file changed, 1 insertion(+) diff --git a/apex/apex.go b/apex/apex.go index 276ac80d5..557b9b74c 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -1165,6 +1165,7 @@ var ( "com.android.ondevicepersonalization", "com.android.os.statsd", "com.android.permission", + "com.android.profiling", "com.android.rkpd", "com.android.scheduling", "com.android.tethering",