Fixing the first boot slow issue for cuttlefish based auto products

This commits includes cppreopts in the cuttlefish based auto product
package so that it does not timeout after 100sec after first boot
when trying to copy the preopted files from a secondary system
partition to the data partition by the Package Manager Service

Bug: 156692542
Test: Build cf_auto target and check that cppreopt is not timing out
Change-Id: I085e3fe86d72fab5ad736425441dcc48740bc3f0
diff --git a/shared/auto/device.mk b/shared/auto/device.mk
index 9a50cda..1c036cc 100644
--- a/shared/auto/device.mk
+++ b/shared/auto/device.mk
@@ -73,6 +73,10 @@
     libcuttlefish-ril \
     libcuttlefish-rild
 
+# system_other support
+PRODUCT_PACKAGES += \
+    cppreopts.sh \
+
 BOARD_IS_AUTOMOTIVE := true
 
 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)