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

Commit a9fff712 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder_ndk: remove static variant

There should only ever be one copy of this library, but there was a
static variant for testing before.

Bug: N/A
Test: ./runtests.sh
Change-Id: I14e8f52c208e13c69b37d699ce3390b89296da77
parent a9860b6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

cc_library {
cc_library_shared {
    name: "libbinder_ndk",

    export_include_dirs: [
+1 −1
Original line number Diff line number Diff line
@@ -44,10 +44,10 @@ cc_defaults {
        "libandroid_runtime_lazy",
        "libbase",
        "libbinder",
        "libbinder_ndk",
        "libutils",
    ],
    static_libs: [
        "libbinder_ndk",
        "test_libbinder_ndk_library",
    ],
}