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

Commit deda9249 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 9839270 from fedaf918 to udc-release

Change-Id: I455812459b440674992ff74007fdfab97f02f3c0
parents f01e6943 fedaf918
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -42,5 +42,13 @@ cc_fuzz {
            "android-media-fuzzing-reports@google.com",
        ],
        componentid: 155276,
        hotlists: [
            "4593311",
        ],
        description: "The fuzzer targets the APIs of libcmd",
        vector: "local_no_privileges_required",
        service_privilege: "constrained",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}
+6 −0
Original line number Diff line number Diff line
@@ -79,6 +79,12 @@
    },
    {
      "name": "rustBinderSerializationTest"
    },
    {
      "name": "libbinder_ndk_bindgen_test"
    },
    {
      "name": "libbinder_rpc_unstable_bindgen_test"
    }
  ],
  "presubmit-large": [
+5 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ package {
cc_library {
    name: "libjpegrecoverymap",
    host_supported: true,

    vendor_available: true,
    export_include_dirs: ["include"],
    local_include_dirs: ["include"],

@@ -49,10 +49,12 @@ cc_library {
cc_library {
    name: "libjpegencoder",
    host_supported: true,
    vendor_available: true,

    shared_libs: [
        "libjpeg",
        "liblog",
        "libutils",
    ],

    export_include_dirs: ["include"],
@@ -65,10 +67,12 @@ cc_library {
cc_library {
    name: "libjpegdecoder",
    host_supported: true,
    vendor_available: true,

    shared_libs: [
        "libjpeg",
        "liblog",
        "libutils",
    ],

    export_include_dirs: ["include"],
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ java_test_host {
    srcs: ["src/**/*.java"],
    libs: [
        "tradefed",
        "vts-core-tradefed-harness",
        "compatibility-host-util",
    ],
    test_suites: [
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ import com.android.tradefed.util.CommandResult;
import com.android.tradefed.util.CommandStatus;

import com.android.compatibility.common.util.PropertyUtil;
import com.android.compatibility.common.util.GmsTest;
import com.android.compatibility.common.util.VsrTest;

import org.junit.Test;
import org.junit.runner.RunWith;
@@ -62,7 +62,7 @@ public class GpuWorkTracepointTest extends BaseHostJUnit4Test {
                commandResult.getStatus(), CommandStatus.SUCCESS);
    }

    @GmsTest(requirement = "VSR-3.3-004")
    @VsrTest(requirements={"VSR-3.3-004"})
    @RestrictedBuildTest
    @Test
    public void testGpuWorkPeriodTracepointFormat() throws Exception {
Loading