blob: d424ab6be0b8d219af4bd2e69f04d6213f9341b4 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_STATIC_JAVA_LIBRARIES := \
guavalib \
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_MODULE:= idegen
include $(BUILD_HOST_JAVA_LIBRARY)