Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_Gallery2
Commits
ab24a05c
Commit
ab24a05c
authored
12 years ago
by
Ruben Brunk
Browse files
Options
Download
Email Patches
Plain Diff
Fix proguard and makefile targets for tests.
Change-Id: I19f35567eff7c6d377a95b434dc4735faca93861
parent
add77dfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
proguard.flags
proguard.flags
+34
-0
No files found.
proguard.flags
View file @
ab24a05c
...
...
@@ -61,3 +61,37 @@
#*;
#}
# For unit testing:
# - Required for running exif tests on userdebug
-keepclassmembers class com.android.gallery3d.exif.ExifTag {
*** setValue(...);
*** valueToString(...);
}
-keepclassmembers class com.android.gallery3d.exif.ExifParser {
*** parse(...);
}
-keepclassmembers class com.android.gallery3d.exif.Util {
*** closeSilently(...);
}
-keepclassmembers class com.android.gallery3d.exif.ExifData {
*** addInteroperabilityTag(...);
*** addThumbnailTag(...);
*** getTag(...);
*** getInteroperabilityTag(...);
*** getThumbnailTag(...);
}
# - Required for running blobcache tests on userdebug
-keep class com.android.gallery3d.common.BlobCache { *; }
# - Required for running glcanvas tests on userdebug
-keep class com.android.gallery3d.ui.GLPaint { *; }
-keep class com.android.gallery3d.ui.GLCanvas { *; }
-keep class com.android.gallery3d.glrenderer.GLPaint { *; }
-keep class com.android.gallery3d.glrenderer.GLCanvas { *; }
-keep class com.android.gallery3d.ui.GLView { *; }
-keepclassmembers class com.android.gallery3d.util.IntArray {
*** toArray(...);
}
-keep class com.android.gallery3d.util.ProfileData { *; }
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment