update build files (tmp fix for now)
This commit is contained in:
parent
6546040921
commit
44efced5d4
32
procfg.txt
32
procfg.txt
|
@ -1,32 +0,0 @@
|
||||||
-optimizationpasses 5
|
|
||||||
-dontusemixedcaseclassnames
|
|
||||||
-dontskipnonpubliclibraryclasses
|
|
||||||
-dontpreverify
|
|
||||||
-dontobfuscate
|
|
||||||
-verbose
|
|
||||||
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
|
|
||||||
|
|
||||||
-keep public class * extends android.app.Activity
|
|
||||||
-keep public class * extends android.app.Application
|
|
||||||
-keep public class * extends android.app.Service
|
|
||||||
-keep public class * extends android.content.BroadcastReceiver
|
|
||||||
-keep public class * extends android.content.ContentProvider
|
|
||||||
-keep public class com.android.vending.licensing.ILicensingService
|
|
||||||
|
|
||||||
-keepclasseswithmembernames class * {
|
|
||||||
native <methods>;
|
|
||||||
}
|
|
||||||
|
|
||||||
-keepclasseswithmembernames class * {
|
|
||||||
public <init>(android.content.Context, android.util.AttributeSet);
|
|
||||||
}
|
|
||||||
|
|
||||||
-keepclasseswithmembernames class * {
|
|
||||||
public <init>(android.content.Context, android.util.AttributeSet, int);
|
|
||||||
}
|
|
||||||
|
|
||||||
-keepclassmembers enum * {
|
|
||||||
public static **[] values();
|
|
||||||
public static ** valueOf(java.lang.String);
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,20 +1,32 @@
|
||||||
# To enable ProGuard in your project, edit project.properties
|
-optimizationpasses 5
|
||||||
# to define the proguard.config property as described in that file.
|
-dontusemixedcaseclassnames
|
||||||
#
|
-dontskipnonpubliclibraryclasses
|
||||||
# Add project specific ProGuard rules here.
|
-dontpreverify
|
||||||
# By default, the flags in this file are appended to flags specified
|
-dontobfuscate
|
||||||
# in ${sdk.dir}/tools/proguard/proguard-android.txt
|
-verbose
|
||||||
# You can edit the include path and order by changing the ProGuard
|
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
|
||||||
# include property in project.properties.
|
|
||||||
#
|
|
||||||
# For more details, see
|
|
||||||
# http://developer.android.com/guide/developing/tools/proguard.html
|
|
||||||
|
|
||||||
# Add any project specific keep options here:
|
-keep public class * extends android.app.Activity
|
||||||
|
-keep public class * extends android.app.Application
|
||||||
|
-keep public class * extends android.app.Service
|
||||||
|
-keep public class * extends android.content.BroadcastReceiver
|
||||||
|
-keep public class * extends android.content.ContentProvider
|
||||||
|
-keep public class com.android.vending.licensing.ILicensingService
|
||||||
|
|
||||||
|
-keepclasseswithmembernames class * {
|
||||||
|
native <methods>;
|
||||||
|
}
|
||||||
|
|
||||||
|
-keepclasseswithmembernames class * {
|
||||||
|
public <init>(android.content.Context, android.util.AttributeSet);
|
||||||
|
}
|
||||||
|
|
||||||
|
-keepclasseswithmembernames class * {
|
||||||
|
public <init>(android.content.Context, android.util.AttributeSet, int);
|
||||||
|
}
|
||||||
|
|
||||||
|
-keepclassmembers enum * {
|
||||||
|
public static **[] values();
|
||||||
|
public static ** valueOf(java.lang.String);
|
||||||
|
}
|
||||||
|
|
||||||
# If your project uses WebView with JS, uncomment the following
|
|
||||||
# and specify the fully qualified class name to the JavaScript interface
|
|
||||||
# class:
|
|
||||||
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
|
||||||
# public *;
|
|
||||||
#}
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# To customize properties used by the Ant build system use,
|
# To customize properties used by the Ant build system use,
|
||||||
# "ant.properties", and override values to adapt the script to your
|
# "ant.properties", and override values to adapt the script to your
|
||||||
# project structure.
|
# project structure.
|
||||||
proguard.config=${sdk.dir}/tools/proguard/proguard-android-optimize.txt:proguard-project.txt
|
#proguard.config=${sdk.dir}/tools/proguard/proguard-android-optimize.txt:proguard-project.txt
|
||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-21
|
target=android-21
|
||||||
|
|
|
@ -4,3 +4,6 @@
|
||||||
android update project -t android-21 --path . --name Orbot --subprojects
|
android update project -t android-21 --path . --name Orbot --subprojects
|
||||||
android update lib-project -t android-21 --path external/appcompat
|
android update lib-project -t android-21 --path external/appcompat
|
||||||
android update lib-project -t android-21 --path external/superuser-commands/RootCommands-Library/
|
android update lib-project -t android-21 --path external/superuser-commands/RootCommands-Library/
|
||||||
|
android update lib-project -t android-21 --path ../Orweb
|
||||||
|
android update lib-project -t android-21 --path ../OnionKit/libnetcipher
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue