From 50074e29ff0b58ee6ab8111fd57373ecf91b2aab Mon Sep 17 00:00:00 2001 From: Philip Chen Date: Tue, 27 Dec 2022 14:35:54 -0800 Subject: [PATCH] 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 --- automotive/can/aidl/default/tools/configurator/Android.bp | 1 + .../aidl/default/tools/configurator/canhalconfigurator-aidl.rc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/automotive/can/aidl/default/tools/configurator/Android.bp b/automotive/can/aidl/default/tools/configurator/Android.bp index 1169894a28..4c569e6db3 100644 --- a/automotive/can/aidl/default/tools/configurator/Android.bp +++ b/automotive/can/aidl/default/tools/configurator/Android.bp @@ -40,4 +40,5 @@ cc_binary { "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 e1b4d3548a..08b1e7b187 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