diff options
| author | 2023-01-19 01:56:13 +0000 | |
|---|---|---|
| committer | 2023-01-19 01:56:13 +0000 | |
| commit | f59de2cd47bbdb99b9e10a070f2ddd9df40beee0 (patch) | |
| tree | 6d4e8e81730baa39d2f4aed608078399457c7a5a | |
| parent | c6f613332b80b4868bea308e9ca30a0756bd35e9 (diff) | |
| parent | dd3868afc9452e0a20fa5f3de101a337fa27de43 (diff) | |
Merge "Move automotive display service to /system_ext" am: dd3868afc9
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2389773
Change-Id: I2895555c1dedf829e63d3bc967e58222635f631a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | services/automotive/display/Android.bp | 2 | ||||
| -rw-r--r-- | services/automotive/display/android.frameworks.automotive.display@1.0-service.rc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/services/automotive/display/Android.bp b/services/automotive/display/Android.bp index 72bd29254d..614a78ecc7 100644 --- a/services/automotive/display/Android.bp +++ b/services/automotive/display/Android.bp @@ -53,4 +53,6 @@ cc_binary { 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 5c7f344486..ea1077a555 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 |