commit | 02cbb004445d8fb06b382aaed61e7d907d7cc4cd | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Feb 01 00:34:33 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 01 00:34:33 2023 +0000 |
tree | 1e0917ac6c682f28a575ca0bcb763de0c4a86711 | |
parent | fceecc92d54e41b0b7a6ec884804a8923b80c146 [diff] | |
parent | 402ae986f074be5aa7fc300ece47bdd37306213f [diff] |
Merge "Move canhalconfigurator to /system_ext"
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