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

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

Merge "Add componentid for fuzzers" am: 82fa8db3

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

Change-Id: Ie7c8585d2e6b7e58ae474434ae9321cefd4ae15e
parents f8c5e6a7 82fa8db3
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",
    ],