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

Commit 9970da70 authored by Yo Chiang's avatar Yo Chiang Committed by Automerger Merge Worker
Browse files

DO NOT MERGE Disable example codec2-service by default am: 44d9d63e

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

Change-Id: If4ddd17cb6325c0dc01d90a64f722acc3bd7dee5
parents 4ec440d3 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,
}