Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 247dda20 authored by Dennis Shen's avatar Dennis Shen
Browse files

switch over to use new storage read api instead of

server_configurable_flags, this new read api lib will be needed for new
codegened aconfig flag lib.

Bug: 321077378
Test m and avd

Change-Id: Ia345d4a798c1d7f1861512a3e9aa0ab5e72d407f
parent 9ddc39d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,5 +65,6 @@ cc_test {
        "libui",
        "libutils",
        "server_configurable_flags",
        "libaconfig_storage_read_api_cc",
    ],
}
+3 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ cc_defaults {
    shared_libs: [
        "libSurfaceFlingerProp",
        "server_configurable_flags",
        "libaconfig_storage_read_api_cc",
    ],
    static_libs: [
        "librenderengine_includes",
@@ -56,6 +57,7 @@ cc_defaults {
    name: "libsurfaceflinger_common_deps",
    shared_libs: [
        "server_configurable_flags",
        "libaconfig_storage_read_api_cc",
    ],
    static_libs: [
        "libsurfaceflinger_common",
@@ -69,6 +71,7 @@ cc_defaults {
    name: "libsurfaceflinger_common_test_deps",
    shared_libs: [
        "server_configurable_flags",
        "libaconfig_storage_read_api_cc",
    ],
    static_libs: [
        "libsurfaceflinger_common_test",