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

Commit b51a5f5b authored by Jiakai Zhang's avatar Jiakai Zhang Committed by Arian
Browse files

Fix uses_libs properties for Gallery2.

Bug: 331528424
Test: m Gallery2
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2fda5c59abc1742f0848311dfdc24a946388251e)
Merged-In: Ib6c23c487a57644c0b4873350f84e043d5ad1528
Change-Id: Ib6c23c487a57644c0b4873350f84e043d5ad1528
parent 955df47d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -48,7 +48,10 @@ android_app {

    libs: ["org.apache.http.legacy"],

    optional_uses_libs: ["com.google.android.media.effects"],
    optional_uses_libs: [
        "com.google.android.media.effects",
        "org.apache.http.legacy",
    ],

    jarjar_rules: "jarjar-rules.txt",
}