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

Commit 7dc80a1d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add componentid for fuzzers" am: 82fa8db3 am: fc30eb48 am: c1e1c740 am: 4bf4af8a

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1498201

Change-Id: Ia4e90dc5c78a149f106875dc4b007064d58207a7
parents 5a75c07a 4bf4af8a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -12,8 +12,16 @@
// See the License for the specific language governing permissions and
// limitations under the License.

cc_defaults {
    name: "libcameraservice_fuzz_defaults",
    fuzz_config: {
        componentid: 41727
    },
}

cc_fuzz {
    name: "libcameraservice_distortion_mapper_fuzzer",
    defaults: ["libcameraservice_fuzz_defaults"],
    srcs: [
        "DistortionMapperFuzzer.cpp",
    ],
@@ -25,6 +33,7 @@ cc_fuzz {

cc_fuzz {
    name: "libcameraservice_depth_processor_fuzzer",
    defaults: ["libcameraservice_fuzz_defaults"],
    srcs: [
        "DepthProcessorFuzzer.cpp",
    ],