libgui: Enable PGO

This improved app launch time by 0.90%.

Test: TreeHugger
Bug: 180985299
Change-Id: I548766211cc9ba0e2fb69b47acdafc52179661f6
diff --git a/libs/gui/Android.bp b/libs/gui/Android.bp
index 904cc6d..6bdc830 100644
--- a/libs/gui/Android.bp
+++ b/libs/gui/Android.bp
@@ -132,7 +132,12 @@
 
     aidl: {
         export_aidl_headers: true,
-    }
+    },
+
+    pgo: {
+        sampling: true,
+        profile_file: "libgui/libgui.profdata",
+    },
 }
 
 // Used by media codec services exclusively as a static lib for