Export getRenderPipelineType

So it can be called from libwebviewchromium_plat_support

Bug: 67718981
Test: Locally built new webview and ensure state restore is skipped.
Change-Id: I2bd5a2a2ef35eb1a81c72e43756ce4f182b7e673
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h
index 077e7ae..b40aa5d 100644
--- a/libs/hwui/Properties.h
+++ b/libs/hwui/Properties.h
@@ -251,7 +251,7 @@
     static int overrideSpotShadowStrength;
 
     static ProfileType getProfileType();
-    static RenderPipelineType getRenderPipelineType();
+    ANDROID_API static RenderPipelineType getRenderPipelineType();
     static bool isSkiaEnabled();
 
     ANDROID_API static bool enableHighContrastText;