Implement issue #112113117: Ad library dependency declaration in manifest
You can now do a new form of <uses-package> that allows you to specify a type of package along with required cert digests (like uses-static-library). This defines the new attribute needed for this and XML tag, and updates aapt2 to actually allow uses-library in the manifest and output this data with "dump badging". While doing this I realized that "dump badging" was not printing the data for uses-static-library or uses-library, so do those too. Bug: 112113117 Test: manual Change-Id: I5d02010aad9cb44675504a317df9cced421be8a1
Loading
Please register or sign in to comment