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

Commit 11414d1f authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Revert "libbinder_ndk: host available"" am: b10f1e6c am: ef56813c am: 92c49be9

am: f1c22a3a

Change-Id: Ib5448ad1a88535e9a330d26a6fb029eb2ace7fa7
parents b454778a f1c22a3a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ cc_library {
    name: "libandroid_runtime_lazy",
    vendor_available: true,
    double_loadable: true,
    host_supported: true,

    cflags: [
        "-Wall",
+0 −16
Original line number Diff line number Diff line
@@ -14,25 +14,9 @@
 * limitations under the License.
 */

// TODO(b/31559095): bionic on host should define this
cc_defaults {
    name: "libbinder_ndk_host_user",
    target: {
        host: {
            cflags: [
                "-D__INTRODUCED_IN(n)=",
                "-D__assert(a,b,c)=",
            ],
        },
    },
}

cc_library_shared {
    name: "libbinder_ndk",

    defaults: ["libbinder_ndk_host_user"],
    host_supported: true,

    export_include_dirs: [
        "include_ndk",
        "include_platform",
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@

#pragma once

#include <stddef.h>
#include <sys/cdefs.h>

#include <android/binder_status.h>