Don't use the `su` domain for art_boot.
It only works on userdebug, and we need to introduce a domain for it in
sepolicy instead. This amends
commit 4cdcab58b438a91c91cd5b09235c703251c6e328.
Test: boot
-> Check that dalvik.vm.useartservice is not false
adb root
adb shell setprop persist.device_config.runtime_native_boot.useartservice false
-> Check that dalvik.vm.useartservice is not false
adb reboot
-> Check that dalvik.vm.useartservice is false
on udc-dev
Bug: 281850017
Change-Id: Icb0ff95e341a23cf452cfb803fb43f5f46ef316e
(cherry picked from commit bd4a8d140e057d0b8d52e03ac962fcf70f83f84f)
Merged-In: Icb0ff95e341a23cf452cfb803fb43f5f46ef316e
diff --git a/build/apex/art.rc b/build/apex/art.rc
index 6f3a5e8..22eb4b2 100644
--- a/build/apex/art.rc
+++ b/build/apex/art.rc
@@ -25,5 +25,3 @@
service art_boot /apex/com.android.art/bin/art_boot
oneshot
class core
- seclabel u:r:su:s0
- user root