Loading cmds/cmd/fuzzer/Android.bp +8 −0 Original line number Diff line number Diff line Loading @@ -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", }, } libs/binder/TEST_MAPPING +6 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,12 @@ }, { "name": "rustBinderSerializationTest" }, { "name": "libbinder_ndk_bindgen_test" }, { "name": "libbinder_rpc_unstable_bindgen_test" } ], "presubmit-large": [ Loading libs/jpegrecoverymap/Android.bp +5 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ package { cc_library { name: "libjpegrecoverymap", host_supported: true, vendor_available: true, export_include_dirs: ["include"], local_include_dirs: ["include"], Loading @@ -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"], Loading @@ -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"], Loading services/gpuservice/vts/Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ java_test_host { srcs: ["src/**/*.java"], libs: [ "tradefed", "vts-core-tradefed-harness", "compatibility-host-util", ], test_suites: [ Loading services/gpuservice/vts/src/com/android/tests/gpuservice/GpuWorkTracepointTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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 Loading
cmds/cmd/fuzzer/Android.bp +8 −0 Original line number Diff line number Diff line Loading @@ -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", }, }
libs/binder/TEST_MAPPING +6 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,12 @@ }, { "name": "rustBinderSerializationTest" }, { "name": "libbinder_ndk_bindgen_test" }, { "name": "libbinder_rpc_unstable_bindgen_test" } ], "presubmit-large": [ Loading
libs/jpegrecoverymap/Android.bp +5 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ package { cc_library { name: "libjpegrecoverymap", host_supported: true, vendor_available: true, export_include_dirs: ["include"], local_include_dirs: ["include"], Loading @@ -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"], Loading @@ -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"], Loading
services/gpuservice/vts/Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ java_test_host { srcs: ["src/**/*.java"], libs: [ "tradefed", "vts-core-tradefed-harness", "compatibility-host-util", ], test_suites: [ Loading
services/gpuservice/vts/src/com/android/tests/gpuservice/GpuWorkTracepointTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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