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

Commit d395c639 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7306623 from 23a10229 to sc-v2-release

Change-Id: I7e3e61f681f5bf16c3cf306430a8ad636f35d37b
parents 313d4a35 23a10229
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ cc_defaults {
        "libcutils",
        "liblog",
    ],
    static_libs: ["libgtest_prod"],
    header_libs: ["libgtest_prod_headers"],
}

// bootstat static library
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,6 @@ cc_binary {

    static_libs: [
        "libc++fs",
        "libgtest_prod",
        "libhealthhalutils",
        "libsnapshot_cow",
        "libsnapshot_nobinder",
@@ -193,6 +192,7 @@ cc_binary {

    header_libs: [
        "avb_headers",
        "libgtest_prod_headers",
        "libsnapshot_headers",
        "libstorage_literals_headers",
    ],
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ cc_library {
    export_header_lib_headers: [
        "libstatssocket_headers",
    ],
    static_libs: ["libgtest_prod"],
    header_libs: ["libgtest_prod_headers"],
    apex_available: ["com.android.resolv"],
    min_sdk_version: "29",
}

qemu_pipe/Android.bp

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
// Copyright 2011 The Android Open Source Project

package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

cc_library_static {
    name: "libqemu_pipe",
    vendor_available: true,
    recovery_available: true,
    apex_available: [
        "com.android.adbd",
        // TODO(b/151398197) remove the below
        "//apex_available:platform",
    ],
    sanitize: {
        misc_undefined: ["integer"],
    },
    srcs: ["qemu_pipe.cpp"],
    local_include_dirs: ["include"],
    static_libs: ["libbase"],
    export_include_dirs: ["include"],
    cflags: ["-Werror"],
}

qemu_pipe/OWNERS

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
bohu@google.com
lfy@google.com
rkir@google.com
Loading