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

Commit 5466a7d4 authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Add ExoPlayer dependency to frameworks/base

In preparation for the addition of MediaParser.

Bug: 134057371
Test: Not applicable.
Change-Id: Ieb6b114e90703abf59a589eb01dccca8a2d20e02
parent 3bb0b618
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@ java_defaults {

filegroup {
    name: "framework-jarjar-rules",
    srcs: ["jarjar_rules_hidl.txt"],
    srcs: ["framework_jarjar_rules.txt"],
}

filegroup {
@@ -467,6 +467,7 @@ java_library {
    srcs: [":framework-all-sources"],
    installable: false,
    libs: ["app-compat-annotations"],
    static_libs: ["exoplayer2-core"]
}

java_library {
@@ -479,6 +480,9 @@ java_library {
        "unsupportedappusage-annotation-processor",
        "compat-changeid-annotation-processor",
    ],
    static_libs: [
        "exoplayer2-core"
    ]
}

platform_compat_config {
+2 −0
Original line number Diff line number Diff line
rule android.hidl.** android.internal.hidl.@1
rule com.google.android.exoplayer2.** android.media.internal.exo.@1