Merge "Preload2: Fix dependencies" am: 3b379ee94e am: 74b4e070be

am: 6a454c86db

Change-Id: Id214d7386401495981a75acb5a7b4a91a220e6a6
This commit is contained in:
Andreas Gampe
2016-11-16 18:40:08 +00:00
committed by android-build-merger

View File

@@ -5,7 +5,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under,src)
# To connect to devices (and take hprof dumps).
LOCAL_STATIC_JAVA_LIBRARIES := ddmlib-prebuilt
LOCAL_STATIC_JAVA_LIBRARIES := ddmlib-prebuilt tools-common-prebuilt
# To process hprof dumps.
LOCAL_STATIC_JAVA_LIBRARIES += perflib-prebuilt trove-prebuilt guavalib