Migrate SurfaceFlingerProps into sysprop_library
SurfaceFlinger will use sysprop_library for properties.
Bug: 112386364
Test: m -j && boot taimen
Change-Id: I81f3c9a27733b6f9de3fcd7dd1fbf829f821ccdb
diff --git a/services/surfaceflinger/sysprop/Android.bp b/services/surfaceflinger/sysprop/Android.bp
new file mode 100644
index 0000000..7721d7d2
--- /dev/null
+++ b/services/surfaceflinger/sysprop/Android.bp
@@ -0,0 +1,6 @@
+sysprop_library {
+ name: "SurfaceFlingerProperties",
+ srcs: ["*.sysprop"],
+ api_packages: ["android.sysprop"],
+ property_owner: "Platform",
+}