diff options
| author | 2017-11-01 11:15:33 +0000 | |
|---|---|---|
| committer | 2017-11-01 11:15:33 +0000 | |
| commit | 4536a234e56aa7038198ab8c124fe117ef882192 (patch) | |
| tree | b29bc763d090de2ae572ed76d73cb41b28a45d90 | |
| parent | a2cbb2b0723a3fa05cc44e13cbe90543b3236883 (diff) | |
| parent | 0b805e737392cbbbda1aa2934d830e33a16c12ea (diff) | |
Merge "Include ahat in the general-tests tradefed suite."
| -rw-r--r-- | tools/ahat/Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ahat/Android.mk b/tools/ahat/Android.mk index e5da385a8a..1b8a8c5854 100644 --- a/tools/ahat/Android.mk +++ b/tools/ahat/Android.mk @@ -30,6 +30,10 @@ LOCAL_MODULE := ahat # Let users with Java 7 run ahat (b/28303627) LOCAL_JAVA_LANGUAGE_VERSION := 1.7 +# Make this available on the classpath of the general-tests tradefed suite. +# It is used by libcore tests that run there. +LOCAL_COMPATIBILITY_SUITE := general-tests + include $(BUILD_HOST_JAVA_LIBRARY) # --- ahat script ---------------- |