Bring perfd boot_complete signal back

Bug: 79879586
Test: Build
Change-Id: I0faef27bd94d6ee48971b723f9a5473a6258fbcb
diff --git a/init.power.sh b/init.power.sh
index 586608d..949eae7 100755
--- a/init.power.sh
+++ b/init.power.sh
@@ -41,6 +41,9 @@
 #    write $memlat/mem_latency/ratio_ceil 400
 #done
 
+# Signal perfd that boot has completed
+setprop sys.post_boot.parsed 1
+
 # On debuggable builds, enable console_suspend if uart is enabled to save power
 # Otherwise, disable console_suspend to get better logging for kernel crashes
 if [[ $(getprop ro.debuggable) == "1" && ! -e /sys/class/tty/ttyMSM0 ]]