f92d07e5f9
Prevents the robolectric shadows jar from including ExoPlayer symbols, which collide with app-bundled class files. Bug: 161753405 Test: Manually checked robolectric jar contents. Test: Built sargo-userdebug, flashed and tested on physical device. Change-Id: I3bdc9e0b22cd0dea40f5bad15b0e6c619d32faf6
7 lines
304 B
Plaintext
7 lines
304 B
Plaintext
rule android.hidl.** android.internal.hidl.@1
|
|
rule android.net.wifi.WifiAnnotations* android.internal.wifi.WifiAnnotations@1
|
|
|
|
# Hide media mainline module implementation classes to avoid collisions with
|
|
# app-bundled ExoPlayer classes.
|
|
rule com.google.android.exoplayer2.** android.media.internal.exo.@1
|