aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2024-02-27 13:42:59 +0900
committerJooyung Han <jooyung@google.com>2024-02-27 13:42:59 +0900
commite7b42bc5cf55d36c6a6f5e16f0b3728f600d46fd (patch)
tree55b8ae1fa1e0cc8587fc940bb6a66460474ffa47
parentd0b3b9b83b7071e63b46040c905d2112106c6224 (diff)
downloadgoldfish-opengl-e7b42bc5cf55d36c6a6f5e16f0b3728f600d46fd.tar.gz
Mark composer apex as bootstrap
The composer service (vendor.hwcomposer-3) belongs to `animation` class, which starts earlier than normal apex activation. To make the apex available as animation class, mark the apex as "vendorBootstrap". Bug: 298121773 Test: AOSP CF activates the composer apex early Change-Id: I030cd1dc742f7be1c08c79288c31d9911b7288b1
-rw-r--r--system/hwc3/apex_manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/hwc3/apex_manifest.json b/system/hwc3/apex_manifest.json
index 0f8df7f8..4fb19ee1 100644
--- a/system/hwc3/apex_manifest.json
+++ b/system/hwc3/apex_manifest.json
@@ -1,4 +1,5 @@
{
"name": "com.android.hardware.graphics.composer.ranchu",
- "version": 1
+ "version": 1,
+ "vendorBootstrap": true
} \ No newline at end of file