commit | 389d9a29049937f1ae8daf5a343e1d0792d6c839 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Feb 01 02:47:12 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Feb 01 02:47:12 2023 +0000 |
tree | 5921f63a78d6e5a92bc1ee0730fc92851e730e1f | |
parent | 64c0cc37f0e9e72c1a82379337c36448515f8765 [diff] | |
parent | 7fd971398c644086f904bcbb0fbe6b673829c304 [diff] |
Merge "Move canhalconfigurator to /system_ext" am: 02cbb00444 am: 7fd971398c Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2400612 Change-Id: I8a405b9362bc776cdbf9eb2eed98f7a7c52459ac Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/automotive/can/1.0/tools/configurator/Android.bp b/automotive/can/1.0/tools/configurator/Android.bp index cc826bc..883d2a9 100644 --- a/automotive/can/1.0/tools/configurator/Android.bp +++ b/automotive/can/1.0/tools/configurator/Android.bp
@@ -40,4 +40,5 @@ "android.hardware.automotive.can@1.x-config-format", "android.hardware.automotive.can@libcanhaltools", ], + system_ext_specific: true, }
diff --git a/automotive/can/1.0/tools/configurator/canhalconfigurator.rc b/automotive/can/1.0/tools/configurator/canhalconfigurator.rc index 12c2465..ff0efd7 100644 --- a/automotive/can/1.0/tools/configurator/canhalconfigurator.rc +++ b/automotive/can/1.0/tools/configurator/canhalconfigurator.rc
@@ -1,3 +1,3 @@ -service canhalconfigurator /system/bin/canhalconfigurator +service canhalconfigurator /system_ext/bin/canhalconfigurator class core oneshot