blueline: Enable iorapd tracing with perfetto

App startups will now have perfetto-based tracing from iorapd.

Bug: 141378186
Test: reflash and check getprop
Change-Id: Icde1e38f59c9d1d0632a0ea424a498c1f2d163e2
diff --git a/device-blueline.mk b/device-blueline.mk
index f0f2f6d..77659fe 100644
--- a/device-blueline.mk
+++ b/device-blueline.mk
@@ -33,3 +33,7 @@
     device/google/crosshatch/nfc/libnfc-nxp.blueline.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nxp.conf
 
 PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.height_ratio=1.2
+
+# Enable iorapd perfetto tracing for app starts
+PRODUCT_PRODUCT_PROPERTIES += \
+    iorapd.perfetto.enable=true