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

Commit cc17218c authored by S Vasudev Prasad's avatar S Vasudev Prasad
Browse files

extractor-defaults: Updated library list

The defaults are updated to use "libmediandk_format" and
"libmedia_ndkformatpriv" instead of "libmediandk#29" for
host builds.

Test: Build all extractors
Bug: 151789258

Change-Id: If5059c6c353c61bcc5b242bedef7f2b8aefb324f
parent 990e294f
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ cc_defaults {

    shared_libs: [
        "liblog",
        "libmediandk#29",
    ],

    // extractors are supposed to work on Q(29)
@@ -39,6 +38,21 @@ cc_defaults {

    version_script: "exports.lds",

    target: {
        android: {
            shared_libs: [
                "libmediandk#29",
            ],
        },
        host: {
            static_libs: [
                "libutils",
                "libmediandk_format",
                "libmedia_ndkformatpriv",
            ],
        },
    },

    sanitize: {
        cfi: true,
        misc_undefined: [