commit | 50074e29ff0b58ee6ab8111fd57373ecf91b2aab | [log] [tgz] |
---|---|---|
author | Philip Chen <philipchen@google.com> | Tue Dec 27 14:35:54 2022 -0800 |
committer | Philip Chen <philipchen@google.com> | Mon Jan 23 23:14:25 2023 +0000 |
tree | cae2173ec38ec442a32a6e4bf3dd229fe435c5e7 | |
parent | bab42594b21401f537f86485464bbe8d6f9c161f [diff] |
Move canhalconfigurator-aidl to /system_ext Let's move canhalconfigurator-aidl 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: I54a65f49daff1ff4730056bc83b7dc57c836509d
diff --git a/automotive/can/aidl/default/tools/configurator/Android.bp b/automotive/can/aidl/default/tools/configurator/Android.bp index 1169894..4c569e6 100644 --- a/automotive/can/aidl/default/tools/configurator/Android.bp +++ b/automotive/can/aidl/default/tools/configurator/Android.bp
@@ -40,4 +40,5 @@ "android.hardware.automotive.can-V1-ndk", "android.hardware.automotive.can-aidl-config-format", ], + system_ext_specific: true, }
diff --git a/automotive/can/aidl/default/tools/configurator/canhalconfigurator-aidl.rc b/automotive/can/aidl/default/tools/configurator/canhalconfigurator-aidl.rc index e1b4d35..08b1e7b 100644 --- a/automotive/can/aidl/default/tools/configurator/canhalconfigurator-aidl.rc +++ b/automotive/can/aidl/default/tools/configurator/canhalconfigurator-aidl.rc
@@ -1,3 +1,3 @@ -service canhalconfigurator /system/bin/canhalconfigurator-aidl +service canhalconfigurator /system_ext/bin/canhalconfigurator-aidl class core oneshot