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

Commit 4bf4af8a 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

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

Change-Id: I7be457008d8a67dc74aab19730bffba180af2d33
parents 4bdc8012 c1e1c740
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",
    ],