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

Commit 5fa8999d authored by Cole Faust's avatar Cole Faust
Browse files

Remove references to the pdk product variable

pdk is deprecated and has no effect as of aosp/1319667.

Test: Presubmits
Change-Id: I1f6b293009b4a794d5776101ddf5940f96515b16
parent f41d09bd
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -166,11 +166,6 @@ cc_library_shared {
    include_dirs: [
        "system/media/private/camera/include",
    ],
    product_variables: {
        pdk: {
            enabled: false,
        },
    },
}

cc_test {
+0 −6
Original line number Diff line number Diff line
@@ -37,10 +37,4 @@ cc_library_shared {
        ],
        cfi: true,
    },

    product_variables: {
        pdk: {
            enabled: false,
        },
    },
}
+0 −5
Original line number Diff line number Diff line
@@ -161,11 +161,6 @@ cc_library_shared {
        "libgui",
    ],

    product_variables: {
        pdk: {
            enabled: false,
        },
    },
    version_script: "libmediandk.map.txt",
    stubs: {
        symbol_file: "libmediandk.map.txt",