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

Commit 5313b5f8 authored by Philip Chen's avatar Philip Chen Committed by Changyeon Jo
Browse files

Move automotive display service to /system_ext

Automotive display service is not required on every AAOS device.
To achieve a shared system image across devices, we should move this
service from system partition to system_ext partition.

Bug: 246656948
Test: Build aosp_cf_x86_64_only_auto target and run
      CarEvsCameraPreviweApp.
Change-Id: I30ffb2d90d21d9c9906f5f4bfd4b2819cca866d5
parent 1549faf0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -53,4 +53,6 @@ cc_binary {
    vintf_fragments: [
        "manifest_android.frameworks.automotive.display@1.0.xml",
    ],

    system_ext_specific: true,
}
+1 −1
Original line number Diff line number Diff line
service automotive_display /system/bin/android.frameworks.automotive.display@1.0-service
service automotive_display /system_ext/bin/android.frameworks.automotive.display@1.0-service
    class hal
    user graphics
    group automotive_evs