Revert "Prevent misconfigured cp_system_other_odex=1 device boots"

This reverts commit 9c54f38250.

Reason for revert: <Droidmonitor created revert due to b/357468332. Will be verifying through ABTD before submission.>

Change-Id: I201339aa920dcb7fec5e8b6e74b0f0ff35c91416
This commit is contained in:
PODISHETTY KUMAR (xWF)
2024-08-05 03:55:55 +00:00
committed by Gerrit Code Review
parent 9c54f38250
commit d7e98c63e9

View File

@@ -180,9 +180,4 @@ PRODUCT_SYSTEM_PROPERTIES += \
dalvik.vm.enable_pr_dexopt=true
# Copy preopted files from system_b on first boot.
ifeq ($(BOARD_USES_SYSTEM_OTHER_ODEX),true)
PRODUCT_SYSTEM_PROPERTIES += ro.cp_system_other_odex=1
PRODUCT_PACKAGES += \
cppreopts.sh
endif