From 63e646eed5a8d7f5d04544ac8628f65b0173cf3a Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Wed, 30 Jul 2014 11:40:39 -0700 Subject: Add shared library support to aapt dump AAPT dump should be able to handle dynamic references that often come with shared library resources. Bug:16678251 Change-Id: I6c8cd943145aab20ca9db9694c8c433b3c64279b --- tests/SharedLibrary/lib/AndroidManifest.xml | 3 ++- tests/SharedLibrary/lib/res/drawable/size_48x48.jpg | Bin 0 -> 1572 bytes 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 tests/SharedLibrary/lib/res/drawable/size_48x48.jpg (limited to 'tests/SharedLibrary/lib') diff --git a/tests/SharedLibrary/lib/AndroidManifest.xml b/tests/SharedLibrary/lib/AndroidManifest.xml index 31fac20..bb939dd 100644 --- a/tests/SharedLibrary/lib/AndroidManifest.xml +++ b/tests/SharedLibrary/lib/AndroidManifest.xml @@ -19,7 +19,8 @@ android:versionCode="2"> - + diff --git a/tests/SharedLibrary/lib/res/drawable/size_48x48.jpg b/tests/SharedLibrary/lib/res/drawable/size_48x48.jpg new file mode 100644 index 0000000..5c2291e Binary files /dev/null and b/tests/SharedLibrary/lib/res/drawable/size_48x48.jpg differ -- cgit v1.1