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

Commit 478cad84 authored by Jiyong Park's avatar Jiyong Park Committed by Automerger Merge Worker
Browse files

Merge "Remove ndk_platform backend. Use the ndk backend." into sc-dev-plus-aosp am: 21bf757c

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/15472407

Change-Id: I6c76d2e9694031c3e56704ef6e29b7a629c3d7e5
parents c8800a54 21bf757c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ package {
cc_defaults {
    name: "idlcli-defaults",
    shared_libs: [
        "android.hardware.vibrator-V2-ndk_platform",
        "android.hardware.vibrator-V2-ndk",
        "android.hardware.vibrator@1.0",
        "android.hardware.vibrator@1.1",
        "android.hardware.vibrator@1.2",
+3 −3
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ cc_test {
    srcs: ["libbinder_ndk_unit_test.cpp"],
    static_libs: [
        "IBinderNdkUnitTest-cpp",
        "IBinderNdkUnitTest-ndk_platform",
        "IBinderNdkUnitTest-ndk",
    ],
    test_suites: [
        "general-tests",
@@ -88,8 +88,8 @@ cc_test {
    ],
    static_libs: [
        "IBinderVendorDoubleLoadTest-cpp",
        "IBinderVendorDoubleLoadTest-ndk_platform",
        "libbinder_aidl_test_stub-ndk_platform",
        "IBinderVendorDoubleLoadTest-ndk",
        "libbinder_aidl_test_stub-ndk",
    ],
    // critical that libbinder/libbinder_ndk are shared for VTS
    shared_libs: [
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ cc_test {
        "libbinder_ndk",
    ],
    static_libs: [
        "IBinderRustNdkInteropTest-ndk_platform",
        "IBinderRustNdkInteropTest-ndk",
        "libbinder_ndk_rust_interop",
    ],
    test_suites: ["general-tests"],
+2 −2
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ cc_test {
    ],
    static_libs: [
        "binderRpcTestIface-cpp",
        "binderRpcTestIface-ndk_platform",
        "binderRpcTestIface-ndk",
    ],
    test_suites: ["general-tests"],
    require_root: true,
@@ -296,7 +296,7 @@ cc_test {
    ],
    static_libs: [
        "binderStabilityTestIface-cpp",
        "binderStabilityTestIface-ndk_platform",
        "binderStabilityTestIface-ndk",
    ],

    test_suites: ["device-tests", "vts"],
+2 −2
Original line number Diff line number Diff line
@@ -52,14 +52,14 @@ cc_library {
    ],

    shared_libs: [
        "android.hardware.graphics.common-V2-ndk_platform",
        "android.hardware.graphics.common-V2-ndk",
        "android.hardware.graphics.mapper@4.0",
        "libhidlbase",
        "liblog",
    ],

    export_shared_lib_headers: [
        "android.hardware.graphics.common-V2-ndk_platform",
        "android.hardware.graphics.common-V2-ndk",
        "android.hardware.graphics.mapper@4.0",
        "libhidlbase",
    ],
Loading