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

Commit 76df99e1 authored by Greg Kaiser's avatar Greg Kaiser
Browse files

[DO NOT MERGE] Revert "Make libstatssocket shared"

This reverts commit 3944f2d9.

Specifically, we're reverting
https://googleplex-android-review.git.corp.google.com/c/platform/frameworks/base/+/11419426/1

Test: Local 'm -j71 out/soong/.intermediates/frameworks/base/tools/stats_log_api_gen/libstatslog/android_arm64_armv8-a_shared_com.android.bluetooth.updatable/unstripped/libstatslog.so'
Bug: 156091657
Change-Id: I076a3b57123c329ecc68ae36f081f642ac2c48fb
parent e8d9ac47
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -122,13 +122,6 @@ cc_library {
        "liblog",
        "libcutils",
    ],
    target: {
        android: {
            shared_libs: ["libstatssocket"],
        },
        host: {
    static_libs: ["libstatssocket"],
        },
    },
}