diff options
author | Xavier Ducrohet <xav@android.com> | 2012-06-14 18:50:06 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2012-06-14 19:26:57 -0700 |
commit | fcb82e3185d657e3b5440295478cdc58afd168c3 (patch) | |
tree | b9c618741b2c36cd9529c25364d5814e7403d6ca /anttasks/src/anttasks.properties | |
parent | 8c9bfd85c162779a672e36f0a226759f40e4b31f (diff) | |
download | sdk-fcb82e3185d657e3b5440295478cdc58afd168c3.zip sdk-fcb82e3185d657e3b5440295478cdc58afd168c3.tar.gz sdk-fcb82e3185d657e3b5440295478cdc58afd168c3.tar.bz2 |
Fix emma for split projects.
The location of the .em file was wrong. Changing its location
means it gets put in the tested project so we need a way to know where
the output of the project is.
As we need to be better at supporting customized projects folder, we
introduce a new task that will be able to look for the customized
path of any projects. So far we only support the output folder
and the source folder.
Change-Id: Id8db82e254baae2088827c96b7719f94c92c927c
Diffstat (limited to 'anttasks/src/anttasks.properties')
-rw-r--r-- | anttasks/src/anttasks.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/anttasks/src/anttasks.properties b/anttasks/src/anttasks.properties index 446bbe1..e0854f4 100644 --- a/anttasks/src/anttasks.properties +++ b/anttasks/src/anttasks.properties @@ -1,6 +1,7 @@ checkenv: com.android.ant.CheckEnvTask gettype: com.android.ant.GetTypeTask gettarget: com.android.ant.GetTargetTask +getproperty: com.android.ant.GetProjectPropertyTask getlibs: com.android.ant.GetLibraryListTask dependency: com.android.ant.ComputeDependencyTask testedprojectclasspath: com.android.ant.ComputeProjectClasspathTask |