mirror of
https://github.com/moparisthebest/k-9
synced 2024-10-31 23:55:08 -04:00
11 lines
181 B
Makefile
11 lines
181 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE_TAGS := eng
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
|
|
LOCAL_PACKAGE_NAME := Email
|
|
|
|
include $(BUILD_PACKAGE)
|