From 7c808247a7cb3503430b6b66c8d68735fc2f622a Mon Sep 17 00:00:00 2001 From: Nikita Ioffe Date: Tue, 6 Jul 2021 17:05:16 +0000 Subject: [PATCH] Revert "Allow otapreopt_chroot to call otadexopt binder service" Revert submission 1750144-otapreopt_chroot_speed_up Reason for revert: Breaks postinstall step on some devices Reverted Changes: I56dec13c8:Add ota_dexopt_aidl_interface Ib32cbbbf8:Allow otapreopt_chroot to call otadexopt binder se... I02e80a8e6:Move otadexopt-related logic to otapreopt_chroot b... Bug: 190817237 Change-Id: I96e02566779cf16626354b0d71e6d48f2ab35490 --- private/otapreopt_chroot.te | 5 ----- 1 file changed, 5 deletions(-) diff --git a/private/otapreopt_chroot.te b/private/otapreopt_chroot.te index 382795d68..ea9d4ee9f 100644 --- a/private/otapreopt_chroot.te +++ b/private/otapreopt_chroot.te @@ -96,8 +96,3 @@ get_prop(otapreopt_chroot, cold_boot_done_prop) # allow otapreopt_chroot to run the linkerconfig from the new image. allow otapreopt_chroot linkerconfig_exec:file rx_file_perms; - -# allow otapreopt_chroot to talk with otadexopt binder service -allow otapreopt_chroot otadexopt_service:service_manager find; -binder_use(otapreopt_chroot) -binder_call(otapreopt_chroot, system_server)