Allow debuggable apps to do skp capture

Change-Id: Ibb56887b28eb8260bf2ca0b38dbe78233e9cfaf4
Fixes: 74086676
Test: verified can still capture an skp
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h
index 179b97b..3f44c21 100644
--- a/libs/hwui/Properties.h
+++ b/libs/hwui/Properties.h
@@ -268,6 +268,8 @@
 
     static bool runningInEmulator;
 
+    ANDROID_API static bool debuggingEnabled;
+
 private:
     static ProfileType sProfileType;
     static bool sDisableProfileBars;