1*e67b5c11SXin Li# To enable ProGuard in your project, edit project.properties 2*e67b5c11SXin Li# to define the proguard.config property as described in that file. 3*e67b5c11SXin Li# 4*e67b5c11SXin Li# Add project specific ProGuard rules here. 5*e67b5c11SXin Li# By default, the flags in this file are appended to flags specified 6*e67b5c11SXin Li# in ${sdk.dir}/tools/proguard/proguard-android.txt 7*e67b5c11SXin Li# You can edit the include path and order by changing the ProGuard 8*e67b5c11SXin Li# include property in project.properties. 9*e67b5c11SXin Li# 10*e67b5c11SXin Li# For more details, see 11*e67b5c11SXin Li# http://developer.android.com/guide/developing/tools/proguard.html 12*e67b5c11SXin Li 13*e67b5c11SXin Li# Add any project specific keep options here: 14*e67b5c11SXin Li 15*e67b5c11SXin Li# If your project uses WebView with JS, uncomment the following 16*e67b5c11SXin Li# and specify the fully qualified class name to the JavaScript interface 17*e67b5c11SXin Li# class: 18*e67b5c11SXin Li#-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19*e67b5c11SXin Li# public *; 20*e67b5c11SXin Li#} 21*e67b5c11SXin Li 22*e67b5c11SXin Li# remove all debug and verbose level logging statements: 23*e67b5c11SXin Li-assumenosideeffects class android.util.Log { 24*e67b5c11SXin Li public static *** d(...); 25*e67b5c11SXin Li public static *** v(...); 26*e67b5c11SXin Li} 27