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

Commit 191019ff authored by Dongwon Kang's avatar Dongwon Kang
Browse files

Revert "Fix MediaPlayer2Test on 32bit mode"

This reverts commit 8fc45862.

Reason for revert: Build failure on sailfish due to system partition space.

Change-Id: Ief6199e3b1a1fc842a34a225c4f6e567a99bcfe7
parent 8fc45862
Loading
Loading
Loading
Loading
+15 −25
Original line number Diff line number Diff line
@@ -16,10 +16,6 @@ apex {
    name: "com.android.media",
    manifest: "manifest.json",
    java_libs: ["updatable-media"],
    compile_multilib: "both",
    multilib: {
        first: {
            // Extractor process runs only with the primary ABI.
    native_shared_libs: [
        // Extractor plugins
        "libaacextractor",
@@ -32,15 +28,9 @@ apex {
        "libmpeg2extractor",
        "liboggextractor",
        "libwavextractor",
            ],
        },
        both: {
            native_shared_libs: [
        // MediaPlayer2
        "libmedia2_jni",
    ],
        },
    },
    key: "com.android.media.key",
}