Revert "Add updatable-media jarjar rules to framework-all"

We no longer need this jarjar rule because we are not re-compiling
exoplayer.

This reverts commit f92d07e5f95c9ae0a0248a0b99dcb736da2a1272.

Bug: 149906971
Test: m && \
      unzip -l out/soong/.intermediates/frameworks/base/framework-all/\
      android_common/combined/framework-all.jar \
      | grep exo \
      | grep -v internal
      (no exoplayer classes)
Change-Id: Ic4d7847875797be47e02987337bf685bfe1e6605
This commit is contained in:
Anton Hansson 2020-08-19 15:39:00 +01:00
parent 0dc6f2375d
commit 631291cd32

View File

@ -1,6 +1,2 @@
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