Enable heapprofd.

Bug: 123075129

Change-Id: Ifad58a21821ef709fac469f9169b75e9c32ca966
diff --git a/device-common.mk b/device-common.mk
index 730593a..022a471 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -629,9 +629,10 @@
 PRODUCT_PROPERTY_OVERRIDES += \
     ro.crypto.volume.filenames_mode=aes-256-cts
 
-# Enable Perfetto traced
+# Enable Perfetto traced and heapprofd
 PRODUCT_PROPERTY_OVERRIDES += \
-    persist.traced.enable=1
+    persist.traced.enable=1 \
+    persist.heapprofd.enable=1
 
 # health HAL
 PRODUCT_PACKAGES += \