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

Commit a49fc733 authored by Trevor Radcliffe's avatar Trevor Radcliffe Committed by Android (Google) Code Review
Browse files

Merge "Point directly to generated c sysprop_library" into stage-aosp-master

parents adcc29f7 e4d3b998
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -336,7 +336,7 @@ cc_defaults {
    },

    whole_static_libs: [
        "LibGuiProperties",
        "libLibGuiProperties",
    ],

    shared_libs: [
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ cc_defaults {
        "libstatslog",
        "libui",
        "libutils",
        "PlatformProperties",
        "libPlatformProperties",
    ],
    static_libs: [
        "libc++fs",
+2 −2
Original line number Diff line number Diff line
@@ -280,7 +280,7 @@ cc_library_shared {
        "liblog",
    ],
    static_libs: [
        "SurfaceFlingerProperties",
        "libSurfaceFlingerProperties",
    ],
    export_shared_lib_headers: [
        "android.hardware.graphics.common@1.2",
@@ -288,6 +288,6 @@ cc_library_shared {
        "libui",
    ],
    export_static_lib_headers: [
        "SurfaceFlingerProperties",
        "libSurfaceFlingerProperties",
    ],
}