aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2024-02-16 01:10:56 +0000
committerJooyung Han <jooyung@google.com>2024-02-19 06:02:01 +0000
commit13fdd8b6777587c67ca8d5237fc03c99d06125fb (patch)
tree0e3d7b88cdca6646fc824217c1647c9bc267bcc9
parenta1113314beff09475ebcb513ea807b92230217f9 (diff)
downloadcuttlefish-13fdd8b6777587c67ca8d5237fc03c99d06125fb.tar.gz
Make gralloc apex bootstrap
Some early_hal depends on gralloc-mapper. Bug: 325029533 Test: CF auto boots Change-Id: I4a89c827c60bf5a44f3667664633c92a3eb2d99f
-rw-r--r--guest/hals/gralloc/apex_manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/guest/hals/gralloc/apex_manifest.json b/guest/hals/gralloc/apex_manifest.json
index aaa1d88ac..b49959e49 100644
--- a/guest/hals/gralloc/apex_manifest.json
+++ b/guest/hals/gralloc/apex_manifest.json
@@ -1,4 +1,5 @@
{
"name": "com.google.cf.gralloc",
- "version": 1
+ "version": 1,
+ "vendorBootstrap": true
} \ No newline at end of file