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

Commit f286326c authored by Branden Archer's avatar Branden Archer
Browse files

Add componentid for fuzzers

Bug: 170243740
Test: Builds
Change-Id: If12bea31f1c876ced1d582174449ab9ceb687b77
parent 44c331ff
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",
    ],