summaryrefslogtreecommitdiff
path: root/framework-jarjar-rules.txt
AgeCommit message (Collapse)Author
2021-01-04Repackage vcn utils in frameworks-minus-apexBenedict Wong
Bug: 176170669 Test: atest CtsStrictJavaPackagesTestCases Change-Id: Iae303d0fd439ade25ecc3ef2710090be785bb1ca
2020-09-07Revert "Add updatable-media jarjar rules to framework-all"Anton Hansson
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
2020-08-06Add updatable-media jarjar rules to framework-allSantiago Seifert
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
2019-12-16Create WifiAnnotations and jarjar into frameworkDavid Su
@IntDef annotations defined in the Wifi module are @hide and cannot be referenced from the rest of framework. Create a separate class for Wifi annotations that can be jarjar'ed into external clients. Bug: 140299412 Test: compiles Change-Id: I5beac976b4d12fb2c01f46cb46f9c54ab54618ea