summaryrefslogtreecommitdiff
path: root/jarjar-rules.txt
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2020-03-31 21:05:53 +0100
committerAnton Hansson <hansson@google.com>2020-03-31 21:05:53 +0100
commit65958d01d6f6994b54083de3665271ea99c1cd39 (patch)
tree6d5d1d27fdbd8fbcf9c01d0c8a2e7928c3c71490 /jarjar-rules.txt
parent9f2ea9a0a7b50e8db7a7cfe984349786ef08386b (diff)
downloadMediaProvider-65958d01d6f6994b54083de3665271ea99c1cd39.tar.gz
Remove duplicate MediaStore class
This was originally added for MediaProvider to be able to access hidden APIs in MediaStore. There's now a better approach of doing this, by compiling against module_current, which doesn't contain any module apis, and listing the module dependencies explicitly. MediaProvider links against the stubs of statsd and the impl jar of framework-mediaprovider. MediaProvider is an apk-in-apex, so is whitelisted to access blacklisted APIs. Note that the sources of framework-mediaprovider are still linked in to the MediaProviderTests, which aren't whitelisted. We'd like to have a general solution for android_test rules to get whitelisted. Bug: 152891096 Test: http://b/146894977#comment15 Change-Id: I7e2bc7475d47e68517f612b94585d00635cff747
Diffstat (limited to 'jarjar-rules.txt')
-rw-r--r--jarjar-rules.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/jarjar-rules.txt b/jarjar-rules.txt
deleted file mode 100644
index a16c1ab4c..000000000
--- a/jarjar-rules.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-rule android.provider.Column* com.android.providers.media.framework.Column@1
-rule android.provider.MediaStore* com.android.providers.media.framework.MediaStore@1