Original author: jmtrivi Merged from: //branches/cupcake/... Automated import of CL 144510
11 lines
186 B
Makefile
Executable File
11 lines
186 B
Makefile
Executable File
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE_TAGS := samples
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
|
|
LOCAL_PACKAGE_NAME := JETBoy
|
|
|
|
include $(BUILD_PACKAGE)
|