commit | 5313b5f871fd74e08d986a70a918534fd0fee178 | [log] [tgz] |
---|---|---|
author | Philip Chen <philipchen@google.com> | Wed Dec 14 14:23:34 2022 -0800 |
committer | Changyeon Jo <changyeon@google.com> | Sun Jan 15 01:33:11 2023 +0000 |
tree | bc6d073cdf4edd6096c9a6799c89911fbe007b57 | |
parent | 1549faf01e3ef1a34f2e8cf0f00b5123251fda34 [diff] |
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
diff --git a/services/automotive/display/Android.bp b/services/automotive/display/Android.bp index 72bd292..614a78e 100644 --- a/services/automotive/display/Android.bp +++ b/services/automotive/display/Android.bp
@@ -53,4 +53,6 @@ vintf_fragments: [ "manifest_android.frameworks.automotive.display@1.0.xml", ], + + system_ext_specific: true, }
diff --git a/services/automotive/display/android.frameworks.automotive.display@1.0-service.rc b/services/automotive/display/android.frameworks.automotive.display@1.0-service.rc index 5c7f344..ea1077a 100644 --- a/services/automotive/display/android.frameworks.automotive.display@1.0-service.rc +++ b/services/automotive/display/android.frameworks.automotive.display@1.0-service.rc
@@ -1,4 +1,4 @@ -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