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

Commit bf970740 authored by Christopher Ferris's avatar Christopher Ferris Committed by Gerrit Code Review
Browse files

Merge "Format all of the blueprint files." into main

parents d3fb7a63 2bf7db3d
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -21,8 +21,11 @@ cc_defaults {
    local_include_dirs: ["include"],
    product_variables: {
        debuggable: {
            cflags: ["-UANDROID_DEBUGGABLE", "-DANDROID_DEBUGGABLE=1"],
        }
            cflags: [
                "-UANDROID_DEBUGGABLE",
                "-DANDROID_DEBUGGABLE=1",
            ],
        },
    },
}

@@ -494,7 +497,7 @@ cc_defaults {

    header_libs: [
        "bionic_libc_platform_headers",
        "libdebuggerd_common_headers"
        "libdebuggerd_common_headers",
    ],

    static_libs: [
@@ -552,7 +555,6 @@ prebuilt_etc {
    },
}


// This installs the "other" architecture (so 32-bit on 64-bit device).
prebuilt_etc {
    name: "crash_dump.policy_other",
+0 −1
Original line number Diff line number Diff line
@@ -52,4 +52,3 @@ java_library_static {
    sdk_version: "current",
    static_libs: ["libprotobuf-java-lite"],
}
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ cc_library_static {
        "wrapper.cpp",
    ],
    generated_sources: [
        "libtombstoned_client_rust_bridge_code"
        "libtombstoned_client_rust_bridge_code",
    ],
    header_libs: [
        "libbase_headers",
+16 −10
Original line number Diff line number Diff line
@@ -31,8 +31,14 @@ cc_binary {
java_test_host {
    name: "permissive_mte_test",
    libs: ["tradefed"],
    static_libs: ["frameworks-base-hostutils", "cts-install-lib-host"],
    srcs:  ["src/**/PermissiveMteTest.java", ":libtombstone_proto-src"],
    static_libs: [
        "frameworks-base-hostutils",
        "cts-install-lib-host",
    ],
    srcs: [
        "src/**/PermissiveMteTest.java",
        ":libtombstone_proto-src",
    ],
    data: [":mte_crash"],
    test_config: "AndroidTest.xml",
    test_suites: ["general-tests"],
+1 −1

File changed.

Contains only whitespace changes.