Merge "Add preopt scripts to mainline."
diff --git a/target/product/mainline_system.mk b/target/product/mainline_system.mk
index 80efa4c..cbd37a9 100644
--- a/target/product/mainline_system.mk
+++ b/target/product/mainline_system.mk
@@ -18,11 +18,16 @@
 $(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_system.mk)
 $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system.mk)
 
-# OTA support.
+# OTA support
 PRODUCT_PACKAGES += \
     update_engine \
     update_verifier \
 
+# system_other support
+PRODUCT_PACKAGES += \
+    cppreopts.sh \
+    otapreopt_script \
+
 # Enable dynamic partition size
 PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true