diff options
| author | 2023-04-18 21:44:43 +0000 | |
|---|---|---|
| committer | 2023-04-18 21:44:43 +0000 | |
| commit | 136a00cc964831c54e3d40dce88cbbac333faa9e (patch) | |
| tree | 1a856db71acf59e6a910774276299eb3dcd6bc78 | |
| parent | f5bb504dda94c02fa7ec41ef272ab7dca20de7e2 (diff) | |
| parent | 233441734e05a1a9f2359306c7cd5f431fe85480 (diff) | |
Merge "Revert "Move automotive display service to /system_ext""
| -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, 1 insertions, 3 deletions
diff --git a/services/automotive/display/Android.bp b/services/automotive/display/Android.bp index 614a78ecc7..72bd29254d 100644 --- a/services/automotive/display/Android.bp +++ b/services/automotive/display/Android.bp @@ -53,6 +53,4 @@ 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 ea1077a555..5c7f344486 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_ext/bin/android.frameworks.automotive.display@1.0-service +service automotive_display /system/bin/android.frameworks.automotive.display@1.0-service class hal user graphics group automotive_evs |