Add FeatureOverrides::toString()
Add FeatureOverrides::toString() to output a string representation of
the current FeatureOverrides values. This is required when implementing
Parcelable (in a later patch) as well as for 'cmd gpu featureOverrides'
(also coming in a later CL).
Bug: 372694741
Test: CQ
Test: Manual verification with later CLs
Flag: com.android.graphics.graphicsenv.flags.feature_overrides
Change-Id: I77ca945f173ae1ad5430670c87e46985189409cb
diff --git a/libs/graphicsenv/Android.bp b/libs/graphicsenv/Android.bp
index 1fde45b..dce7778 100644
--- a/libs/graphicsenv/Android.bp
+++ b/libs/graphicsenv/Android.bp
@@ -41,6 +41,7 @@
],
srcs: [
+ "FeatureOverrides.cpp",
"GpuStatsInfo.cpp",
"GraphicsEnv.cpp",
"IGpuService.cpp",