parent
7c617c810b
commit
86eeb8d6cb
Binary file not shown.
@ -1,6 +1,5 @@
|
|||||||
#Wed Jul 26 13:02:15 CST 2017
|
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-bin.zip
|
||||||
|
@ -0,0 +1,12 @@
|
|||||||
|
service console /system/bin/sh
|
||||||
|
console
|
||||||
|
disabled
|
||||||
|
user root
|
||||||
|
group root shell log readproc
|
||||||
|
seclabel u:r:shell:s0
|
||||||
|
|
||||||
|
on property:ro.debuggable=*
|
||||||
|
# Give writes to anyone for the trace folder on debug builds.
|
||||||
|
# The folder is used to store method traces.
|
||||||
|
chmod 0773 /data/misc/trace
|
||||||
|
start console
|
Loading…
Reference in New Issue