Updated build paths to be ADt 17 compliant and fixed lint errors

Change-Id: I8b89e983d71bed87c70cf5e977c8a3445fbd51d6
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-03-31 12:27:01 -04:00
parent 5fbfc7b8dd
commit e841daa615
6 changed files with 25 additions and 21 deletions

View File

@@ -12,15 +12,15 @@
-keep public class * extends android.content.ContentProvider
-keep public class com.android.vending.licensing.ILicensingService
-keepclasseswithmembernames class * {
--keepclasseswithmembers class * {
native <methods>;
}
-keepclasseswithmembernames class * {
--keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet);
}
-keepclasseswithmembernames class * {
--keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet, int);
}