diff options
author | Jesse Wilson <jessewilson@google.com> | 2010-12-21 08:23:27 -0800 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2010-12-21 08:23:27 -0800 |
commit | 272a383283a974a4c32a94469b8a8b021d93a480 (patch) | |
tree | 3e66b7c9c5fc21bcee4af35aa0978ce6f18f48de /dalvik/src/main/native | |
parent | d7a14b1bf2c2ead135651e89de0a2ac6271d3748 (diff) | |
download | libcore-272a383283a974a4c32a94469b8a8b021d93a480.zip libcore-272a383283a974a4c32a94469b8a8b021d93a480.tar.gz libcore-272a383283a974a4c32a94469b8a8b021d93a480.tar.bz2 |
Remove native targets for unused performance tests.
See also change I5a252e31.
Change-Id: I3880a81f1f7e90247ce12860b5a2f597037123a7
Diffstat (limited to 'dalvik/src/main/native')
-rw-r--r-- | dalvik/src/main/native/sub.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dalvik/src/main/native/sub.mk b/dalvik/src/main/native/sub.mk index 27d4c9c..3f8b1a3 100644 --- a/dalvik/src/main/native/sub.mk +++ b/dalvik/src/main/native/sub.mk @@ -3,8 +3,7 @@ # or BUILD_*_LIBRARY. LOCAL_SRC_FILES := \ - dalvik_system_TouchDex.cpp \ - org_apache_harmony_dalvik_NativeTestTarget.cpp + dalvik_system_TouchDex.cpp #LOCAL_C_INCLUDES += |