commit | 402ae986f074be5aa7fc300ece47bdd37306213f | [log] [tgz] |
---|---|---|
author | Philip Chen <philipchen@google.com> | Mon Jan 23 23:07:39 2023 +0000 |
committer | Philip Chen <philipchen@google.com> | Mon Jan 23 23:07:39 2023 +0000 |
tree | 8fe6632d358ea3a0d4cae7e32deb51e0d03b3b11 | |
parent | ed2054123fc68fac3c7db7da6ae166729acfc3ed [diff] |
Move canhalconfigurator to /system_ext Let's move canhalconfigurator from the system partition to the system_ext partition to share a common system image across internal AAOS builds. Bug: 263516803 Test: build and confirm the files are relocated Change-Id: Ibd68797aa9356e3e80662442434d939eca955576
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