8 lines
167 B
Makefile
Executable file
8 lines
167 B
Makefile
Executable file
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
|
|
LOCAL_PACKAGE_NAME := PicoLangInstaller
|
|
|
|
include $(BUILD_PACKAGE)
|