11 lines
161 B
Makefile
11 lines
161 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
|
|
LOCAL_MODULE:= idegen
|
|
|
|
include $(BUILD_HOST_JAVA_LIBRARY)
|
|
|