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

Commit afedc453 authored by Yo Chiang's avatar Yo Chiang Committed by Gerrit Code Review
Browse files

Merge "DO NOT MERGE Disable example codec2-service by default"

parents 2d87e445 44d9d63e
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
// This is an example of an empty Codec2.0 service.
//
// To use this, make a copy of this whole directory and rename modules
// accordingly. The contents of "vendor.cpp" and files in the subdirectory
// "seccomp_policy" may also need to be modified.

cc_binary {
    name: "android.hardware.media.c2@1.0-service",
    defaults: ["hidl_defaults"],
@@ -33,5 +39,8 @@ cc_binary {
    },

    compile_multilib: "32",

    // Remove this line to enable this module.
    enabled: false,
}