Skip to content

Commit

Permalink
Merge pull request #22 from khatchad/patch-1
Browse files Browse the repository at this point in the history
Small update to README.md
  • Loading branch information
msridhar authored Dec 16, 2022
2 parents b7a5d05 + 2f25f49 commit 0543c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Since it is built using WALA, you need to have WALA on your system to use it:
* set ANDROID_HOME to the location of the Android SDK
* make sure JAVA_HOME points to a Java 8 JDK
* clone WALA with `git clone https://github.com/wala/WALA`
* in the cloned directory, `mvn clean install -DskipTests`
* in the cloned directory, `./gradlew clean build -x test`

Currently, the Python analysis code is being developed in Eclipse:

Expand Down

0 comments on commit 0543c10

Please sign in to comment.