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

Commit 61eb2536 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "switch over to use new storage read api instead of...

Merge "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." into main
parents c3047cdb 247dda20
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",