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

Commit b8c9e9fa authored by Harish Mahendrakar's avatar Harish Mahendrakar
Browse files

MediaCodecListOverrides_test: Remove compile_multilib

MediaCodecListOverrides_test can be built for both 64 and 32 bit
configurations.

Also remove libstagefright_omx and omx includes that aren't needed.

Bug: 178228919
Test: atest MediaCodecListOverrides_test
Change-Id: I895537457adfa0db62bf42a65ec70598ce4dd61e
parent 14dcc28c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ cc_test {
        "libmedia",
        "libstagefright",
        "libstagefright_foundation",
        "libstagefright_omx",
        "libutils",
        "liblog",
    ],
@@ -17,11 +16,8 @@ cc_test {
    include_dirs: [
        "frameworks/av/media/libstagefright",
        "frameworks/av/media/libstagefright/include",
        "frameworks/native/include/media/openmax",
    ],

    compile_multilib: "prefer32",

    cflags: [
        "-Werror",
        "-Wall",