Android.mk 191 Bytes
Newer Older
1 2 3
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

4
LOCAL_MODULE_TAGS := optional
5 6 7 8 9 10

LOCAL_SRC_FILES := $(call all-subdir-java-files)

LOCAL_PACKAGE_NAME := SpareParts

include $(BUILD_PACKAGE)