Fix in source android examples clean
This commit is contained in:
parent
8b19918a83
commit
50f5b4f7f4
1 changed files with 1 additions and 1 deletions
|
|
@ -782,7 +782,7 @@ android_version:
|
|||
# -----------------------------------------------------------------
|
||||
|
||||
android_clean:
|
||||
cd $(SRCDIR) && ant -q -logfile /dev/null clean
|
||||
test -n "$(SRCDIR)" && cd $(SRCDIR) ; ant -q -logfile /dev/null clean
|
||||
rm -f $(INTERFACEDIR)$(TARGET)_wrap.*
|
||||
rm -f `find $(PACKAGEDIR) -name \*.java | grep -v $(PROJECTNAME).java`
|
||||
rm -rf obj
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue