From a836becfdcd360b4bba4d8e56dd77b8efc696bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=A3=D8=AD=D9=85=D8=AF=20=D8=A7=D9=84=D9=85=D8=AD=D9=85?= =?UTF-8?q?=D9=88=D8=AF=D9=8A=20=28Ahmed=20El-Mahmoudy=29?= Date: Sun, 30 Mar 2014 14:31:12 +0200 Subject: [PATCH] append android.library=true to project.properties --- srclibs/Volley.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srclibs/Volley.txt b/srclibs/Volley.txt index 3dacb4295b..42fb8c4088 100644 --- a/srclibs/Volley.txt +++ b/srclibs/Volley.txt @@ -1,4 +1,4 @@ Repo Type:git Repo:https://android.googlesource.com/platform/frameworks/volley -Prepare:rm -rf tests/ +Prepare:rm -rf tests/ && echo "android.library=true" >> project.properties